Print an nprcgenekeepr summary object
Arguments
- x
object of class summary.nprcgenekeeprErr and class list
- ...
further arguments passed to the
print()call for the suspicious-parents table (and ignored by the GV method)
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 +/- 0.14
#> Live Offspring: 8
#> High Value Individuals: 1
#> Low Value Individuals: 3
