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
            Best Practices for Single-Cell Sequencing Analysis
            by seqadmin



            While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
            06-06-2024, 07:15 AM
          • seqadmin
            Latest Developments in Precision Medicine
            by seqadmin



            Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

            Somatic Genomics
            “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
            05-24-2024, 01:16 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:58 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-06-2024, 08:18 AM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-06-2024, 08:04 AM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-03-2024, 06:55 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Working...
          X