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")#> [1] "org.Hs.eg.db"artmsIsSpeciesSupported(species = "CHIMP")#>#>#> [1] FALSE