artmsIsSpeciesSupported | R Documentation |
Given a species name, it checkes whether is supported, and if supported, check whether the annotation package is installed.
artmsIsSpeciesSupported(species, verbose = TRUE)
species |
(char) The species name. Species currently supported as part of artMS:
And the following species can be used as well, but the user needs to install the corresponding org.db package:
|
verbose |
(logical) |
(string) Name of the package for the given species
# Should return TRUE
artmsIsSpeciesSupported(species = "HUMAN")
artmsIsSpeciesSupported(species = "CHIMP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.