View source: R/internalfunctions.R
RunLM | R Documentation |
Function that runs linear models and returns interaction p-values.
RunLM(incommon, outcome = "metabolite", type = NULL, covar = NULL)
incommon |
MultiDataSet object (output of ReadData()) with gene |
outcome |
'metabolite' or 'gene' must be set as outcome/independent variable (default is 'metabolite') |
type |
vector of sample type (by default, it will be used in the interaction term). Only 2 categories are currently supported. |
covar |
vector of additional vectors to consider |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.