Convert a TxDb object or a GRangesList of exons
grouped by transcripts to a TxFeatures object.
Usage
convertToTxFeatures(x)
Arguments
x
TxDb object, or GRangesList of exons
grouped by transcripts
Value
A TxFeatures object
Details
If x is a GRangesList, transcript names and gene names
can be specified as character vectors in elementMetadata
columns txName and geneName, respectively.
If missing, transcript names are based on names(x).
In the returned TxFeatures object, column type takes
values J (splice junction), I (internal exon),
F (5'/first exon), L (3'/last exon) or U
(unspliced).