This library presents a series of datasets used in the ASR packages. The datasets have been collected from publications and present meaningful structures to test phenotypic and genomic analysis.
Use the following code to download and install ASRdata:
install.packages("devtools")
devtools::install_github("asreml/asrdata")
To load the library use:
library(ASRdata)
ASRdata uses lazydata
which means the datasets are available once the package is loaded.
In other words, there is no need to call data()
to access them. For example, to see
the first rows of the apple dataset, one can call:
pheno.apple |> head()
This package has been developed by the VSN International team (https://vsni.co.uk/)
Developers
-
Salvador Gezan, VSN International, [email protected]
-
Giovanni Galli, VSN International, [email protected]
-
Darren Murray, VSN International, [email protected]
Maintenance
- Salvador Gezan, VSN International, [email protected]