Tag: intronsByTranscript
Why is there not a intronsBy() function in GenomicFeatures? only intronsByTranscript()?
Hello Biostars Community, I feel like I am missing something fundamental here. For GenomicFeatures Why isn’t there a function like intronsBy() to extract introns by gene rather than transcript (ie intronsByTranscript()), the same way there is a function like exonsBy to extract exons by gene. In other words, in the…