Why is there not a intronsBy() function in GenomicFeatures? only intronsByTranscript()?
0
0
Entering edit mode
2.7 years ago
Pratik ★ 1.0k

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 GenomicFeatures documentation there is:

## Get the exons grouped by gene:
exonsBy(txdb, "gene")

However, for introns there is:

## Get the introns grouped by transcript:
intronsByTranscript(txdb)

while there is not a function like this:

## Get the introns grouped by gene:
intronsBy(txdb, "gene")

Could someone share their insights, please, to sort of solidify my understanding? There has to be some method to this madness!

Thank you in advance.

-Pratik

GenomicRanges GenomicFeatures genic introns intronsbytranscript • 813 views
ADD COMMENT

Login before adding your answer.

Traffic: 2652 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6