View source: R/get_sample_ids_from_phe_table.R
get_sample_ids_from_phe_table | R Documentation |
.phe
fileGet the sample IDs from a .phe
file
get_sample_ids_from_phe_table(phe_table)
phe_table |
a table of phenotypes. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_phe_file to read a phenotype file. Use check_phe_table to test if a phenotype table is valid. |
the sample_ids
(see check_sample_ids)
Richèl J.C. Bilderbeek
use get_sample_ids_from_phe_file to extract
the sample_ids
from a .phe
file
phe_table <- get_test_phe_table()
get_sample_ids_from_phe_table(phe_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.