| pedigree | R Documentation |
Pedigree for example data files in SeqArray.
pedigree
A data.frame with the following columns.
familyFamily ID
individIndividual ID
fatherFather ID
motherMother ID
sexSex
sample.idsample.id in VCF/GDS files
There is one trio in the pedigree.
HapMap
data(pedigree)
head(pedigree)
gds <- seqOpen(seqExampleFileName("gds"))
setdiff(seqGetData(gds, "sample.id"), pedigree$sample.id)
seqClose(gds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.