TaxGroup
TaxGroup.RdThis function identifies the membership of a node to a certain higher-ranking taxon.
Examples
# The input can be a net pre-processed by net_inference
# This example uses david_stool data set
library (seqtime)
data ("tc_dstoolA")
g <- net_inference (tc_dstoolA, "aracne")
#> Warning: the standard deviation is zero
TaxGroup (g, T_table = david_stool_lineages, g_tax = "Order", p_tax = "Genus")
#> Error in `[.data.frame`(T_table, , g_tax): undefined columns selected