getGtfPathFromTxdb {ORFik}R Documentation

Get path of GTF that created txdb

Description

Will crash and report proper error if no gtf is found

Usage

getGtfPathFromTxdb(txdb, stop.error = TRUE)

Arguments

txdb

a loaded TxDb object

stop.error

logical TRUE, stop if Txdb does not have a gtf. If FALSE, return NULL.

Value

a character file path, returns NULL if not valid and stop.error is FALSE.


[Package ORFik version 1.13.14 Index]