Pedigree-class {FEST} | R Documentation |
Class "Pedigree"
Description
Contains information about pedigree structure.
Objects from the Class
Objects can be created by calls of the form new("Pedigree", ...)
.
Internal class used in FEST.
Slots
fam
:- Integer vector with family numbers.
subj
:- Integer vector with subject numbers.
fatherID
:- Integer vector with ID of father.
motherID
:- Integer vector with ID of mother.
gender
:- Integer vector specifying gender (1=father, 2=mother).
affected
:- Integer vector with affected status
(0=unaffected, 1=affected).
typed
:- Integer vector with indices of typed
persons.
Methods
- initialize
signature(.Object = "Pedigree")
: ...
Author(s)
Øivind Skare oivind.skare@medisin.uio.no
See Also
PlotPedigree
Examples
showClass("Pedigree")
[Package
FEST version 0.06
Index]