View source: R/cyj_graph_maker_from_dist_mat.R
cyj_graph_maker_from_dist_mat | R Documentation |
Creates cytoscape.js JSON graph from distance matrix for defined threshold
cyj_graph_maker_from_dist_mat(dist_mat, min_weight)
dist_mat |
distance matrix calculated by run_comparison_config_list() function |
min_weight |
numeric value between 0 and 1 |
returns cytoscape.js JSON graph
Hakobyan Siras (sirashakobyan@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.