setSpecies {FunctSNP}R Documentation

Sets the default species

Description

Sets a default species code that can be used by all other FunctSNP functions.

Usage

setSpecies(speciesCode)

Arguments

speciesCode A 3 letter species code

Details

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.

Author(s)

S. J. Goodswen <Stephen.Goodswen@csiro.au>

See Also

downloadDB installedDBs makeDB

Examples


#Set the default species to Bos taurus
setSpecies("bta")

[Package FunctSNP version 1.0-1 Index]