Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kingcohn1
    Junior Member
    • Aug 2016
    • 2

    Determining SPADEs Cx with multiple nodes

    I am hoping to determine the depth of coverage at each contig, but I'm hung up by the headers. Each contiguous sequence has a top line of:

    >NODE_1_length_56345_cov_1.86348

    Now, I know how to get coverage for this region using: Cx=Ck*L/(L-k+1)

    But, I'm confused as to why there are multiple NODE_1's. I hope to get total coverage for each contig, so how can I distinguish between multiple NODE_#'s?
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    There should only be a single node 1; if you see multiple, please report that to the devs. I don't personally recall ever seeing that happen.

    Also, you'll usually get a more accurate idea of the coverage by mapping the input reads to the assembly than from Spades' coverage value. For one thing, Spades is a multi-kmer assembler, so it's not even clear what k means in this context. But for another, well... mapping to calculate coverage is simply more accurate even for single-kmer assemblers.

    Comment

    • kingcohn1
      Junior Member
      • Aug 2016
      • 2

      #3
      Hi Brian and thanks for responding to me, again! I think my egrep regex was appending all of the node_1's from all of my draft assemblies...So, what should I use to map my reads to the contigs-LASTz? The next step in my pipeline is to create larger scaffolds via a reference guided algorithm (ragout or pyscaf, do you have any recs?) and then compare outputs in mauve.

      PS thanks for bbmaps, I recommend it when I can.

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Since you are familiar with bbmap use it to map the original reads back to the contigs.

        Comment

        • Brian Bushnell
          Super Moderator
          • Jan 2014
          • 2709

          #5
          To capture the per-contig coverage using BBMap, just add the flag "covstats=", e.g.:

          Code:
          bbmap.sh in=reads.fq ref=contigs.fa covstats=covstats.txt

          Comment

          Latest Articles

          Collapse

          • 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
          • 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...
            07-08-2026, 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          24 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          21 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Working...