This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Calculate the coverage of genes

Hi,everyone , There I want to calculate the RNAseq reads coverage the numbers of genes and sequences from reference genome and I have bam files ,did anyone knows how to calculate it ? Thanks Alex

rna-seq

1 answer

It's a bit hard to understand exactly what you want, but I assume you mean you want to find the number of alignments per gene. For that, use featureCounts from the subRead package.

Log in to answer this question.