breeding_values | R Documentation |
Estimate breeding values - Adapted function from QTLpoly
breeding_values(qtl_info, probs, selected_mks, blups, beta.hat, pos)
qtl_info |
data.frame with: LG - linkage group ID; Pos - position in linkage map (cM); Pheno - phenotype ID; Pos_lower - lower position of confidence interval; Pos_upper - upper position of the confidence interval; Pval - QTL p-value; h2 - herdability |
probs |
data.frame with first column (named 'ind') as individuals ID and next columns named with markers ID and containing the genotype probability at each marker |
selected_mks |
data.frame with: LG - linkage group ID; mk - marker ID; pos - position in linkage map (cM) |
blups |
data.frame with: haplo - haplotype ID; pheno - phenotype ID; qtl - QTL ID; u.hat - QTL estimated BLUPs |
beta.hat |
data.frame with: pheno - phenotype ID; beta.hat - estimated beta |
pos |
selected QTL position (cM) |
data.frame containing breeding values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.