List all available transcript biotypes in the EnsDb.Hsapiens.v75 database.
get_tx_biotypes(tx_biotypes = NULL, as_filter = TRUE, verbose = TRUE)
Transcript biotypes to include in the gene model track.
By default (NULL
), all transcript biotypes will be included.
See get_tx_biotypes for a full list of
all available biotypes
Return results as an
TxBiotypeFilter (default: TRUE
).
Otherwise, a character vector will be returned.
Print messages.
Character vector of valid transcript biotypes.
tx_filter <- get_tx_biotypes()