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
            Advanced Tools Transforming the Field of Cytogenomics
            by seqadmin


            At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
            09-26-2023, 06:26 AM
          • seqadmin
            How RNA-Seq is Transforming Cancer Studies
            by seqadmin



            Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
            09-07-2023, 11:15 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 09:38 AM
          0 responses
          9 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-27-2023, 06:57 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-26-2023, 07:53 AM
          1 response
          23 views
          0 likes
          Last Post seed_phrase_metal_storage  
          Started by seqadmin, 09-25-2023, 07:42 AM
          0 responses
          17 views
          0 likes
          Last Post seqadmin  
          Working...
          X