Skip to content

Presents a series of datasets used on the ASR packages.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

asrtools/asrdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASRdata

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.

Installation

Use the following code to download and install ASRdata:

install.packages("devtools")
devtools::install_github("asreml/asrdata")

Usage

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

Authors

This package has been developed by the VSN International team (https://vsni.co.uk/)

Developers

Maintenance

About

Presents a series of datasets used on the ASR packages.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages