Description Usage Arguments Value Author(s) Examples
Performs the Best Linear Unbiased Prediction (BLUP)
1 2 3 4 5 6 7 8 9 |
x |
Input phenotype data file. |
sample |
The column name of the sample name in phenotypic data. (Default: NULL) |
year |
The column name of the year in phenotypic data. (Default: NULL) |
loc |
The column name of the location in phenotypic data. (Default: NULL) |
rep |
The column name of the replication in phenotypic data. (Default: NULL) |
phe |
The column name of the phenotypic value in data. (Default: NULL) |
fold |
Fold before inter-quartile range. (Default: 1.5) |
Estimate BLUPs for a phenotypic data with outliers removed on a per sample basis.
Peng Zhao <pengzhao@nwafu.edu.cn>
1 2 |
Heritability = 0.844049387374586
Warning messages:
1: grouping factors must have > 1 sampled level
2: grouping factors with < 5 sampled levels may give unreliable estimates
3: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
unable to evaluate scaled gradient
4: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge: degenerate Hessian with 1 negative eigenvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.