From d9484afdc19b9529a8121646de63e991a33e3656 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Wed, 17 Oct 2012 19:36:04 +0330 Subject: [PATCH] README: document the new file format and mkrangi.sh --- README | 118 +++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 63 insertions(+), 55 deletions(-) rewrite README (72%) diff --git a/README b/README dissimilarity index 72% index ea294b9..e500b4b 100644 --- a/README +++ b/README @@ -1,55 +1,63 @@ -RANGI -===== - -RANGI finds colored motifs in list-colored graphs. You'll need a POSIX -environment to compile this program. To compile it, simply run make. -rangi is the main program: - - $ make - # compiles rangi, conv, and genrq - $ ./rangi -h - # shows available options - $ ./rangi graph.dot - # generate list-colored graph with the given queries in graphviz format - -The -q option of conv expects the query interaction file, which lists the -BLAST score of each protein in the query with the proteins in the input -network (we have obtained these from Betzler et al.). After options, -the name of the proteins in the query should be provided. - -The graphs we generated using conv for testing rangi can be obtained from: -http://ce.sharif.edu/~gholamirudi/rangi.graphs.tar.gz - -The genrq program generates random queries from a network. These queries -can be passed to conv program to create an input graph with random -queries from the same network. Note that conv removes the vertices in -the query from the network before generating the input graph, if queries -are selected from the same network and no -q option is provided. - - $ ./genrq -h - # shows available options - $ ./genrq -n 10 -s 11