PolygonMaptreeG: Correlation matrix calculates groups according to the degree...

View source: R/polygonMaptreeG.R

PolygonMaptreeGR Documentation

Correlation matrix calculates groups according to the degree of network module speech.

Description

Enter correlation matrix, calculate network modules, and generate groups.

Usage

PolygonMaptreeG(cor = cor, nodeGroup = gru, seed = 12)

Arguments

cor

Correlation matrix

nodeGroup

Microbiome grouping table

seed

set random seed,Default 12

Details

# This is the function named 'modulGroup'# which Enter the correlation matrix. There are four module clustering algorithms inside, which can calculate the modularity and then group according to the modularity.

By default, returns table, contain node and group imformation The available method to culculate Degree of modularity include the following:

  • cluster_fast_greedy:

  • cluster_walktrap:

  • cluster_edge_betweenness:

  • cluster_spinglass:

Value

data table.

Author(s)

Contact: Tao Wen 2018203048@njau.edu.cn Jun Yuan junyuan@njau.edu.cn Penghao Xie 2019103106@njau.edu.cn

References

Yuan J, Zhao J, Wen T, Zhao M, Li R, Goossens P, Huang Q, Bai Y, Vivanco JM, Kowalchuk GA, Berendsen RL, Shen Q Root exudates drive the soil-borne legacy of aboveground pathogen infection Microbiome 2018,DOI: doi: 10.1186/s40168-018-0537-x

Examples

data(ps)
result = corMicro (ps = ps,N = 100,r.threshold=0.8,p.threshold=0.05,method = "pearson")
#Extract correlation matrix
cor = result[[1]]
PolygonMaptreeG(cor = cor,nodeGroup = gru,seed = 12)


taowenmicro/ggClusterNet documentation built on March 29, 2024, 1:32 a.m.