addGenotype | R Documentation |
Assumes genotype has been opened by checkGenotypeFile
addGenotype(ped, genotype)
ped |
pedigree dataframe. |
genotype |
genotype dataframe. |
A pedigree object with genotype data added.
library(nprcgenekeepr)
rhesusPedigree <- nprcgenekeepr::rhesusPedigree
rhesusGenotypes <- nprcgenekeepr::rhesusGenotypes
pedWithGenotypes <- addGenotype(ped = rhesusPedigree,
genotype = rhesusGenotypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.