annPkgName: Get annotation package name from chip name

Description Usage Arguments Value Author(s) See Also Examples

View source: R/AnnMaps.R

Description

This function returns the name of the Bioconductor annotation data package that corresponds to the specified chip or genome. The type argument is used to request an annotation package with a particular backing store.

Usage

1
annPkgName(name, type = c("db", "env"))

Arguments

name

string specifying the name of the chip or genome. For example, "hgu133plus2"

type

Either "db" or "env". This will determine whether the package name returned corresponds to the SQLite-based annotation package or environment-based package, respectively.

Value

a string giving the name of the annotation data package

Author(s)

Seth Falcon

See Also

getAnnMap

Examples

1
2
annPkgName("hgu133plus2", type="db")
annPkgName("hgu133plus2", type="env")

annotate documentation built on Nov. 8, 2020, 8:14 p.m.