loadFamFile | R Documentation |
.fam
fileLoad .fam
file
loadFamFile(path, fallbackModel = "equal", withParams = FALSE)
path |
The path to a |
fallbackModel |
The name of a mutation model; passed on to
|
withParams |
A logical indicating if the Familias parameters should be
included in the output. (See |
A list of two ped
objects.
fam = system.file("extdata/halfsib-test.fam", package = "KLINK")
peds = loadFamFile(fam)
pedtools::plotPedList(peds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.