Description Usage Arguments Value
Run lmm 2 (LRT) on the data with LOCO
1 2 3 4 5 6 7 8 9 10 11 | execute_lmm(
genotypes,
phenotypes,
annot,
covars,
basedir,
groups = NULL,
loco = TRUE,
runmetasoft = FALSE,
metasoft_args = ""
)
|
genotypes |
the genotypes data.table |
phenotypes |
the phenotypes data.table |
annot |
annotations of SNPs file |
covars |
covariates data.table |
basedir |
dir to write files to |
groups |
A list of vectors, each containing phenotypes indices to run as multivariate. The return file will be the first group unless runmetasoft is TRUE |
loco |
perform LOCO (default FALSE) |
runmetasoft |
Run metasoft. Return the output file. |
metasoft_args |
additional metasoft arguments |
exec |
gemma executable |
The unified output file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.