Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • loba17
    Member
    • Sep 2011
    • 19

    k-range in Meta-IDBA

    Dear All

    has anybody experience with Meta-IDBA?

    I have illumina metatranscriptome data and try to assemble it with Meta-IDBA. The manual is rather short and I am struggling with the output. Are there some general guidelines for min-k and max-k? Is it better to use a wide range (e.g. 10-75) or a smaller (e.g. 45-55)? A broader range results in less and bigger contigs (see below) but do I underestimate the number of possible species?

    for example:
    (a) k-range: 10-75 n50=404 #contigs=5700
    (b) k-range: 45-50 n50=108 #contigs=16656

    Thanks for your help!
    Last edited by loba17; 10-17-2011, 07:33 AM.
  • loba17
    Member
    • Sep 2011
    • 19

    #2
    its mee again ... it seems not so many people use meta-idba?

    I run the analysis with different kmin and max values and I compared, n50, n90, and number of contigs. It seems meta-idba works best for kmin=25 and kmax=75 in my case. It is, however, possible that I fused together reads that do not belong together. I guess I have to assembly the reads using the contigs as references and determine the level of variation.

    Comment

    • koadman
      Member
      • May 2010
      • 65

      #3
      Hi Loba,
      I've used standard IDBA for isolate assembly and with values of k below 30 chimerism/misassembly becomes a problem even in isolates. I haven't examined the issue in metagenomes closely enough to say how much worse the problem becomes in that context, but my intuition says be careful. Unless whatever you're planning to do with the assembly is robust to chimerism, I would exercise great caution in setting k to anything below 35 or so. The bigger the better. Unfortunately you will be limited by read accuracy, since longer k means each k-mer is more likely to contain an error, and I have not heard of an error correction approach that is sensible in the context of metagenomics where low abundance k-mers are expected to be real and not just noise. But that issue hasn't stopped some people from attempting filtering of low-abundance kmers in metagenomic data:

      Comment

      • seb567
        Senior Member
        • Jul 2008
        • 260

        #4
        Greetings !

        Originally posted by koadman View Post
        Hi Loba,
        I've used standard IDBA for isolate assembly and with values of k below 30 chimerism/misassembly becomes a problem even in isolates. I haven't examined the issue in metagenomes closely enough to say how much worse the problem becomes in that context, but my intuition says be careful. Unless whatever you're planning to do with the assembly is robust to chimerism, I would exercise great caution in setting k to anything below 35 or so. The bigger the better. Unfortunately you will be limited by read accuracy, since longer k means each k-mer is more likely to contain an error, and I have not heard of an error correction approach that is sensible in the context of metagenomics where low abundance k-mers are expected to be real and not just noise. But that issue hasn't stopped some people from attempting filtering of low-abundance kmers in metagenomic data:
        http://ivory.idyll.org/blog/jul-10/kmer-filtering

        Even with a k-mer length of 21, the chimeric contig rate is very low with the Ray assembler. We tested it on in-house data as well as on the 124 samples from Qin et al. 2010.

        (We are preparing a paper about it.)





        You can download Ray here.


        We have a mailing list too.


        How to use Ray:

        HTML Code:
        mpiexec -n 64 Ray \
         -k \
         31 \
         -p \
         Sample/ERR011142_1.fastq.gz \
         Sample/ERR011142_2.fastq.gz \
         -p \
         Sample/ERR011143_1.fastq.gz \
         Sample/ERR011143_2.fastq.gz \
         -o \
         Assembly

        Where mpiexec is a program that coordinates 64 instances of Ray an where Ray is the MPI-compatible Ray assemble executable.


        Sébastien Boisvert

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Pathogen Surveillance with Advanced Genomic Tools
          by seqadmin




          The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
          03-24-2025, 11:48 AM
        • seqadmin
          New Genomics Tools and Methods Shared at AGBT 2025
          by seqadmin


          This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

          The Headliner
          The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
          03-03-2025, 01:39 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 12:59 PM
        0 responses
        7 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 04-02-2025, 10:17 AM
        0 responses
        9 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-20-2025, 05:03 AM
        0 responses
        49 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-19-2025, 07:27 AM
        0 responses
        60 views
        0 reactions
        Last Post seqadmin  
        Working...