View source: R/marker_effect_per_env_FarmCPU.R
marker_effect_per_env_FarmCPU | R Documentation |
GWAS method implemented: FarmCPU from GAPIT3. Multiple testing correction: Benjamini–Hochberg procedure with alpha=0.05.
marker_effect_per_env_FarmCPU(
geno,
pheno,
map,
environment,
pheno_trait,
nb_pcs = 5,
...
)
geno |
|
pheno |
Typical input is |
map |
Typical input is METData$map from the |
environment |
|
pheno_trait |
|
nb_pcs |
|
For more information about the GWAS method, please consult the original publication from the authors: Liu, Xiaolei, et al. "Iterative usage of fixed and random effect models for powerful and efficient genome-wide association studies." PLoS genetics 12.2 (2016): e1005767. https://doi.org/10.1371/journal.pgen.1005767
a list
which contains the following elements:
data.frame
FarmCPU results for all SNPs
numeric
Cutoff derived from Benjamini-Hochberg
procedure
character
Vector containing the names of
the SNPs passing the threshold
Cathy C. Westhues cathy.jubin@hotmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.