| get_ids | R Documentation |
Prefer the available Bioconductor annotation package when possible, and fall back to 'AnnoProbe::idmap()' when no Bioconductor annotation package source exists. The function prints a short explanation plus the code it used.
get_ids(gpl, type = NULL, install = FALSE, update = FALSE)
gpl |
a GEO platform accession |
type |
optional AnnoProbe 'type' setting. If omitted, the function tries candidate types automatically. |
install |
whether to install and library the package |
update |
whether to update the package |
a cleaned two-column data.frame with 'probe_id' and 'symbol'
Xiaojie Sun
find_anno
## Not run:
get_ids("GPL570")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.