GAPIT.SUPER.GS | R Documentation |
Perform GPS with SUPER and Compress method.
GAPIT.SUPER.GS(
Y,
GD = NULL,
GM = NULL,
KI = NULL,
Z = NULL,
CV = NULL,
GK = NULL,
kinship.algorithm = NULL,
bin.from = 10000,
bin.to = 10000,
bin.by = 1000,
inclosure.from = 10,
inclosure.to = 10,
inclosure.by = 10,
group.from = 1e+06,
group.to = 1e+06,
group.by = 10,
kinship.cluster = "average",
kinship.group = "Mean",
PCA.total = 0,
GT = NULL,
PC = NULL,
GI = NULL,
Timmer = NULL,
Memory = NULL,
model = "",
sangwich.top = NULL,
sangwich.bottom = NULL,
QC = TRUE,
GTindex = NULL,
LD = 0.05,
file.output = TRUE,
cutOff = 0.01
)
Y |
Phenotype data.frame, |
GD |
= NULL, |
GM |
= NULL, |
KI |
= NULL, |
Z |
= NULL, |
CV |
= NULL, |
GK |
= NULL, |
kinship.algorithm |
= NULL, |
bin.from |
= 10000, |
bin.to |
= 10000, |
bin.by |
= 1000, |
inclosure.from |
= 10, |
inclosure.to |
= 10, |
inclosure.by |
= 10, |
group.from |
= 1000000, |
group.to |
= 1000000, |
group.by |
= 10, |
kinship.cluster |
= "average", |
kinship.group |
= 'Mean', |
PCA.total |
= 0, |
GT |
= NULL, |
PC |
= NULL, |
GI |
= NULL, |
Timmer |
= NULL, |
Memory |
= NULL, |
model |
= "", |
sangwich.top |
= NULL, |
sangwich.bottom |
= NULL, |
QC |
= TRUE, |
GTindex |
= NULL, |
LD |
= 0.05, |
file.output |
= TRUE, |
cutOff |
= 0.01 |
Zhiwu Zhang and Jiabo Wang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.