Small updates authored by Thomas Van Parys's avatar Thomas Van Parys
...@@ -27,8 +27,8 @@ Possible keys: ...@@ -27,8 +27,8 @@ Possible keys:
* **COLOR**: The color to use when drawing. * **COLOR**: The color to use when drawing.
* **VALUES**: Either `None` (or just omit the `VALUES` line), `COLOR` or `NUMBER`, depending on what extra information is linked to the individual genes. * **VALUES**: Either `None` (or just omit the `VALUES` line), `COLOR` or `NUMBER`, depending on what extra information is linked to the individual genes.
* **GLOBAL**: Allows you to drop the first column (module id). Annotations will be drawn the same for every module. * **GLOBAL**: Allows you to drop the first column (module id). Annotations will be drawn the same for every module.
* **VALUE_SEPARATOR**: Changes the default key-value separator ':' to something else. Useful when items names contain ':' themselves. * **VALUE_SEPARATOR**: Changes the default key-value separator ':' to something else. Useful when item names contain ':' themselves.
* **LEGEND**: Construct a Legend block below the figure. The value of this key is constructed like any annotation line (see example) * **LEGEND**: Constructs a Legend block below the figure. The value of this key is constructed like any annotation line (see example)
Format: Format:
... ...
......