retrieveDb: Retrieve the TxDb or EnsDb associated with a...

View source: R/retrievers.R

retrieveDbR Documentation

Retrieve the TxDb or EnsDb associated with a SummarizedExperiment

Description

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.

Usage

retrieveDb(se)

Arguments

se

the SummarizedExperiment

Value

a database object

Examples


example(tximeta)
edb <- retrieveDb(se)


mikelove/tximeta documentation built on Feb. 26, 2024, 4:32 a.m.