mapping the filtered reads (unmapped reeads) on the genome using bowtie2
1
0
Entering edit mode
9.0 years ago
zizigolu ★ 4.3k

Hey there,

I have a sam file containing unmapped reads, which bowtie option doese map my reads on genome?

RNA-Seq • 2.5k views
ADD COMMENT
1
Entering edit mode
9.0 years ago
michael.ante ★ 3.8k

Hi Sarah,

Bowtie needs the reads in one of the following file formats (according to the manual):

FASTQ, QSEQ, or FASTA.

You need to convert the unmapped reads. Tophat has a tool called bam2fastx; the bedtools have bamToFastq; both can do the job. Afterwards, you can run bowtie with the fastq-file as input.

Cheers,
Michael

ADD COMMENT
0
Entering edit mode

Thank you very much

ADD REPLY
0
Entering edit mode

Michael,

I am in Windows then I can't tophat and bedtools...:(

Do you know another way in Windows?

ADD REPLY
1
Entering edit mode

In case you don't work on patients' data, you can do a lot using Galaxy.

It gives you a lot unix-based tools to work with and a good usability.

I think there are some tutorials out there which can help you analysing your data with Galaxy.

ADD REPLY
0
Entering edit mode

Thank you

I went across to galaxy-picard-sam to fastq, but I don't know from from I can load my sam file into galaxy to be converted to fastq or fasta.

ADD REPLY
1
Entering edit mode

Please read the docs and have a look here: http://https://wiki.galaxyproject.org/Learn

ADD REPLY
0
Entering edit mode

:)

Thanks

ADD REPLY

Login before adding your answer.

Traffic: 2027 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