Description Details Constructors Accessors Author(s) See Also Examples
The EnhancedTxDb class is a container for a
TxDb
object and the associated annotation
information.
A EnhancedTxDb object i
EnhancedTxDb(txdb, gnAnnot, txAnnont, exAnnot,...)
:
Constructor to create a EnhancedTxDb object based on splice
graph edge counts, the associated splice graph structure and the
txdb
TxDb
gnAnnot
data.frame
txAnnont
data.frame
exAnnont
data.frame
In the code below, x
refers to a EnhancedTxDb object.
transcriptsBy(x)
:
Returns transcripts grouped by supplied elements
transcripts(x)
:
Returns all transcripts
exonsBy(x)
:
Returns all exons
exons(x)
:
Returns all exons
D. Bindreither
TxDb-class
1 2 3 4 | ## Not run:
etxdb <- EnhancedTxDb()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.