norm_tab {mina}R Documentation

Normalize the slot 'tab' for later analysis.

Description

Normalize the slot 'tab' for later analysis.

Usage

norm_tab(x, method, ...)

Arguments

x

The input mina object with quantitative tab / a matrix needed to be normalized.

method

The method used for the normalization of quantitative table.

...

Additional parameters.

Value

Normalized quantitative table.

Examples

maize <- new("mina", tab = maize_asv2, des = maize_des2)
maize <- norm_tab(maize, method = "total")

[Package mina version 1.0.0 Index]