# HG changeset patch # User computationaltranscriptomics # Date 1456237135 18000 # Node ID eb471a967693811311f3d6f01c3ac8593a0da25c # Parent d5b37e4fcf55d1ad97a6d58456efd6f714e7fdcf Uploaded diff -r d5b37e4fcf55 -r eb471a967693 vgx_converter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vgx_converter.xml Tue Feb 23 09:18:55 2016 -0500 @@ -0,0 +1,37 @@ + + Converts a SIF file to a JSON file in node-link format for visualization in VisualGraphX + vgx_converter.py $input1 $delimiter $input2 $output + + + + + + + + + + + + + + This tool converts the simple interaction format (.sif) to the JavaScript Object Notation (.json) + that can be visualized using VisualGraphX. Furthermore, a attributes list can be provided to enhance + the information of the nodes in the graph. + + + + + + + + + + + + + + + + + +