node_properties: Compute network node attributes

View source: R/node_properties.R

node_propertiesR Documentation

Compute network node attributes

Description

Compute network node attributes

Usage

node_properties(igraph, outdir)

Arguments

igraph

network

Value

list

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(igraph)
# Computing node related properties: the number of connections to the node
node_properties(igraph)
dim(nodepro)
write.csv(nodepro,"nodeproperties.csv")

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