Difference In Number Of Reads Using Samtools View And Igv
5
0
Entering edit mode
11.0 years ago
pm2013 ▴ 50

Hi

I extracted reads from a specific region from tophat alignment (bam files) using samtools view. The number of reads I get is 20. When I checked the region using IGV, the only subset of reads actually pass thorough the region. There are few reads that clearly end before the start of the region that I specified. I am very perplexed with this. Someone please enlighten me. Thanks

igv samtools rna-seq • 4.2k views
ADD COMMENT
0
Entering edit mode
11.0 years ago

IGV ocassionally shows crazy things if it starts to run out of memory. Make sure that is not the case.

In general trust samtools first. You can verify from the coordinates whether the selection is correct.

ADD COMMENT
0
Entering edit mode
11.0 years ago

Perhaps IGV is only showing reads flagged as primary alignments (the 0x100 bit in the FLAG) and samtools is showing all?

ADD COMMENT
0
Entering edit mode
11.0 years ago

Are your reads trimmed or soft-clipped? If so, it's possible that one program is respecting that and the other is not.

ADD COMMENT
0
Entering edit mode
11.0 years ago
Zhen Sun ▴ 60

IGV will hide soft-clipped base pairs by default. You can turn on "show soft clipped reads" in IGV's preferences panel and see if the result matches with samtools.

ADD COMMENT
0
Entering edit mode
10.9 years ago
Gabriel R. ★ 2.9k

I think that igv only shows the reads that passed QC, try using samtools view -F"0x200" to check if you get the same reads.

ADD COMMENT

Login before adding your answer.

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