powered by
Function to compute empirical kinship for a set of individuals (not all pairs of individuals are evaluated)
kinship.emp.fast.between( population = NULL, gen1 = NULL, database1 = NULL, cohorts1 = NULL, gen2 = NULL, database2 = NULL, cohorts2 = NULL, ibd.obs = 50 )
Empirical kinship matrix (IBD-based since Founders) per gen/database/cohort
Population list
Quick-insert for database1 (vector of all generations to export)
First Groups of individuals to consider for the export
Quick-insert for database1 (vector of names of cohorts to export)
Quick-insert for database2 (vector of all generations to export)
Second Groups of individuals to consider for the export
Quick-insert for database2 (vector of names of cohorts to export)
Number of Individual pairs to sample for IBD estimation
data(ex_pop) kinship.emp.fast(population=ex_pop,gen=2)
Run the code above in your browser using DataLab