Entering edit mode
9.6 years ago
sacha
★
2.4k
How can I print only 1 column from a BAM file at specific coordinate.
For example:
ACGTGACGGACGGGGCCA
TGACGGACGGGGCCA
GGACGGGGCCA
^
For example print the column at coord 'x' will return AAA (see example above)
Thanks! But the problem is that mpileup filter data. I just want to see raw data from BAM , like samtools tview.
Sorry.. I just see that mpilup do for each base and do not filter ! Thanks! You were right and solve my problem