Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • SFF: PE or not PE? That is my question.

    Is there a simple way to determine if a given SFF file contains data for Paired End (PE) or Single end (SE) reads?

    I guess I could try matching the standard linker sequence to some of the reads, but it would be nice if the information were directly readable from the file. I tried looking at the manifest using sffinfo, but their was nothing there that suggested PE or not PE.

    I found that if I run the SFF through gsMapper, it will create ACCNO_left and ACCNO_right version of the reads, representing the left and right ends of a given PE read. However, its a pain to run all my SFF's through gsMapper just to determine which ones it (somehow) determines to be PE.

    If I ran SSAHA2 to find the linker, for example, what would be the command line?

    Is their a better tool to choose?

    Sorry for the Noobs...

    Cheers,
    Homepage: Dan Bolser
    MetaBase the database of biological databases.

  • #2
    I just found a dirty hack to check if my SFF file is PE or not PE (titanium):

    grep -c "TCGTATAACTTCGTATAATGTATGCTATACGAAGTTATTACG" *.sff.fna


    or:

    for file in *.sff; do
    echo $file
    sffinfo -s $file | grep -c ""TCGTATAACTTCGTATAATGTATGCTATACGAAGTTATTACG
    done


    This 'hack' gave a few 10s of thousands of 'hits' in PE files (depending on the size of the region) vs. a reassuring 0 hits in non PE files (30 files tested, 0 instances so far).
    Last edited by dan; 12-21-2009, 07:36 AM. Reason: Explaining the result in a bit more detail
    Homepage: Dan Bolser
    MetaBase the database of biological databases.

    Comment


    • #3
      xxxxxxxxxx
      Last edited by dan; 12-21-2009, 06:28 AM. Reason: my bad
      Homepage: Dan Bolser
      MetaBase the database of biological databases.

      Comment


      • #4
        Originally posted by dan View Post
        Is there a simple way to determine if a given SFF file contains data for Paired End (PE) or Single end (SE) reads?

        I guess I could try matching the standard linker sequence to some of the reads, but it would be nice if the information were directly readable from the file. I tried looking at the manifest using sffinfo, but their was nothing there that suggested PE or not PE.
        I have been through the SFF format in detail, and the only place this information could be recorded is in the Roche XML manifest, but thus far it isn't. I believe this is because for the sequencing machine a single-end and a paired-end run are handled in exactly the same way - the only difference is in the sample preparation.

        So yes, searching for the appropriate paired end linker sequence (different for old 454 and the newer Titanium kits) is your only option. I know that sff_extract calls SSAHA2 to detect the linkers. However, a simple string search for a perfect match will be good enough (even though this will miss a lot of almost perfect linkers) to decide if a Roche SFF file is paired end data or not.

        Comment


        • #5
          Another fast way is to start an assembly using newbler (e.g. on the command line) using your sff file(s) of interest, and wait for the output mentioning something like this:

          Indexing XXXXXXXX.sff...
          -> XXXXXX reads, XXXXXXXX bases, XXXXXX paired reads.

          Files with only shotgun reads will not have the 'paired reads' number. This only works, however, if at least 25% of the reads in the sff file contain the paired end linker (as per the manual).

          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...
            04-22-2024, 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, Today, 08:47 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          59 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          54 views
          0 likes
          Last Post seqadmin  
          Working...
          X