This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Count reads for gene with coordinates(collapsed exons)?

How would I go about counting the number of reads falling into a specific gene by providing a list of coordinates? (I have heard about it is better to give coordinates of collapsed exons but I am not sure exactly how to do so)?

rna-sequencing reads alignment

1 answer

See featureCounts, it accepts custom SAF (see their docs) files with any coordinates you want and then quantifies over these intervals. It is part of subread:

http://subread.sourceforge.net/

Log in to answer this question.