Skip to content
Snippets Groups Projects
Commit d94a8424 authored by Farooq, Muhammad's avatar Farooq, Muhammad
Browse files

Update README.md

parent f39f1a50
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,33 @@ There are two ways to install required R packages for this analysis;
install.packages("plyr", dependencies = TRUE)
library(plyr)
}
if (!require("backports")) {
install.packages("backports", dependencies = TRUE)
library(backports)
}
if (!require("devtools")) {
install.packages("devtools", dependencies = TRUE)
library(devtools)
}
if (!is.installed("qgg"))
{
options(devtools.install.args=" --no-multiargs")
devtools::install_github("psoerensen/qgg")
library(qgg)
}
if (!require("GO.db")) {
install.packages("GO.db", dependencies = TRUE)
library(GO.db)
}
if (!require("org.At.tair.db")) {
install.packages("org.At.tair.db", dependencies = TRUE)
library(org.At.tair.db)
}
# 2- Phenotype Dataset Preparation
We first calculated Best Linear Unbiased Estimates (BLUEs) for genotypic means, used as phentoypes in the BLUP models using 'BLUES.R' script.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment