Prerequisites
FunctSNP's only prerequisite is R, which has installation files available for MS Windows, MacOS X and Linux.
Installing FunctSNP
FunctSNP is available on CRAN and can be installed and loaded from within an R session using the following commands:
> install.packages('FunctSNP')
> library(FunctSNP)
One or more of the developer maintained databases can be installed, using the relevant species code, from within the R session using the following commands:
> downloadDB(db.list=TRUE)
code species
1 bta Bos taurus
2 gga Gallus gallus
3 hsa Homo sapiens
4 oar Ovis aries
5 ssc Sus scrofa
> downloadDB(speciesCode='bta')