Entering edit mode
10.6 years ago
M K
▴
660
I have an accepted_hits.bam
file which is from tophat output, and I need to use Rsamtools "R package" to do some analysis for the .bam
file. So any one know how to read this file in R.
Hi Danielk, I used the Rsamtools package and I follow the the example in the pdf and it works. But I need to use my .bam file not the one provided in the pdf file. Also, I need to read all information in this file (not a portion).