mbecModelVarianceLM: Estimate Explained Variance with Linear Models

Description Usage Arguments Details Value

View source: R/mbecs_analyses.R

Description

The function offers a selection of methods/algorithms to estimate the proportion of variance that can be attributed to covariates of interest. This shows, how much variation is explained by the treatment effect, which proportion is introduced by processing in batches and the leftover variance, i.e., residuals that are not currently explained. Covariates of interest (CoI) are selected by the user and the function will incorporate them into the model.

Usage

1
mbecModelVarianceLM(model.form, model.vars, tmp.cnts, tmp.meta, type)

Arguments

model.form

Formula for linear model, function will create simple additive linear model if this argument is not supplied.

model.vars

Covariates to use for model building if argument 'model.form' is not given.

tmp.cnts

Abundance matrix in 'sample x feature' orientation.

tmp.meta

Covariate table that contains at least the used variables.

type

String the denotes data source, i.e., one of "otu","clr" or "tss" for the transformed counts or the label of the batch corrected count-matrix.

Details

Linear Model (lm): An additive model of all covariates is fitted to each feature respectively and the proportion of variance is extracted for each covariate (OTU_x ~ covariate_1 + covariate_2 + ...).

Value

Data.frame that contains proportions of variance for given covariates in a linear modelling approach.


buschlab/MBECS documentation built on Jan. 21, 2022, 1:27 a.m.