Changes
Page history
cond id vs. name
authored
Jun 30, 2015
by
Thomas Van Parys
Show whitespace changes
Inline
Side-by-side
TreeFile.markdown
View page @
4e2e032a
...
...
@@ -65,7 +65,7 @@ Example:
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.
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'?>
<ModuleNetwork>
...
...
...
...