Description Usage Arguments Details Value References See Also Examples
This function select specified number of markers using amltest
and then forming a matrix including both main marker effects and two-way epistatic effects.
1 2 3 |
response |
A numerical vector of the trait (phenotype) to be analyzed. It is passed to |
marker |
A matrix or data frame for the markers from which the main effects will be selected. The number of rows should equal the number of lines and the number of columns should equal the number of markers. The values of each element should be between 0 and 1 with minor allele encoded as 1 and majority allele as 0. If minor allele is encoded as 1 instead for some markers, |
kin |
The kinship matrix representing relationships between lines. It should be symmetric and positive definite, and have the number of rows and columns equal to the number of rows of |
numkeep |
The number of main marker effects that should be retained after the preliminary screening in |
selectvar |
The number of main marker effects to be included in the model. Strictly speaking, it is the number of iterations for the fitting procedure of |
mafb |
The minimum mean value of an effect. Effects with lower mean values (too many zeros) are removed. For a main marker effect, this is just the minimum value for minor allele frequency. The default is 0.04 and is passed to |
corbnd |
The bound used for cutting the dendrogram after the hierarchical clustering, the default is 0.5. See the documentation for |
method |
The method of clustering passed to |
Since considering all two-way epistatic effects are not computationally feasible in most cases, amltest
is called first to select a subset of markers with the most significant main effects. Then two-way epistatic effects are formed from these selected markers by taking the product of the two columns corresponding to each pair of markers. Subsequently, the cleanclust
function is called to remove effects with very low mean values and also filter the effects such that no two effects are highly correlated. The resulted genetic effect matrix include both main effects and epistatic effects. It can then be used as input for amltest
in the same manner as a marker matrix.
A list containing the following:
effects |
A matrix of both selected main marker effects and two-way epistatic effects. |
marker1 |
A vector of names corresponding to the first marker in two-way epistatic effects given in |
marker2 |
A vector of names corresponding to the second marker in two-way epistatic effects given in |
Wang, D., Eskridge, K.M. and Crossa, J. (2011) Identifying QTLs and Epistasis in Structured Plant Populations Using Adaptive Mixed LASSO. Journal of Agricultural, Biological, and Environmental Statistics, 16:170-184.
Wang, D., et al. (2012) Prediction of genetic values of quantitative traits with epistatic effects in plant breeding populations. Heredity, 109: 313-319.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.