getGtfPathFromTxdb {ORFik} | 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.