Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Velvet - stats output - min_contig_length

    I am attempting to use Velvet to analyze some data from our lab. During a practice run, I noticed that the output from velvet had some odd contigs (length 1, coverage 300,000), so I decided to place some parameters on it. I set the minimum coverage to 10, and the minimum contig length to 10. When I checked the new output, the minimum coverage had been implemented, but it didn't appear that the minimum contig length had. Looking at the stats file, I still had contigs of length 1. However, upon looking at the contigs.fa file, I found that my contig length had been implemented.

    Does anyone know why my contig file is correct, but my stats file does not reflect my contig-length restriction?

  • #2
    Does anyone know why my contig file is correct, but my stats file does not reflect my contig-length restriction?
    yeah that parameter only affects the contigs.fa file (as you have already discovered)

    min_contig_length is just a dumb cutoff included for convenience - a two-line perl script could accomplish the same thing

    cov_cutoff is a real parameter that can actually change the assembly in unexpected ways

    and also note that length in the stats.txt file is in kmers, not bp
    --
    Jeremy Leipzig
    Bioinformatics Programmer
    --
    My blog
    Twitter

    Comment


    • #3
      Thank you,
      That makes sense now. It just had me perplexed when I was trying to interpret my results and I was seeing contradicting files.

      Comment


      • #4
        kmer to nucleotide

        Originally posted by Zigster View Post
        yeah that parameter only affects the contigs.fa file (as you have already discovered)

        min_contig_length is just a dumb cutoff included for convenience - a two-line perl script could accomplish the same thing

        cov_cutoff is a real parameter that can actually change the assembly in unexpected ways

        and also note that length in the stats.txt file is in kmers, not bp
        in stats.txt (velvet output) how to convert node length to the actual nucleotide length, for example, if the node length is 1what would be the nucleotide length?

        Comment


        • #5
          see the equation for calculating kmer coverage from nucleotide coverage in the velvet manual.




          "The relation between k-mer coverage Ck and standard (nucleotide-wise) coverage C is Ck = C (L−k +1)/L where
          k is your hash length, and L you read length."


          Node length = Contig length in nucleotides minus k-mer length + 1.
          Last edited by mastal; 01-24-2014, 05:53 AM.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 05-10-2024, 06:35 AM
          0 responses
          15 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          21 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Working...
          X