Description Usage Arguments Details Value Examples
Read the fam.ped
file generated by LDG for MERLIN
1 | read_merlin_ped(fname)
|
fname |
The file name to read. |
The fam.ped
file contains N rows and 5 + M + 1 columns, where N is
the number of samples, M is the number of markers and the last column
is the affectedness status (the first five columns are always
the same - FamID, IndID, PatID, MatID and Gender).
A matrix
with N rows and 5 + M + 1 columns
(refer to the details section).
1 | read_merlin_ped("merlin_13_famA.ped")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.