Description Usage Arguments Value Author(s) See Also Examples
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.
1 | 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
1 2 | 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.