Description Usage Arguments Details Value See Also Examples
This function returns all genes that are left after shrinking (compacting )
a given tree. If enhance
is set to TRUE
, it makes sure that
the output contains at least two genes from each used module.
1 2 |
queue |
A character vector. The membership queue for a decsision tree. |
pos |
Number of genes that are considered from removal. Same interpretation as in
|
enhance |
If |
modules |
Named character vector listing the module assignments. |
c5Tree |
A decision tree of class |
pigengene |
An object in |
This function needs modules
and queue
, or alternatively,
c5Tree
and pigengene
.
A character vector containing the names of the genes involved in the
modules whose eigengenes are used in the tree. If pos > 0
,
the first pos
such genes with lowest absolute membership in their
respective modules are filtered.
Pigengene-package
,
compact.tree
,preds.at
,
get.used.features
, make.decision.tree
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.