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)?
• 736 views
•
link
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:
• 0 views
•
link
Log in to answer this question.