# HG changeset patch # User computationaltranscriptomics # Date 1456236197 18000 # Node ID f009d54be92b81600aafd248ffab113171ec17fb # Parent fb26ae916886cead9dc469fabffb5941181b76e2 Uploaded diff -r fb26ae916886 -r f009d54be92b vgx_converter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vgx_converter.xml Tue Feb 23 09:03:17 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. + + + + + + + + + + + + + + + + + +