Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • About Data Format and Eland Input

    Hi all,

    I have couple of questions regarding above topic:
    1. What is the name of data format below?
    2. And can Eland take it as input?
    3. How can I convert it into FASTA?


    Code:
    4       1       998     538     GAAG...T..AA....C..T...A............
    4       1       955     536     GGGTTTGTAACTTTATTCTTTATATTAAGACTCATT
    4       1       117     123     GTTCTGGTGTCTAACTTTATTCTACCCCTAGAACAC
    4       1       899     114     GAGTTATTGGAAACAAAATTAAAACACCCATCGCTA
    4       1       958     100     GAGTGCACCTATTTATTGCCCACTGCCCTCTTTTTA
    4       1       885     618     GGTGCTTTTTAAAACGCTCCAAGTTTTAAAAGTCTT
    4       1       876     615     GTTTGATTTGAATAAAATCAAGTATCAATTTACTGA
    4       1       880     509     GGTTGTTTGCATGTGATTAAGAATCTTTTATGCATT
    4       1       911     582     GATTTCATCCATCACCAACCTCAACCACACAAACAC
    4       1       881     107     GTTTTTTTCGCTCAATTCTTTAACCATAAGCGTTTT
    4       1       40      113     GATTAAGGGTGTGTTGGGGGTGTTTTAAGGCGTAGG
    4       1       934     605     GTTTTTCTAAAGAGGGTTTTATTATTTTTCTCTTTT
    4       1       53      78      GCAGAAACGCGCTTTATGTTAAGATCTTCAAAATTG
    4       1       13      85      GCCTAGCGATATCGCTAAGGATATTGTGGTAAATCT
    4       1       777     754     GCCGTTTTTTTCTATAGTTTTGGGCATTGGTGCTGG

  • #2
    This looks like Solexa's SEQ format, there should be a corresponding PRB file with a value for each base, for each position, so if you had a read of 10 bases, there would be 40 values in the PRB format.

    Eland can take the PRB format as well as FASTA. If you download the MAQ package and MAQ scripts the fq_all2std.pl should take care of all your format conversion needs e.g.
    Code:
    fq_all2std.pl 
    
    Usage:   fq_all2std.pl <command> <in.txt>
    
    Command: scarf2std      Convert SCARF format to the standard/Sanger FASTQ
             fqint2std      Convert FASTQ-int format to the standard/Sanger FASTQ
             sol2std        Convert Solexa/Illumina FASTQ to the standard FASTQ
             fa2std         Convert FASTA to the standard FASTQ
             seqprb2std     Convert .seq and .prb files to the standard FASTQ
             fq2fa          Convert various FASTQ-like format to FASTA
             export2sol     Convert Solexa export format to Solexa FASTQ
             export2std     Convert Solexa export format to Sanger FASTQ
             csfa2std       Convert AB SOLiD read format to Sanger FASTQ
             instruction    Explanation to different format
             example        Show examples of various formats
    
    Note:    Read/quality sequences MUST be presented in one line.

    Comment


    • #3
      Maq's seqprb2std looks like it will work...for one .prb and one seq file. GAI chips have 300 tiles per lane, newer chips 100 per lane. You'd need a wrapper torun the program mutiple times.

      Look in a thread called "Illumina's PRB file to FastQ" in 'Bioinformatics" for a Perl script that will turn .seq and .prb files info FASTQ's that'll also need tweaking if you need to keep the lanes separate.

      But to turn a raw .seq ito a fasta is pretty easy. A few lines in awk or sed, or a Perl one-liner, maybe.
      Last edited by swbarnes2; 01-22-2009, 04:51 PM. Reason: I thought I'd closed without posting

      Comment

      Latest Articles

      Collapse

      • 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
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

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