
print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV
Source:R/print.summary.nprcgenekeeprErr.R
print.Rd
print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV
Examples
library(nprcgenekeepr)
errorLst <- qcStudbook(nprcgenekeepr::pedInvalidDates,
reportChanges = TRUE, reportErrors = TRUE)
summary(errorLst)
#> Error: There are 2 rows having an invalid date. The rows having an invalid date are: 3 and 4.
#>
#> Please check and correct the pedigree file.
#>
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedGood
ped <- suppressWarnings(qcStudbook(ped, reportErrors = FALSE))
summary(reportGV(ped, guIter = 10))
#> The genetic value report
#> Individuals in Pedigree: 8
#> Male Founders: 2
#> Female Founders: 2
#> Total Founders: 4
#> Founder Equivalents: 3.56
#> Founder Genome Equivalents: 2.68
#> Live Offspring: 8
#> High Value Individuals: 5
#> Low Value Individuals: 3