Learn R Programming

meconetcomp (version 0.6.1)

subnet_property: Calculate properties of sub-networks selected according to features in samples

Description

Extracting sub-network according to the presence of features in each sample across networks and calculate the sub-network properties.

Usage

subnet_property(network_list)

Value

data.frame

Arguments

network_list

a list with multiple networks; all the networks should be trans_network object created from trans_network class of microeco package.

Examples

Run this code
# \donttest{
data(soil_amp_network)
test <- subnet_property(soil_amp_network)
# }

Run the code above in your browser using DataLab