| kinship.emp.fast | R Documentation |
Function to compute empirical kinship for a set of individuals (not all pairs of individuals are evaluated)
kinship.emp.fast(
population = NULL,
animals = NULL,
gen = NULL,
database = NULL,
cohorts = NULL,
ibd.obs = 200,
hbd.obs = 50
)
population |
Population list |
animals |
List of animals to compute kinship for |
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) |
ibd.obs |
Number of Individual pairs to sample for IBD estimation |
hbd.obs |
Number of Individuals to sample for HBD estimation |
Empirical kinship matrix (IBD-based since Founders) per gen/database/cohort
data(ex_pop)
kinship.emp.fast(population=ex_pop,gen=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.