Description Usage Arguments Details Value Author(s) Examples
Calculates Pedigree Based Inbreeding
1 | pedInbreeding(Pedig)
|
Pedig |
Data frame containing the Pedigree with the first 3 columns being |
Computation of pedigree based inbreeding.
This function is a wrapper function for pedigree from package pedigree.
A data frame with column Indiv containing the individual IDs and column Inbr containing the inbreeding coefficients.
Robin Wellmann
1 2 3 4 5 6 7 | data(PedigWithErrors)
data(Phen)
keep <- Phen$Indiv
Pedig <- prePed(PedigWithErrors, keep=keep)
Res <- pedInbreeding(Pedig)
mean(Res$Inbr[Res$Indiv %in% keep])
#[1] 0.01943394
|
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE
3: .onUnload failed in unloadNamespace() for 'rgl', details:
call: fun(...)
error: object 'rgl_quit' not found
Pedigree loops were detected. We recommend to correct them manually before
using prePed(). The parents of the following individuals are set to unknown
to remove the loops.
Sire Dam
276000802875148 276000803622423 276000890878480
276000811476506 276000810087663 276000811476506
The sex of the following animals was not compatible with the pedigree, so
it was modified:
Sire Dam
276000810087663 276000802940621 276000802925028
[1] 0.01943394
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.