devtools::install_github('ricebrian/MaizeNAM')
require(MaizeNAM)
DownloadData()
GetData = BLUP(trait="PlantHeight",family="all",env="all")
head(GetData$Phen) # Deregressed phenotypic BLUPs
dim(GetData$Gen) # Panel of SNPs segregating in all familier
# The data above is already formatted to run genomic analysis on multiple packages (NAM,bWGR,mas,BGLR,rrBLUP,glmnet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.