Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Newbler de novo assembly and repeats

    Hi,

    I'm using Newbler de novo assembler from the command line (runAssembly), with a set of 18,000 reads.
    I'd like to tweak the "repeat" threshold since Newbler estimate that >98% of the reads are repeats, and I end up with 0 contigs...

    Here is the command:
    runAssembly -ss 12 -sl 16 -sc 1 -ml 25 -mi 80 -o ./newbler seqs.fa

    BTW, do somebody have information about how this "repeat detection" step work? I couldn't find much about that in the GS manual... (the manual mention a -rst repeat score threshold, but only for assembly to a reference, with runMapping command)

    Thanks,
    Laurent
    Last edited by wiart; 07-24-2009, 11:33 AM. Reason: added information

  • #2
    Just a few thoughts (no direct answers) ...

    I'm sorry - I can't help you with tweaking the assembly parameters (such as -rst) as I've never used anything but the defaults ...
    But, have you looked at your sequences? Maybe newbler's right ...

    I often look for unusually frequent sequences in a quick and dirty way -- something like:
    cat seqs.fa | grep -v ">" | cut -c1-25 | sort | uniq -c | sort -rn -k1,1
    But that'll only tell you if there you have contamination at the beginnings (or in the same positions, if you cut other characters) in every read (of course you miss the ones on the other strand).
    More specifically to repeats - have you tried blasting to a repeat library?

    Comment


    • #3
      I found the same kind of behavior in reads with vector sequence.
      Be sure that you provide a trimming sequence if the library was constructed with a vector (as in a fosmid library)

      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, Yesterday, 06:57 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      24 views
      0 likes
      Last Post seqadmin  
      Working...
      X