# HG changeset patch # User bornea # Date 1508354561 14400 # Node ID c8a8a1e90a9d3f5ef1bca4a6c78a5209b4a1631e Uploaded diff -r 000000000000 -r c8a8a1e90a9d NetworkAttributes.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NetworkAttributes.xml Wed Oct 18 15:22:41 2017 -0400 @@ -0,0 +1,64 @@ + + + Calculate_attributes_wrapper.py $edges $centrality $modularity $node_attr \$INSTALL_RUN_PATH/ + + INSTALL_RUN_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SAINT Output to Protein Interaction File +---------------------------------------- + +This tool reads in a network sif file and calculates the specified centrality +metric and perform community detection based on the specified algorithm. + +**1) Network File ** + This file must be a two column sif file (tab delimited) + e.g. EGFR\_HUMAN GRB2\_HUMAN + +**2) Centrality** + Specify centrality metric measuring influence or bottlenecks in the network + +**3) Modularity** + Please specify community detection algorithm. + **NOTE:** Optimal community detection computational time scales exponentially + with the number of nodes. Use with caution if number of nodes > 30. + +