powered by
Extract sub-network from the whole network
extract_sub_net( whole_net, otutab, threads = 1, save_net = FALSE, fast = TRUE, verbose = TRUE )
a dataframe contains all sub_net parameters
the whole network
otutab, these columns will be extract
threads, default: 1
should save these sub_nets? FALSE or a filename
less indexes for faster calculate ?
verbose
Other topological: fit_power(), get_group_skeleton(), links_stat(), nc(), net_par(), rand_net_par(), rand_net(), smallworldness()
fit_power()
get_group_skeleton()
links_stat()
nc()
net_par()
rand_net_par()
rand_net()
smallworldness()
data(otutab, package = "pcutils") extract_sub_net(co_net, otutab) -> sub_net_pars
Run the code above in your browser using DataLab