View source: R/tweakPedigree.R
makeTwins | R Documentation |
data.frame
.
Twins can be imputed by specifying their IDs or by specifying the generation the twin should be imputed.
This is a supplementary function for simulatePedigree
.makeTwins
A function to impute twins in the simulated pedigree data.frame
.
Twins can be imputed by specifying their IDs or by specifying the generation the twin should be imputed.
This is a supplementary function for simulatePedigree
.
makeTwins(
ped,
ID_twin1 = NA_integer_,
ID_twin2 = NA_integer_,
gen_twin = 2,
verbose = FALSE
)
ped |
A |
ID_twin1 |
A vector of |
ID_twin2 |
A vector of |
gen_twin |
A vector of |
verbose |
logical. If TRUE, print progress through stages of algorithm |
Returns a data.frame
with MZ twins information added as a new column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.