class documentation
NetAnalyzer visualisation tools Parameters ---------- input : instances of GeneralNet and KeyNodesExtractor classes Examples -------- >>> MirNet = netanalyzer.GeneralNet(path) >>> MirNet.get_LCC() >>> extractor = KeyNodesExtractor() >>> extractor(MirNet) >>> net_plot = netanalyzer.Plots(MirNet, extractor) >>> net_plot.central_distr(out_path='./') >>> net_plot.key_nodes_extractor(out_path='./') >>> net_plot.graph_to_cytoscape()
| Method | __init__ |
Undocumented |
| Method | central |
visualisation hist of centrality distribution |
| Method | graph |
Network visualization via Cytoscape (must be installed) |
| Method | key |
visualisation plot of key nodes selection |
| Instance Variable | _card_ |
Undocumented |
| Instance Variable | _centrality |
Undocumented |
| Instance Variable | _idx |
Undocumented |
| Instance Variable | _key |
Undocumented |
| Instance Variable | _mi |
Undocumented |
| Instance Variable | _n_ |
Undocumented |