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
        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...
        Yesterday, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      53 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      45 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X