TYPE key descrption authored by Thomas Van Parys's avatar Thomas Van Parys
...@@ -23,7 +23,7 @@ Possible keys: ...@@ -23,7 +23,7 @@ Possible keys:
* **TITLE**: Optional label for the block. * **TITLE**: Optional label for the block.
* **OBJECT**: Either `GENES` or `CONDITIONS`, depending on what you're annotating. `GENE` blocks will be drawn right of the expression matrix. `CONDITIONS` blocks are drawn below it. * **OBJECT**: `GENES`, `CONDITIONS` or `REGULATORS`, depending on what you're annotating. `GENE` blocks will be drawn right of the expression matrix. `CONDITIONS` blocks are drawn below it.
* **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.
... ...
......