retrieveDb {tximeta} | R Documentation |
SummarizedExperiment objects returned by tximeta
have
associated TxDb or EnsDb databases which are cached locally and used
to perform various metadata related tasks. This helper function
retrieves the database itself for the user to perform any additional
operations.
retrieveDb(se)
se |
the SummarizedExperiment |
a database object
example(tximeta) edb <- retrieveDb(se)