View source: R/orgdb_from_ah.R
orgdb_from_ah | R Documentation |
Ideally, annotationhub will one day provide a one-stop shopping source for a tremendous wealth of curated annotation databases, sort of like a non-obnoxious biomart. But for the moment, this function is more fragile than I would like.
orgdb_from_ah(ahid = NULL, title = NULL, species = NULL, type = "OrgDb")
ahid |
TaxonID from AnnotationHub |
title |
Title for the annotation hub instance |
species |
Species to download |
type |
Datatype to download |
An Orgdb instance
atb
AnnotationHub S4Vectors
## Not run:
orgdbi <- mytaxIdToOrgDb(taxid)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.