View source: R/get_eupath_pkgnames.R
get_eupath_pkgnames | R Documentation |
This is a surprisingly difficult problem. Many species names in the eupathdb have odd characters in the species suffix which defines the strain ID. Many of these peculiarities result in packages which are non-viable for installation. Thus this function attempts to filter them out and result in consistent, valid package names. They are not exactly the same in format as other orgdb/txdb/etc packages, as I include in them a field for the eupathdb version used; but otherwise they should be familiar to any user of the sqlite based organism packages.
get_eupath_pkgnames(entry, eu_version = NULL, column = "TaxonUnmodified")
entry |
A metadatum entry. |
eu_version |
Choose a specific version of the eupathdb, only really useful when downloading files. |
column |
Which column to query to get the species name? |
The default argument for this function shows the funniest one I have found so far thanks to the hash character in the strain definition.
List of package names and some booleans to see if they have already been installed.
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.