View source: R/load_eupath_annotations.R
load_eupath_annotations | R Documentation |
Every time I go to load the annotation data from an orgdb for a parasite, it takes me an annoyingly long time to get the darn flags right. As a result I wrote this to shortcut that process. Ideally, one should only need to pass it a species name and get out a nice big table of annotation data.
load_eupath_annotations(
query,
webservice = "tritrypdb",
eu_version = NULL,
wanted_fields = NULL
)
query |
String containing a unique portion of the desired species. |
webservice |
Which eupath webservice is desired? |
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.