reportGV
.R/data.R
pedWithGenotypeReport.Rd
pedWithGenotypeReport is a list containing the output of reportGV
.
pedWithGenotypeReport
An object of class list
(inherits from GVnprcmanag
) of length 8.
pedWithGenotypeReport was made with pedWithGenotype as input into reportGV with 10,000 iterations.
pedWithGenotypeReport is a simple example report for use in examples and unit tests. It was created using the following commands.
set_seed(10)
pedWithGenotypeReport <- reportGV(nprcgenekeepr::pedWithGenotype, guIter = 10000)
save(pedWithGenotypeReport, file = "data/pedWithGenotypeReport.RData")
# \donttest{ pedWithGenotypeReport <- nprcgenekeepr::pedWithGenotypeReport # }