# HG changeset patch # User rico # Date 1333653540 14400 # Node ID 28049f4eb9f43914d2af0eca130dc604c784b2dc # Parent 32be11207108899eb019871add4b754b40aa0baa Uploaded diff -r 32be11207108 -r 28049f4eb9f4 pathway_image.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pathway_image.xml Thu Apr 05 15:19:00 2012 -0400 @@ -0,0 +1,46 @@ + + KEGG pathway images + + + mkpthwpng.py + "--input=${input}" + "--output=${output}" + "--KEGGpath=${pathway}" + "--posKEGGclmn=${input.metadata.kegg_path}" + "--KEGGgeneposcolmn=${input.metadata.kegg_gene}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool produces an image of an input KEGG pathway, highlighting the +modules representing genes in an input list. NOTE: a given gene can +be assigned to multiple modules, and different genes can be assigned to +the same module. + +