as_kinship2_pedigree {pedtools} | R Documentation |
Convert pedigree to kinship2 format
Description
Convert pedigree to kinship2 format
Usage
as_kinship2_pedigree(
x,
deceased = NULL,
aff = NULL,
twins = NULL,
hints = NULL
)
Arguments
x |
A |
deceased |
A vector of labels indicating deceased pedigree members. |
aff |
A vector of labels identifying members whose plot symbols should be filled. (This is typically used in medical pedigrees to indicate affected members.) |
twins |
A data frame with columns |
hints |
An optional list of hints passed on to
|
Examples
x = nuclearPed()
as_kinship2_pedigree(x)
[Package pedtools version 2.7.0 Index]