read_fam | R Documentation |
Read a PLINK family (*.fam) file
read_fam(ff, ...)
ff |
path to a *.fam file |
A *.fam file should have columns family ID, individual ID, mom ID, dad ID, sex, phenotype. PLINK uses special value -9 to denote missing phenotype, for some reason, while 0=missing for mom and dad ID.
dataframe of sample info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.