loadFamFile {KLINK} | R Documentation |
Load .fam file
Description
Load .fam file
Usage
loadFamFile(path, fallbackModel = "equal", withParams = FALSE)
Arguments
path |
The path to a .fam file. |
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 |
Value
A list of two ped
objects.
Examples
fam = system.file("extdata/halfsib-test.fam", package = "KLINK")
peds = loadFamFile(fam)
pedtools::plotPedList(peds)
[Package KLINK version 1.0.0 Index]