Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Obtaining contig stats from Velvet+Oases

    Hey all,

    Here's a laydown of my information.

    We sequenced a transcriptome. The company returned to us 4 different reads of that same transcriptome.

    We ran FastQC and trimmed all 4 paired reads individually. We had some contamination issues, so we ran DeconSeq on all 4 reads.

    We ran through the velvet+oases pipeline using Kmergenie for our k-mer count.

    We concatenated the final oases outputs into one fasta file. This contained 4 repeats of our transcripts.

    We ran through the Velvet+Oases + kmergenie pipeline again, this time utilizing the "merged" option.

    We took the single output from Oases and ran it against CD-HITs to merge the similar sequences together.

    Now, we have a final fasta file containing around 37,000 transcripts.

    How can I obtain the contig stats for this final file? I've read countless papers which outline the following core-information:

    Contig Number
    Maximum Contig Length
    Minimum Contig length
    Average Contig Length
    N50 Length
    Number of Reads per contig

    I looked at the "stats.txt" file from Oases, but nothing is given in this format.

    How would I go about generating that info?

    Thank you.

  • #2
    If you download the BBTools package, it contains a program for generating assembly statistics:

    stats.sh in=contigs.fa

    For the number of reads per contig, though, you will need to use mapping, and the answer will be subjective, particularly for a transcriptome. That said, you can determine it like this:

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

    The columns of "covstats" labeled "Plus_reads" and "Minus_reads" will tell you how many reads map to each contig. It's probably easiest if you first concatenate all of your read input files together (all the read1 files into one file and all the read2 files into another) and feed them with "in1" and "in2".

    -Brian

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Innovations in Spatial Biology
      by seqadmin


      Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

      3D Genomics
      While spatial biology often involves studying proteins and RNAs in their...
      Yesterday, 07:30 PM
    • seqadmin
      Advancing Precision Medicine for Rare Diseases in Children
      by seqadmin




      Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
      12-16-2024, 07:57 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 12-30-2024, 01:35 PM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-17-2024, 10:28 AM
    0 responses
    41 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-13-2024, 08:24 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 12-12-2024, 07:41 AM
    0 responses
    40 views
    0 likes
    Last Post seqadmin  
    Working...
    X