This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Read File Format .Bam

My research is related to the manufacture of snp database. constraints that occurs is how to read the file. bam. in this case, I want to take the data from the file. bam whose content is an alignment. whether the file. bam it compressed? if I open it using notepad++, the data unreadable.

snp database

1 answer

It's bgzf compressed : http://samtools.github.io/hts-specs/SAMv1.pdf

Log in to answer this question.