annPkgName | R Documentation |
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.
annPkgName(name, type = c("db", "env"))
name |
string specifying the name of the chip or genome. For
example, |
type |
Either |
a string giving the name of the annotation data package
Seth Falcon
getAnnMap
annPkgName("hgu133plus2", type="db")
annPkgName("hgu133plus2", type="env")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.