read_fam | R Documentation |
Reads in a PLINK-formatted .fam file. Input file
must have six columns:
Family ID
Individual ID
Father ID
Mother ID
Sex
Affected Status
read_fam(file)
file |
Input file path |
A tibble containing the 6 columns from the fam file.
famfile <- system.file("extdata", "3gens.fam", package="skater", mustWork=TRUE) fam <- read_fam(famfile) fam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.