cond id vs. name authored by Thomas Van Parys's avatar Thomas Van Parys
...@@ -65,7 +65,7 @@ Example: ...@@ -65,7 +65,7 @@ Example:
For "horizontal" subclustering (arranging a subset of conditions into a tree structure), one can use the `ConditionTree`. For "horizontal" subclustering (arranging a subset of conditions into a tree structure), one can use the `ConditionTree`.
For this data, an extra element `NonTreeConditions` is introduced, to enable the user to place some conditions outside of the tree structure. For this data, an extra element `NonTreeConditions` is introduced, to enable the user to place some conditions outside of the tree structure.
The children of `Child` elements (and of `NonTreeConditions`) here are not `Gene` but `Condition`. Conditions ids are referencing to the position of The children of `Child` elements (and of `NonTreeConditions`) here are not `Gene` but `Condition`. Conditions ids are referencing to the position of
the conditions in the original expression data matrix. the conditions in the original expression data matrix. When specifying both a `name` and an `id` attribute, the `id` will be used.
``` ```
<?xml version='1.0' encoding='iso-8859-1'?> <?xml version='1.0' encoding='iso-8859-1'?>
<ModuleNetwork> <ModuleNetwork>
... ...
......