vuecore.utils_old module# vuecore.utils_old.append_to_list(mylist, myappend)[source]# vuecore.utils_old.check_columns(df, cols)[source]# vuecore.utils_old.convert_html_to_dash(el, style=None)[source]# vuecore.utils_old.generate_html(network)[source]# This method gets the data structures supporting the nodes, edges, and options and updates the pyvis html template holding the visualization. vuecore.utils_old.generator_to_dict(genvar)[source]# vuecore.utils_old.getMedlineAbstracts(idList)[source]# vuecore.utils_old.get_clustergrammer_link(net, filename=None)[source]# vuecore.utils_old.get_hex_colors(n)[source]# vuecore.utils_old.get_rgb_colors(n)[source]# vuecore.utils_old.json_network_to_gml(graph_json, path)[source]# vuecore.utils_old.json_network_to_graphml(graph_json, path)[source]# vuecore.utils_old.json_network_to_networkx(graph_json)[source]# vuecore.utils_old.neo4j_path_to_networkx(paths, key='path')[source]# vuecore.utils_old.neo4j_schema_to_networkx(schema)[source]# vuecore.utils_old.networkx_to_cytoscape(graph)[source]# vuecore.utils_old.networkx_to_gml(graph, path)[source]# vuecore.utils_old.networkx_to_graphml(graph, path)[source]# vuecore.utils_old.networkx_to_neo4j_document(graph)[source]# vuecore.utils_old.parse_html(html_snippet)[source]#