View source: R/get_eupath_entry.R
get_eupath_entry | R Documentation |
When querying the eupathdb, it can be difficult to hit the desired species. This is confounded by the fact that there are very similar named species across different EupathDB projects. Thus function seeks to make it a bit easier to find the actual dataset desired. If the specific species is not found, look for a reasonable approximation. stop() if nothing is found.
get_eupath_entry(
species = "Leishmania major",
webservice = "eupathdb",
column = "TaxonUnmodified",
metadata = NULL,
...
)
species |
String containing some reasonably unique text in the desired species name. |
webservice |
The EuPathDB webservice to query. |
column |
Which column to use for getting the species name? |
metadata |
Optional dataframe of already downloaded metadata. |
... |
Parameters passed to download_eupath_metadata() |
A single row from the eupathdb metadata.
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.