View source: R/recalculate.manual.R
| recalculate.manual | R Documentation |
Function to recalculate genomic values
recalculate.manual(
population,
gen = NULL,
database = NULL,
cohorts = NULL,
e0 = NULL,
e1 = NULL,
e2 = NULL,
store.comp.times = TRUE
)
population |
Population list |
gen |
Quick-insert for database (vector of all generations to export) |
database |
Groups of individuals to consider for the export |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
e0 |
Effect matrix for 0 genotype (default: Will be automatically extracted) |
e1 |
Effect matrix for 1 genotype (default: Will be automatically extracted) |
e2 |
Effect matrix for 2 genotype (default: Will be automatically extracted) |
store.comp.times |
If TRUE store computation times in $info$comp.times.general (default: TRUE) |
Population list
data(ex_pop)
population <- recalculate.manual(ex_pop, gen = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.