powered by
Extracting sub-network according to the presence of features in each sample across networks and calculate the sub-network properties.
subnet_property(network_list, ...)
data.frame
a list with multiple networks; all the networks should be trans_network object created from trans_network class of microeco package.
trans_network
microeco
parameters pass to subset_network function of trans_network class in microeco package (except the node parameter).
subset_network
node
# \donttest{ data(soil_amp_network) test <- subnet_property(soil_amp_network) # }
Run the code above in your browser using DataLab