Last chance! 50% off unlimited learning
Sale ends in
Assumes genotype has been opened by checkGenotypeFile
addGenotype(ped, genotype)
pedigree dataframe. ped
is to be provided by
qcStudbook
so it is not checked.
genotype dataframe. genotype
is to be provided by
checkGenotypeFile
so it is not checked.
A pedigree object with genotype data added.
# NOT RUN {
library(nprcgenekeepr)
rhesusPedigree <- nprcgenekeepr::rhesusPedigree
rhesusGenotypes <- nprcgenekeepr::rhesusGenotypes
pedWithGenotypes <- addGenotype(ped = rhesusPedigree,
genotype = rhesusGenotypes)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab