Computes partial inbreeding coefficients, Fi(j). A coefficient Fi(j) can be read as the probability of individual i being homozygous for alleles derived from ancestor j
Fij_core(ped, ancestors, ancestors_idx, Fi, mapa, ncores = 1, genedrop, seed)
A matrix of partial inbreeding coefficients. Fi(j) values can thus be read from row i and column j.
A dataframe containing the pedigree. Individual (id), maternal (dam), and paternal (sire) identities are mandatory columns.
Vector of the identities to be assumed as founder ancestors.
Index of ancestors.
Vector of inbreeding coefficients.
Map of ancestors
Number of cores to use for parallel computing (default = 1)
Enable genedrop simulation
Sets a seed for the random number generator.