QTLDetectionExample | R Documentation |
This corresponds to (a sample of) the dataset presented in Rincent et al. (2014).
data("QTLDetectionExample")
The format is: List of 3
Phenotype
Named num [1:259]
Genotype
int [1:259,1:10]
Kinship
num [1:259,1:259]
The list contains three elements:
Phenotype: a numeric vector containing phenotypes of individuals
Genotype: a matrix containing the genotypes of indviduals over 10 biallelic markers
Kinship: a matrix of simple relatedness coefficients between individuals
https://link.springer.com/article/10.1007/s00122-014-2379-7
Rincent, R., Nicolas, S., Bouchet, S., Altmann, T., Brunel, D., Revilla, P., ... & Schipprack, W. (2014). Dent and Flint maize diversity panels reveal important genetic potential for increasing biomass production. Theoretical and applied genetics, 127(11), 2313-2331.
data(QTLDetectionExample)
names(QTLDetectionExample)
## maybe str(QTLDetectionExample) ; plot(QTLDetectionExample) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.