setSpecies {FunctSNP} | R Documentation |
Sets a default species code that can be used by all other FunctSNP functions.
setSpecies(speciesCode)
speciesCode |
A 3 letter species code |
The data for each species is contained in its own database and the species code determines which database is accessed by the FunctSNP functions. For example, the data for the Bos taurus species is contained in a local database called btaSNP.db and the species code "bta" is used to access this database. Use installedDBs () with no argument to list all available species databases.
S. J. Goodswen <Stephen.Goodswen@csiro.au>
downloadDB
installedDBs
makeDB
#Set the default species to Bos taurus setSpecies("bta")