Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • SOLiD paired-end read analysis with BFAST 0.7.0a

    I am trying to get going with paired-end mapping using BFAST 0.7.0a, but stalling so far.

    I have 50bp F3 reads and 35bp F5-BC reads from a SOLiD4.

    This is my current workflow:
    - filterer the reads to remove poor quality reads

    - combine F3 and F5-BC read files to an interleaved FASTQ file using solid2fastq.

    - remove reads that do not have a corresponding partner (due to quality filtering step)
    so only paired 50bp and 35bp reads in FASTQ, e.g.:
    Code:
    @2_58_1022
    T11030012.13.031.13..220020201100120232000.0010..00
    +
    8B>@7<A9!A=!A?9!BA!!;B?B:@A?@79A=?7/B??=/!&?.4!!><
    @2_58_1022
    G03012022110321000220002310222320030
    +
    .386;BA749?>50<@8591@:=7+6'1)3+&4%/
    @2_59_549
    T32212131.1203201231302132200022200213130200102.020
    +
    A?=@@@B@!B?@8@@-?A?@>A@@=<>>6?(//;=*;6?60'1+<1!0'?
    @2_59_549
    G31302031000200031220202301033020330
    +
    93<A=B/>7+'525=;896@8/=4/?>:@9/=B6B
    - run bfast match
    Code:
    bfast match -f genome.fa -A 1 -n 1 -t -r interleaved.fastq > interleaved.bmf
    - run bfast localalign
    Code:
    bfast localalign -f genome.fa -m interleaved.bmf -A 1 -n 1 -t > interleaved.baf
    -run bfast postprocess
    Code:
    bfast postprocess -f genome.fa -i interleaved.baf -A 1 -O 1 -n 1 -t -a 2 -Y 0 > interleaved.sam
    - convert SAM to BAM and run flagstat
    Code:
    31104184 + 0 in total (QC-passed reads + QC-failed reads)
    0 + 0 duplicates
    8402049 + 0 mapped (27.01%:-nan%)
    31104184 + 0 paired in sequencing
    15552092 + 0 read1
    15552092 + 0 read2
    0 + 0 properly paired (0.00%:-nan%)
    0 + 0 with itself and mate mapped
    8402049 + 0 singletons (27.01%:-nan%)
    0 + 0 with mate mapped to a different chr
    0 + 0 with mate mapped to a different chr (mapQ>=5)
    No valid pairs!

    If i map the F3 and F5_BC individually i get about 55% mapping for F3, but 0% for F5_BC.
    The flags in the SAM file also indicate the reads are indeed in pairs, bit the downstream read does not match (89 for F3 and 165 for F5_BC).

    So the F5_BC is not mapping at all for some reason. Am i doing something silly here?!

    Thanks for any guidance!

    Ian

  • #2
    Maybe your index is longer than 35 bp? I don't see how else you could get 0% mapping... Is the -n 1 flag specifying which index is used?

    Comment


    • #3
      @Chipper - The index was created using 'bfast index' using the default seeds. '-n 1' just specifies the number of threads used by the program.

      Thanks for your reply.

      Comment


      • #4
        I am running bfast on SOLiD PE data with the default ssetting. After I got the bam files I loaded them into IVG and got indels and lots of snps(more then what I was getting using bioscpe). Approximately every reed have 1 or more indels in it.
        I'd appreciate if someone can help me out with the parameters I should choose to get a better alignment.

        Thanks

        Comment


        • #5
          Hi guys,
          i got the same strange result when working with SOLID PE data:

          ----- FLAGSTAT-----

          151746110 + 0 in total (QC-passed reads + QC-failed reads)
          0 + 0 duplicates
          60525771 + 0 mapped (39.89%:-nan%)
          151746110 + 0 paired in sequencing
          75873055 + 0 read1
          75873055 + 0 read2
          0 + 0 properly paired (0.00%:-nan%)
          0 + 0 with itself and mate mapped
          60525771 + 0 singletons (39.89%:-nan%)
          0 + 0 with mate mapped to a different chr
          0 + 0 with mate mapped to a different chr (mapQ>=5)

          --------------------------------

          But may be is connected to this warning i got from 'bfast postprocess':
          bfast postprocess -f hg19.fa -i reads.baf -A 1 -O 1 -n 4 -Y 0 -a 3 -z > reads.sam

          ------ warning ------

          Estimating paired end distance...
          Found only 0 distances to infer the insert size distribution
          ************************************************************
          In function "GetPEDBins": Warning[OutOfRange]. Variable/Value: b->numDistances.
          Message: Not enough distances to infer insert size distribution.
          ***** Warning *****
          ************************************************************
          Reads processed: 100000
          ************************************************************
          ************************************************************

          ------------------------

          What that error means at all?

          Thank you for you help!

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            Yesterday, 07:48 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 06:57 AM
          0 responses
          7 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 07:17 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          21 views
          0 likes
          Last Post seqadmin  
          Working...
          X