Hello,
I ran bowtie 0.12.7 on a FASTA file of microarray probe sequences using the hg19 index as supplied on the website, and I noticed from manually inputting into BLAT a couple of sequences that sequences mapping to the negative strand map to + strand with BLAT. For the sequences mapping to + strand with bowtie, they map to the + strand with BLAT.
Can someone check this ? How could it be
e.g.
Bowtie output :
- chr16 54901845 AGTATTAAACAAGAATGCACGTAAAGTGTGCAATGCATATAGCAGACAGTCAAGAAATGGTGT
BLAT output :
100.0% 16 + 54901846 54901908 63
For reproducibility, the entire sequences file is here.
I ran bowtie 0.12.7 on a FASTA file of microarray probe sequences using the hg19 index as supplied on the website, and I noticed from manually inputting into BLAT a couple of sequences that sequences mapping to the negative strand map to + strand with BLAT. For the sequences mapping to + strand with bowtie, they map to the + strand with BLAT.
Can someone check this ? How could it be
Code:
bowtie -f -v 0 -m 1 --un probesNotMapping.txt hg19 probeSeqs.txt probesMapped.txt
Bowtie output :
- chr16 54901845 AGTATTAAACAAGAATGCACGTAAAGTGTGCAATGCATATAGCAGACAGTCAAGAAATGGTGT
BLAT output :
100.0% 16 + 54901846 54901908 63
For reproducibility, the entire sequences file is here.
Comment