View source: R/get_sample_ids_from_fam_table.R
get_sample_ids_from_fam_table | R Documentation |
.fam
fileGet the sample IDs from a .fam
file
get_sample_ids_from_fam_table(fam_table)
fam_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_fam_table to get a |
the sample_ids
(see check_sample_ids)
Richèl J.C. Bilderbeek
use get_sample_ids_from_fam_file to extract
the sample_ids
from a .fam
file
fam_table <- get_test_fam_table()
get_sample_ids_from_fam_table(fam_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.