supportedSpecies {FunctSNP}R Documentation

Displays the supported species

Description

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")

Usage

supportedSpecies(refresh=FALSE)

Arguments

refresh TRUE or FALSE [Default = FALSE]

Value

A list of species codes and their related species name.

Note

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).

Author(s)

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

See Also

setSpecies

Examples

# List all supported species 
supportedSpecies()


[Package FunctSNP version 1.0-1 Index]