Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

annPkgName

Get annotation package name from chip name


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

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

Examples

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

annotate

Annotation for microarrays

v1.68.0
Artistic-2.0
Authors
R. Gentleman
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.