bs_pm: Inferring the network of different group of samples and test...

Description Usage Arguments Value Examples

Description

Inferring the network of different group of samples and test significance by permutation.

Usage

1

Arguments

x

An object of class 'mina' with 'norm' and 'des' defined.

group

The column name of descriptive file 'des' for comparison.

...

Additional parameters.

Value

The network bootstrap and permutation result.

Examples

1
2
3
4
5
maize <- new("mina", tab = maize_asv2, des = maize_des2)
maize <- norm_tab(maize, method = "raref")
maize <- fit_tabs(maize)
maize <- get_rep(maize, top = 5)
maize <- bs_pm(maize, group = "Compartment", per = 0.5)

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