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
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        06-06-2024, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 06-07-2024, 06:58 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-06-2024, 08:18 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-06-2024, 08:04 AM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Working...
      X