subnet_property: Calculate properties of sub-networks selected according to...

View source: R/subnet_property.R

subnet_propertyR 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)


meconetcomp documentation built on Nov. 18, 2023, 5:06 p.m.