Description Usage Arguments Value Note
Given a path to a directory and a specific phenotype, this function reads in GAPIT output csvs and returns a list of these data frames.
1 | load_GAPIT_GWAS_all(path = ".", phenotype, model = "CMLM")
|
path |
File path to the csv files that GAPIT has created, a character string. |
phenotype |
Phenotype name used in GAPIT, a character string. |
model |
Model type used in GAPIT runs, a character string. |
A list containing the five GAPIT csv outputs: PRED, GWAS.Results, Df.tValue.StdErr, ROC, and Log.
To create a vector of all phenotype names, use the
gapit_phenotypes_in_folder
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.