Description Usage Arguments Value
This function loads a file into a data frame. This file should contain one row per sample in your study, and one column for each covariate and phenotype of interest. Additionally, it requires a header with "IID" for the column of sample IDs, and a unique name for each phenotype and covariate.
1 | load_sample_data(phenoFile, main.pheno)
|
phenoFile |
File path to the phenotype/covariate file. |
main.pheno |
Column name of the main phenotype of interest. |
A data frame with dimensions (# of samples) x (# of phenotypes/covar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.