![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| strand bias variant call | yinshe | Bioinformatics | 2 | 10-10-2011 06:01 AM |
| Evidence of Strand Bias | AnamikaDarwin | Bioinformatics | 1 | 06-27-2011 04:21 PM |
| Strand bias in mapping | Rachelly | Bioinformatics | 2 | 03-19-2011 06:30 AM |
| Peak finding with MACS: Questions on # of reads and "strand bias" | jjw14 | Bioinformatics | 0 | 07-29-2010 06:17 AM |
| Forward strand bias? | dawe | Bioinformatics | 6 | 04-05-2010 07:00 AM |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Member
Location: Stockholm, Sweden Join Date: Oct 2009
Posts: 59
|
Hi All,
I have HiSeq exome data, 75 b paired end. I've used bfast to align, which, if I am not mistaking, converts one end to its complement so that both members of a pair are attributed to the same strand, the pos one, in the resulting bam file. If this is true it leads to a problem in GATK (when filtering calls), simply that one can not use strand bias tests (they are all highly sign, all reds are on the same strand). Also, this would also create problem in the read position rank tests, as the 'best' end of every other read is annotated as its 'good' end. So the question is: Am I missing something, or are the above conclusions correct? Also, is there a way to circumvent this? Thanks a bunch, Boel |
|
|
|
|
|
#2 |
|
Super Moderator
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,279
|
With the newest version of BFAST, you can have the input reads on be the opposite strand to properly represent paired end reads. BFAST will not reverse compliment one end, but the conversion to FASTQ may do so (a new "-k" option avoids this).
What is your input data, FASTQ files? You may get more traction at bfast-help@lists.sourceforge.net. |
|
|
|
|
|
#3 | |
|
Member
Location: Stockholm, Sweden Join Date: Oct 2009
Posts: 59
|
Quote:
I started with qseq files, converted them with the ill2fastq.pl and then aligned with bfast (bfast+bwa-0.6.5). Did not use the -k option. Not sure that this does create a bias, thats what I am trying to figure out. Do you know? According to sam format all reads are on the same strand as the reference, which might make this a non-issue. But I must say that I am confused right now. |
|
|
|
|
|
|
#4 |
|
Super Moderator
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,279
|
The ill2fastq.pl script will reverse compliment one of the ends, so they are mapped onto the same strand. You can try with the newest release and the "-k" option, as well as supplying the proper pairing information (there is a new "postprocess" pairing option).
|
|
|
|
|
|
#5 | |
|
Member
Location: Stockholm, Sweden Join Date: Oct 2009
Posts: 59
|
Quote:
Further, when looking at my reads in IGV most (70%) have a insert size that is positive, while my correct mean insert size should be around -12 (overlapping). Does this suggest that something has gone wrong in the mapping? |
|
|
|
|
|
|
#6 | |
|
Super Moderator
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,279
|
Quote:
|
|
|
|
|
![]() |
| Tags |
| bfast, gatk, strand |
| Thread Tools | |
|
|