Learn R Programming

MOCHA (version 1.1.0)

getAnnotationDbFromInstalledPkgname: getAnnotationDbFromInstalledPkgname Loads and attaches an installed TxDb or OrgDb-class Annotation database package.

Description

See getBSgenome

Usage

getAnnotationDbFromInstalledPkgname(dbName, type)

Value

the loaded Annotation database object.#' @noRd

Arguments

dbName

Exact name of installed annotation data package.

type

Expected class of the annotation data package, must be either "OrgDb" or "TxDb".