Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • yasutake
    Member
    • Sep 2008
    • 11

    Coverage (Velvet)

    Hello, all

    Does anyone know what the coverage means in velvet ?

    According to the manual of velvet, the relation between k-mer coverage Ck and standard (nucleotide-wise) coverage C is Ck = C*(L-k+1)/L.

    Is C calculated as follows ?

    Read length: 36bp
    Number of reads: 50,000,000 X 2 (paired-end)
    Size of reference sequence: 5M

    C = 36bp X 50,000,000 X 2 / 5M = 720

    I'd be happy if anyone answer the question !

    yasutake
  • jnfass
    Member
    • Aug 2008
    • 88

    #2
    Looks right to me ... there are 720 bases in reads for every 1 base in your reference.

    For Ck, the "length" in kmers of your reference is practically the same as length in bases ... (actually, 5M - 36 + 1, which is ~5M for the purposes of the equations below), so if you calculate the number of kmers in every read, it's 36-k+1. If you were to calculate the kmer coverage directly, you'd be asking how many read kmers you have per every reference kmer, so that's:
    (36-k+1)*50M*2 / 5M

    so if you already have base coverage calculated, you multiply by (36-k+1)/36 ... or (L-k+1)/L ... to get from base coverage to kmer coverage.
    Last edited by jnfass; 08-05-2011, 11:33 AM. Reason: clarity

    Comment

    • Torst
      Senior Member
      • Apr 2008
      • 275

      #3
      I'd be happy if anyone answer the question !
      You should consider joining the Velvet mailing list and asking Daniel Zerbino directly:

      Comment

      • yasutake
        Member
        • Sep 2008
        • 11

        #4
        jnfass and Torst,

        Thank you very much for your help !

        yasutake

        Comment

        • panos_ed
          Member
          • May 2010
          • 11

          #5
          Originally posted by jnfass View Post
          so if you already have base coverage calculated, you multiply by (36-k+1)/36 ... or (L-k+1)/L ... to get from base coverage to kmer coverage.
          So Velvet is using k-mer coverage values instead of base coverage in its parameters, right?

          In the above example, if my k-mer size is 21 and I want to eliminate all regions with coverage of 2x or below I shouldn't use '-cov_cutoff 2'. Instead I should use '-cov_cutoff 0.9'... Am I right?

          And what about the '-exp_cov' parameter? Should I use k-mer coverage values for this parameter, too?

          Comment

          • jnfass
            Member
            • Aug 2008
            • 88

            #6
            Originally posted by panos_ed View Post
            So Velvet is using k-mer coverage values instead of base coverage in its parameters, right?

            In the above example, if my k-mer size is 21 and I want to eliminate all regions with coverage of 2x or below I shouldn't use '-cov_cutoff 2'. Instead I should use '-cov_cutoff 0.9'... Am I right?

            And what about the '-exp_cov' parameter? Should I use k-mer coverage values for this parameter, too?
            Yes, on both counts.

            By the way, the -exp_cov value is used to determine which parts of the graph are likely due to repeat sequence ... some multiple (maybe 1.5?? I forget...) of the -exp_cov value serves as the cutoff, and nodes with higher coverage are deemed repeats. Given the wild variation in coverage from the nextGen sequencing technologies, which can be an order of magnitude or more from what I've seen, with Illumina, SOLiD, and 454, you might want to consider increasing -exp_cov above the auto estimate. YMMV, of course.

            ~Joe

            Comment

            • Torst
              Senior Member
              • Apr 2008
              • 275

              #7
              Joe

              Originally posted by jnfass View Post
              Given the wild variation in coverage from the nextGen sequencing technologies, which can be an order of magnitude or more from what I've seen, with Illumina, SOLiD, and 454, you might want to consider increasing -exp_cov above the auto estimate. YMMV, of course.
              Can you clarify what you mean by the above statement in italics?

              ie. are you saying you get 10-fold difference in coverage of NON-repeated elements??

              Comment

              Latest Articles

              Collapse

              • 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.
                Yesterday, 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
              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                06-02-2026, 10:05 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-30-2026, 05:37 AM
              0 responses
              10 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-26-2026, 11:10 AM
              0 responses
              18 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              52 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              111 views
              0 reactions
              Last Post SEQadmin2  
              Working...