Hi,
I was trying to map paired end Illumina GA IIE 85 bp reads to a reference genome using TopHat. When I tried to map both the pairs together only a small fraction (< 10 % ) of the reads mapped to the genome, but > 80 % of the reads mapped to the reference when I mapped the pairs separately.
mapping using each paired end data separately:
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_1.fastq
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_2.fastq
(> 80 % of reads mapped here.)
mapping paired data together:
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_1.fastq seqs__filtered_6_2.fastq
(< 10 % of reads mapped here.)
Has anyone seen this before ? Could this have something to do with the -r value ? Any suggestion will be greatly appreciated.
Thanks
Adarsh Jose
Iowa State University
I was trying to map paired end Illumina GA IIE 85 bp reads to a reference genome using TopHat. When I tried to map both the pairs together only a small fraction (< 10 % ) of the reads mapped to the genome, but > 80 % of the reads mapped to the reference when I mapped the pairs separately.
mapping using each paired end data separately:
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_1.fastq
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_2.fastq
(> 80 % of reads mapped here.)
mapping paired data together:
tophat -r 200 -o ./tophatr200 Ref/Zm.seq.uniq seqs__filtered_6_1.fastq seqs__filtered_6_2.fastq
(< 10 % of reads mapped here.)
Has anyone seen this before ? Could this have something to do with the -r value ? Any suggestion will be greatly appreciated.
Thanks
Adarsh Jose
Iowa State University
Comment