| mina-class {mina} | R Documentation |
Class "mina" includes the quantitative table and descriptive table.
tabThe quantitative table of the dataset.
desThe descriptive table of the samples listed in @tab.
normThe normalized quantitative table of @tab.
disThe distance / dissimilarity matrix between samples in @tab.
dmrThe list of dimensionality reduction result, includes points and variance.
adjThe adjacency matrix between pairwise compositions (e.g. OTUs/ASVs)
adj_sigThe P-value matrix of adjacency matrix, only applicable for Pearson and Spearman correlation adjacency matrices.
clsThe cluster information for each composition.
cls_tabThe cluster quantitative table.
multiThe list of subsampled adjacency matrices for each environment.
permThe list of permutated adjacency matrices for each pairwise environmental comparison.
dis_bsThe distance between networks of different environmental communities.
dis_pmThe distance between networks of permutated groups.
dis_statThe average distance between subsampled environmental community networks, permutated networks and corresponding significance.
Rui Guan https://github.com/Guan06
maize <- new("mina", tab = maize_asv, des = maize_des)