powered by
Reads in a PLINK-formatted .fam file. Input file must have six columns:
file
Family ID
Individual ID
Father ID
Mother ID
Sex
Affected Status
read_fam(file)
A tibble containing the 6 columns from the fam file.
Input file path
famfile <- system.file("extdata", "3gens.fam", package="skater", mustWork=TRUE) fam <- read_fam(famfile) fam
Run the code above in your browser using DataLab