This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Number of reads

Hey everyone,

I have one problem in my fpkm normalization. So I would like to know the number of reads per genes as we have in cufflinks output. Anyone knows how to do this? Is it possible do this with samtools?

Thank you

bam samtools rna-seq

1 answer

Try featureCounts from the alignment files. It does exactly what you want.

Log in to answer this question.