VarianceComponentExample | R Documentation |
This corresponds to (a sample of) the dataset presented in Giraud et al. (2017).
data("VarianceComponentExample")
The format is: List of 3
Data
'data.frame': 432 obs. of 5 variables
Trial
a factor with 2 levels
CodeHybrid
a factor with 177 levels
CodeDent
a factor with 116 levels
CodeFlint
a factor with 122 levels
Trait
a numeric vector
KinshipD
num [1:116,1:116]
KinshipF
num [1:122,1:122]
The list contains three elements:
Data: a data frame containing the information about hybrids (trials, hybrid names, dent parental lines, flint parental lines and phenotypes)
KinshipD: a matrix of simple relatedness coefficients between dent lines
KinshipF: a matrix of simple relatedness coefficients between flint lines
Giraud, H., Bauland, C., Falque, M., Madur, D., Combes, V., Jamin, P., ... & Blanchard, P. (2017). Reciprocal Genetics: Identifying QTL for General and Specific Combining Abilities in Hybrids Between Multiparental Populations from Two Maize (Zea mays L.) Heterotic Groups. Genetics, 207(3), 1167-1180.
data(VarianceComponentExample)
names(VarianceComponentExample)
## maybe str(VarianceComponentExample) ; plot(VarianceComponentExample) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.