
print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV
# S3 method for summary.nprcgenekeeprErr
print(x, ...)# S3 method for summary.nprcgenekeeprGV
print(x, ...)
object of class summary.nprcgenekeeprErr and class list
additional arguments for the summary.default
statement
An object to send to the generic print function
object to send to generic print function
# NOT RUN {
library(nprcgenekeepr)
errorLst <- qcStudbook(nprcgenekeepr::pedInvalidDates,
reportChanges = TRUE, reportErrors = TRUE)
summary(errorLst)
# }
# NOT RUN {
# }
# NOT RUN {
library(nprcgenekeepr)
ped <- nprcgenekeepr::pedGood
ped <- suppressWarnings(qcStudbook(ped, reportErrors = FALSE))
summary(reportGV(ped, guIter = 10))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab