subnet_property {meconetcomp}R Documentation

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)

Arguments

network_list

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

Value

data.frame

Examples


data(soil_amp_network)
test <- subnet_property(soil_amp_network)


[Package meconetcomp version 0.5.0 Index]