type
argument is used to request an annotation package with a
particular backing store.
annPkgName(name, type = c("db", "env"))
"hgu133plus2"
"db"
or "env"
. This will determine
whether the package name returned corresponds to the SQLite-based
annotation package or environment-based package, respectively.getAnnMap
annPkgName("hgu133plus2", type="db")
annPkgName("hgu133plus2", type="env")
Run the code above in your browser using DataLab