View source: R/internalfunctions.R
getstatsOneLM | R Documentation |
Function that runs linear models for analyte vs. all analytes of the other type
getstatsOneLM(form, clindata, arraydata, analytename, suppressWarnings = FALSE)
form |
LM formulat (typically m~g+t+g:t) |
clindata |
data frame with 1st column: expression of one analyte; 2nd column sample type (e.g. cancer/non-cancer) |
arraydata |
matrix of analyte values |
analytename |
name of independent analyte in the model |
suppressWarnings |
whether or not to suppress warnings |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.