Pedigree-class {MinimumDistance} | R Documentation |
Deprecated class for storing pedigree data
## S4 method for signature 'Pedigree' trios(object) ## S4 method for signature 'Pedigree' offspringNames(object) ## S4 method for signature 'Pedigree' show(object) ## S4 method for signature 'Pedigree,ANY,ANY,ANY' x[i, j, ..., drop = FALSE] ## S4 method for signature 'Pedigree' dim(x)
object |
a |
x |
a |
i |
a numeric vector for subsetting (optional) |
j |
ignored |
... |
ignored |
drop |
ignored |
trios
a data.frame
with colnames 'F', 'M', and 'O'
containing sample identifiers for the father (F), mother (M), and
offspring (O).
trioIndex
a data.frame