View source: R/parental_contribution.R
parental_contribution | R Documentation |
The function estimates phentypes by parental_contribution genomic selection method.
parental_contribution(pop,parental_genotypes,parental_phenotypes)
pop |
Required: a population to be estimated |
parental_genotypes |
Required: for training genotyping |
parental_phenotypes |
Required: for training phenotyping |
a two-column tab delimited phenotyping object; id and value
pheno5 = parental_contribution(pop3,parental_genotypes,parental_phenotypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.