getGtfPathFromTxdb | R Documentation |
Will crash and report proper error if no gtf is found
getGtfPathFromTxdb(txdb, stop.error = TRUE)
txdb |
a loaded TxDb object |
stop.error |
logical TRUE, stop if Txdb does not have a gtf. If FALSE, return NULL. |
a character file path, returns NULL if not valid and stop.error is FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.