Description Usage Arguments Value Author(s)
View source: R/read.pedigree.R
Extract the pedigree data from a Plink file (in .ped
or
.bed
format). For example, in the case of a .ped
file this simply extracts the first four columns from the file.
1 | read.pedigree(type, filename)
|
type |
character, |
filename |
character, path to the input file containing the pedigree data. |
a data frame containing the columns with pedigree data taken from the input file (i.e. family ID, individual ID, father ID, mother ID)
Lennart C. Karssen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.