Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sfranzenburg
    Member
    • Mar 2014
    • 28

    Metagenome analysis - first steps

    Hi,
    I have a few general questions how to analyze metagenomes.

    Platform: Illuminia Highseq, 2x 150 bp PE reads with ~80 bp overlap
    Aim: Get taxonomic representation and functional profile (e.g. KEGG)
    Preferred tool: MEGAN 5

    My questions to get started:

    1. Should I first merge the paired reads by their overlap or should both be analyzed seperately? In MEGAN I could check a box for PE reads, so maybe not merging them serves a purpose. If I should merge, which tool do you recommend?

    2. Should I collapse my sequences before blasting them. I could do that to group identical reads to OTUs. They get a new header than, stating how often that OTU was present. That would greatly reduce the blast time. Question is, can downstream tools like MEGAN deal with that?

    3. Any recommended BLAST settings to get a good balance between accuracy and computational time?


    Sorry for these stupid questions. I am not a bioinformatician. I am normally a try and error learner. But if every computational step takes several days, I better go the right way from the start...

    Thanks,
    Sören
  • ctseto
    Member
    • Oct 2013
    • 44

    #2
    1. Combine the reads together, especially with that much overlap. Use FLASH, though I think Pandaseq does the same.

    2. Depends on how much of your reads are unique. If a lot of your read content is not unique, it may not give you much.

    I'm not sure what you mean by OTU's. OTU is Operational Taxonomic Unit and that comes up in the context of 16S data. fastx_collapser assigns a unique number to a unique read, but it's not an OTU.

    3. An option you may want to think about is MG-RAST, or if you feel lucky, you can attempt a metagenomic de novo assembly, extract the open reading frames with prodigal and blast those.

    Comment

    • Brian Bushnell
      Super Moderator
      • Jan 2014
      • 2709

      #3
      Originally posted by sfranzenburg View Post
      1. Should I first merge the paired reads by their overlap or should both be analyzed seperately? In MEGAN I could check a box for PE reads, so maybe not merging them serves a purpose. If I should merge, which tool do you recommend?
      I won't comment on whether it is better to merge or not in your case, but we typically assemble the metagenome, then map to the assembly. The assembly gets annotated, and only reads that did not map to the assembly get merged, then annotated.

      If you do merge, I suggest BBMerge; it's faster and more accurate than FLASH - orders of magnitude fewer false positives with similar merging rates, in my tests (which were done on 2x150bp libraries with average 30bp overlap).

      Usage:

      bbmerge.sh in1=read1.fq in2=read2.fq out=merged.fq outu=unmerged.fq hist=histogram.txt

      Comment

      • sfranzenburg
        Member
        • Mar 2014
        • 28

        #4
        Thanks to both of you, very helpful insight.

        @Brian: Do you do de novo assembly with Trinity? How does it handle closely related bacterial species. My samples are gut tissues and I expect a variety of Acetobacter species in there.

        Comment

        • Brian Bushnell
          Super Moderator
          • Jan 2014
          • 2709

          #5
          I have no experience with Trinity. We generally use Soap for metagenome assemblies. As for handling closely-related strains... well, the assembly will be worse in that case Still, you should end up with a lot of contigs much longer than reads. That means you have much less data to process, and the annotation/blasting/whatever will be more informative.

          I've found normalization of reads helpful prior to metagenome assembly with Soap, especially when you have a lot of data - it yields a smaller assembly with less redundancy, better continuity, and more of the source reads map back to it. The link I gave also has a tool called BBNorm (bbnorm.sh) that can be used for normalization. But, that will tend to make it harder to resolve closely-related strains, so it depends on what you're trying to study.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            Today, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:08 AM
          0 responses
          6 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:05 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          30 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Working...