stamINode-class {stam} | R Documentation |
Objects of this class represent inner nodes of classifier nets as they are generated by structured analysis of microarray data. These nodes only contain children but never hold direct annotations of genes.
Objects can be created by calls of the form
new("stamINode", ID, GOidx, children)
.
Exactly one of GOidx
and children
must be defined, the other set to NULL
(default)
children
:"numeric"
, indeces of the node's
direct children in the Gene Ontology.weights
:"numeric"
, weights attributed to the
node's direct children.
See stamNode-class
fot ID
, category
, replacedParents
and
supNode
.
Class "stamNode"
, directly.
signature(x = "stamINode")
: print information on the inner node.signature(x = "stamINode")
: generate HTML information on the
inner node.Claudio Lottaz
stamNode-class
, stamLeaf-class