How do I find unmapped reads in my sam file?
1
0
Entering edit mode
7.6 years ago
blur ▴ 280

Hi,

I want to see why my unmapped reads did not map to the reference - I wanted to pull out a few of the unmapped reads to blast them against the reference. Any idea how I do so? Thanks

SAM • 8.6k views
ADD COMMENT
0
Entering edit mode

hi, i am working on differential gene expression analysis on zebrafish datasets, i am working with GPL 14664 agilent platform but ther is annotation package available. i used limma package and i got results. but how to convert into gene symbols.

ADD REPLY
1
Entering edit mode
7.6 years ago
vivekbhr ▴ 690

Use samtools. Just do samtools view -f 4 <bamfile> ..

You can extract all kinds of reads by specifying the flag No. after samtools -f . Get the relevant flags here

ADD COMMENT
0
Entering edit mode

so, first turn it into bam, right?

ADD REPLY
0
Entering edit mode

It does not matter if the file is SAM or BAM formatted. Samtools view command is able to read both files. ;)

ADD REPLY
0
Entering edit mode

thanks, that was super helpful! :)

ADD REPLY

Login before adding your answer.

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