Get a data frame of intron counts per gene
Value
A data frame with intron counts per gene, with variables:
- gene
Character with gene IDs.
- introns
Numeric with number of introns per gene.
Details
The family of functions makeTxDbFrom* from
the txdbmaker package can be used to create TxDb objects
from a variety of input data types. You can create TxDb objects
from e.g., GRanges objects (makeTxDbFromGRanges()),
GFF files (makeTxDbFromGFF()),
an Ensembl database (makeTxDbFromEnsembl), and
a Biomart database (makeTxDbFromBiomart).
