norm_tab: Normalize the slot 'tab' for later analysis.

Description Usage Arguments Value Examples

Description

Normalize the slot 'tab' for later analysis.

Usage

1
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

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

Guan06/mina documentation built on Feb. 21, 2022, 11:56 a.m.