getstatsOneLM: Function that runs linear models for analyte vs. all analytes...

View source: R/internalfunctions.R

getstatsOneLMR Documentation

Function that runs linear models for analyte vs. all analytes of the other type

Description

Function that runs linear models for analyte vs. all analytes of the other type

Usage

getstatsOneLM(form, clindata, arraydata, analytename, suppressWarnings = FALSE)

Arguments

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


IntLIM documentation built on Aug. 22, 2022, 5:05 p.m.