userAddedSpecies {FunctSNP} | R Documentation |
Displays the species code and species name added by the user using addSpecies
. The added species code can be used in:
1. setSpecies () - to set the default species 2. Query-type Functions as an argument e.g. getSNPs (ids,speciescode="bta")
userAddedSpecies(refresh=FALSE)
refresh |
TRUE or FALSE [Default = FALSE] |
A list of user species codes and their related species name.
When the FunctSNP library is loaded, the user databases file is read and the contents assigned to an object. Use refresh=TRUE if you require to re-read the user databases file in the same R session.
S. J. Goodswen <Stephen.Goodswen@csiro.au>
# List all user added species userAddedSpecies()