Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • modmp
    Junior Member
    • Oct 2009
    • 2

    #1

    Massive (viral?) contamination of Illumina reads

    Hello,

    We recently did a Paired-End run on the Illumina machine to sequence several bacterial genomes (one genome per lane). When we tried mapping our reads to a reference genome, none of the reads would map. After performing a de novo assembly, which resulted in ~2,000 contigs, we found that most of the sequences have some identity to viral genomes. Furthermore, the contigs are highly AT rich (average of 38% GC) and predicted open reading frames are short (300-825bp), all indicative of viral sequence.

    We are fairly confident that the viral sequences did not contaminate the bacterial cultures we extracted DNA from since the cells would have been lysed (and we wouldn't have extracted then). Furthermore, one of our lanes contained an environmental sample that had never been cultured. These observations make us think that something may have happened during the Illumina sample prep.

    Has anyone had similar contamination issues?

    Many thanks in advance.
  • krobison
    Senior Member
    • Nov 2007
    • 734

    #2
    It's not a spike-in PhiX control, is it?

    Comment

    • modmp
      Junior Member
      • Oct 2009
      • 2

      #3
      I'm fairly confident it isn't a PhiX spike. When we do the PhiX controls they get their own lane. Not sure where it came from...

      Comment

      • Richard Finney
        Senior Member
        • Feb 2009
        • 701

        #4
        Viral and Bacterial contamenation is common

        I've dumped the unmapped reads from several, diverse human sample bam files. I've run bwa and a home-brew alignment on bacterial and viral genomes from NCBI on theses unmappeds. Bacteria and virus reads (spot confirmed by blast on NR), indicate that there is often some environmental contamination. Some is likely really in the organism (the adeno and herpesvirae); but the mottled virus and it's buddies are probably floating in the air. Also, there's no reason virae can't attack bacteria (I think). I've heard that others find bacteria and virus contaminations.

        Comment

        • krobison
          Senior Member
          • Nov 2007
          • 734

          #5
          Bacteria have their own viruses -- they won't get ours!

          If you'd put a sample in a public location, some folks (such as myself) might have fun playing with the data & perhaps some insight could arise.

          Comment

          • epigen
            Senior Member
            • May 2010
            • 101

            #6
            bwa on viral genomes

            Originally posted by Richard Finney View Post
            I've dumped the unmapped reads from several, diverse human sample bam files. I've run bwa and a home-brew alignment on bacterial and viral genomes from NCBI on theses unmappeds.
            Could you please give a hint on how you selected these genomes? We want to check for viral infections in human cancer samples and wonder if we should take all available genomes or a representative sample of them. I'm concerned that if we take all, because of the high homology bwa will find a lot of ambiguos alignments. Also, are there any special parameters to consider for using bwa, besides making indexes with the option for short genomes?

            Thanks in advance,

            Barbara

            Comment

            • Richard Finney
              Senior Member
              • Feb 2009
              • 701

              #7
              aligning to the virome (notes from the underground)

              I'm concerned that if we take all, because of the high homology bwa will find a lot of ambiguos alignments. Also, are there any special parameters to consider for using bwa, besides making indexes with the option for short genomes?

              Yeah, you can get "repeat hits" to several similar viruses (or bacteria). Unique hits means you might have narrowed down the subspecies at best. There's probably unassembled cousins of the herpes virus you hit.
              Culling the list to a "representative" sampling sounds like a daunting task.

              Perhaps a "mappability" database for virae might be useful: make reads from all assembled viromes and run against all known viromes (should keep your beowulf cluster processors warm and toasty for a few days).

              BWA indexing might complain if too big or too small. Just use the other option and it will shut up.

              Here's a script to grab the viral genomes from NCBI ...
              echo "NC_" > mustmatchthese.txt
              echo "AC_" >> mustmatchthese.txt

              echo "contacting http://www.ncbi.nlm.nih.gov/genomes/genlist.cgi?taxid=10239&type=5&name=Viruses"
              wget "http://www.ncbi.nlm.nih.gov/genomes/genlist.cgi?taxid=10239&type=5&name=Viruses" -O list_of_virae

              #old way: fgrep -f mustmatchthese.txt list_of_virae | grep accn | cut -b98-106 > viral.acc.lst
              #new way (ncbi's format changed) ... , sed command remove html tags
              fgrep -f mustmatchthese.txt list_of_virae | sed -e 's/<[^>]*>//g' | fgrep -f mustmatchthese.txt > viral.acc.lst

              echo note run word count for viral.acc.lst - viral acc list shold be greater than 3000 or so
              echo vir.acc.lst has this many lines ...
              wc -l viral.acc.lst

              #idfetch is oldschool program from NCBI toolkit
              idfetch -c 1 -o viruses.sep24.2010 -G viral.acc.lst -t 5

              echo DONE !!!

              ls -l viruses.sep24.2010

              # you'll then fix the fasta record headers to shorten the name and index using bwa

              The wget fetch line for bacteria is
              wget "http://www.ncbi.nlm.nih.gov/genomes/genlist.cgi?taxid=2&type=0&name=Complete%20Bacteria"
              but ultimately creates a too big FASTA bacteriaome and must be split in two for BWA.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-31-2026, 02:55 AM
              0 responses
              18 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              15 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-20-2026, 11:10 AM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Working...