Description Usage Arguments Value Examples
Function that will get the variables you need to run all the lms in parallel
1 2 3 |
lm_full |
A data frame with all variables. Column = genes, covariates, etc. Rows = observations (in this case, individuals) |
permutevar |
The main variable, as a string (for my case, mtDNA-CN) |
covnames |
Names of the covariates to be included in the regression, a vector of strings. |
a list containing tx_expr, cov, gene.ids, and SCORE, all of which are to be fed into the function "run.all.lms"
1 | my.list <- get.vars.runall.lms(lm_full, permutevar = 'mtDNA_adjust_AGE')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.