supportedSpecies {FunctSNP} | R Documentation |
Displays the supported species code. The species code is used in:
1. setSpecies () - to set the default species 2. Query-type Functions as an argument e.g. getSNPs (ids,speciescode="bta")
supportedSpecies(refresh=FALSE)
refresh |
TRUE or FALSE [Default = FALSE] |
A list of species codes and their related species name.
When the FunctSNP library is loaded, a file containing the supported species is read from a file on a web server and the contents assigned to an object. Use refresh=TRUE if you require to re-read the file in the same R session (this should only be required if internet problems have been encountered).
S. J. Goodswen <Stephen.Goodswen@csiro.au>
# List all supported species supportedSpecies()