This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bam to count data

After completing genome mapping I have few bam files which I need to convert to count data. How should I convert the bam files to count data in r studio?

bam

I need to convert to count data to run differential sequence analysis

1 answer

You can try featureCounts from the package Rsubread.

Log in to answer this question.