Extract specific reads from mapping of genomes from multiple genomes
1
0
Entering edit mode
10.0 years ago
elfeusilva • 0

Hello Guys,

Did the mapping of multiple genomes in bowtie software. I indexed multiple genomes, and then did the mapping of reads in bowtie. I would like to extract the reads that were mapped in each genome separately. This is possible using the Picard or other tools?

Thank you.

genomes mapping samtools bowtie • 2.1k views
ADD COMMENT
0
Entering edit mode
The files containing mapped reads should be separate, unless you merged the fasta files of all the genomes you are working on and then indexed it. Anyways, why would you do that?
ADD REPLY
3
Entering edit mode
10.0 years ago

Extract the name of the mapped reads (forward or reverse) using samtools with option -F/-f.

sort | uniq those names

find the reads in each genomes using comm

ADD COMMENT

Login before adding your answer.

Traffic: 1744 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6