Description Usage Arguments Value
Loads a local .sqlite TxDb annotation file (e.g. created using
gtf2sqlite
), returns a list of features needed for circRNA annotation.
1 2 3 4 5 6 7 | loadAnnotation(txdb)
## S4 method for signature 'TxDb'
loadAnnotation(txdb)
## S4 method for signature 'character'
loadAnnotation(txdb)
|
txdb |
TxDb gene annotation (or path to SQLite database file) |
A list
of gene feature GRanges
/GRangesList
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.