Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to extract paired-end reads from .sff 454?

    I have a Titanium paired end .sff and want to convert it to fasta and qual files. But I want the paired end linker removed and the reads containing them split into "right" and "left" side reads. (Best if the distal part of the paired end would also be reverse complemented)

    Just want to try some other assembly engines. Small bacterial genome using 3kb paired end Titanium protocol.

    Best way to do this? I can write a script to parse the trim info file, but that is work. Would prefer something like an sffinfo option or a program someone else has already written.

    --
    Phillip

  • #2
    According to its documentation sff_extract (http://bioinf.comav.upv.es/sff_extract/index.html) can do this. I have used sff_extract but not on paired end data so I can't offer any first hand information.

    Comment


    • #3
      Hi everyone

      I just started to work with next generation sequencing data . I have following query : If you can provide me help to handle this kind of simulation and reassembling problems. How to generate reads from sequence. i have fasta file. I think we can go for maq toll for simulation. Nut not be able to work out.

      To establish simulation of reassembling sequence from NGS data. This will build from re-assembling a simple sequence of 1 Mb with no repeats in the haploid state, to inclusion of genetic variation and polyploidy.
      -simulate a NGS run from a 1 Mb segment of human with little/no repeats. Average fragment size 500 bp with normal distribution. Paired end with 75 bp reads. Assume perfect sequencing. Check out other simulation methods
      - align the reads back to the 1 Mb sequence. How much variation in coverage
      - reassemble the reads WITHOUT using the reference sequence.

      Thanks

      Comment


      • #4
        I have had good luck with sff_extract. All you need is the linker sequence, insert length and insert length standard deviation. Then you run:

        sff_extract -l linker.fasta yoursff.sff -i "insert_size:XXXX, insert_stdev:XXX" -o prefix

        -Jason

        Comment


        • #5
          This can be done with 454 software too, although there are bound to be differences in the result based on the specifics of the linker-recognition algorithms.

          runAssembly -tr -noa -no myfile.sff

          It's not the friendliest of output in that it generates an assembly directory and a few extra files that are unneeded for this use case, but it gets the job done. I've done this with version 2.3, I don't know about earlier versions.

          Comment


          • #6
            Originally posted by maven View Post
            This can be done with 454 software too, although there are bound to be differences in the result based on the specifics of the linker-recognition algorithms.

            runAssembly -tr -noa -no myfile.sff

            It's not the friendliest of output in that it generates an assembly directory and a few extra files that are unneeded for this use case, but it gets the job done. I've done this with version 2.3, I don't know about earlier versions.
            That looks like just what I want. Alas:

            runAssembly -tr -noa -no GB71BC401.sff

            gives me:

            Error: Invalid option: -noa.
            Usage: runAssembly [-o projdir] [-nrm] [-p (sfffile | [regionlist:]analysisDir)]... (sfffile | [regionlist:]analysisDir)...

            I am running v. 2.3

            --
            Phillip

            Comment


            • #7
              The closest option to '-noa' is '-noace' which skips the output of ACE files, etc.

              Comment


              • #8
                -noa is supposed to tell it to not actually bother doing the assembly itself. The -no option turns off most output generation, since the goal here is to just generate the split fasta (and qual) file. Both options are .... optional ... in the sense that once it gets past the first stage of the assembly you can manually kill it if you don't want to sit around waiting for an assembly to complete. The fasta file should still be there, as it's generated prior to actually starting the assembly.

                Comment


                • #9
                  Originally posted by maven View Post
                  -noa is supposed to tell it to not actually bother doing the assembly itself. The -no option turns off most output generation, since the goal here is to just generate the split fasta (and qual) file. Both options are .... optional ... in the sense that once it gets past the first stage of the assembly you can manually kill it if you don't want to sit around waiting for an assembly to complete. The fasta file should still be there, as it's generated prior to actually starting the assembly.
                  Alright! Leaving out the -noa worked. It did create a new assembly directory and do the assembly, but that didn't take long.

                  Thanks!
                  --
                  Phillip

                  Comment

                  Latest Articles

                  Collapse

                  • seqadmin
                    Recent Innovations in Spatial Biology
                    by seqadmin


                    Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

                    3D Genomics
                    While spatial biology often involves studying proteins and RNAs in their...
                    01-01-2025, 07:30 PM
                  • seqadmin
                    Advancing Precision Medicine for Rare Diseases in Children
                    by seqadmin




                    Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                    12-16-2024, 07:57 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, 01-09-2025, 04:04 PM
                  0 responses
                  431 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 01-09-2025, 09:42 AM
                  0 responses
                  440 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 01-08-2025, 03:17 PM
                  0 responses
                  452 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 01-03-2025, 11:18 AM
                  1 response
                  50 views
                  1 like
                  Last Post Tonia
                  by Tonia
                   
                  Working...
                  X