fit_stand_feature {MMUPHin}R Documentation

Fit lm and standardize all features

Description

Fit lm and standardize all features

Usage

fit_stand_feature(s_data, design, l_ind)

Arguments

s_data

feature-by-sample matrix of abundances (proportions or counts).

design

design matrix.

l_ind

list of indicator matrices, as returned by construct_ind.

Value

list of two componet: the standardized feature abundance matrix, and a list of per-feature standardization fits.


[Package MMUPHin version 1.8.0 Index]