normalize_features {MMUPHin}R Documentation

Normalize feature abundance table (modified from Maaslin2)

Description

Normalize feature abundance table (modified from Maaslin2)

Usage

normalize_features(features, normalization = "NONE", pseudo_count = 0)

Arguments

features

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

normalization

normalization method.

pseudo_count

pseudo count to be added to feature_abd.

Value

normalized abundance table.


[Package MMUPHin version 1.8.0 Index]