View source: R/load_ah_annotations.R
load_ah_annotations | R Documentation |
Shortcut for loading annotation data from AnnotationHub, making some EupathDB assumptions.
load_ah_annotations(
species = "Leishmania major strain Friedlin",
service = "TriTrypDB",
type = "OrgDb",
eu_version = NULL,
wanted_fields = NULL
)
species |
String containing a unique portion of the desired species. |
service |
Which eupath webservice is desired? |
type |
Data type to load. |
eu_version |
Gather data from a specific eupathdb version? |
wanted_fields |
If not provided, this will gather all columns starting with 'annot'. |
Big huge data frame of annotation data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.