annotateFreq {rTRM} | R Documentation |
Returns an annotated graph with node size and edge width proportional at the number of occurrences of nodes/edges in a suplied list of graphs.
annotateFreq(g, graph_list)
g |
target graph to annotate. |
graph_list |
list of graph to extract information from. |
Commonly graph_list refers to a list of predicted TRMs (with findTRM) and g is the combined TRM. This function annotates the nodes/edges in g to known their frequency in the original list of graphs.
Diego Diez