importGtfFromTxdb | R Documentation |
Import the GTF / GFF that made the txdb
importGtfFromTxdb(txdb, stop.error = TRUE)
txdb |
a TxDb, path to txdb / gff or ORFik experiment object |
stop.error |
logical TRUE, stop if Txdb does not have a gtf. If FALSE, return NULL. |
data.frame, the gtf/gff object imported with rtracklayer::import. Or NULL, if stop.error is FALSE, and no GTF file found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.