Description Usage Arguments Slots Methods Note Author(s) See Also Examples
Class for storing results of hierarchical testing procedure performed by gGlobalAncova.hierarchical
1 2 3 4 5 6 7 8 | ## S4 method for signature 'GAhier'
show(object)
## S4 method for signature 'GAhier'
results(object)
## S4 method for signature 'GAhier'
sigEndnodes(object, onlySingleton=FALSE)
## S4 method for signature 'GAhier'
Plot.hierarchy(object, dend, col=1:2, lwd=1:2, collab, returndend=FALSE, cex.labels=1.5, ...)
|
object |
object of class |
onlySingleton |
if |
dend |
|
col |
colors for significant and non-significant nodes and branches, respectively |
lwd |
line width for branches to non-significant and significant nodes, respectively |
collab |
vector of colors for coloring dendrogram leave labels (can be independent of significant/non-significant nodes); has to be named according to variable names; if missing, significant and non-significant variables are colored using colors defined in |
returndend |
if |
cex.labels |
size of leave labels |
... |
further graphical parameters, passed to |
clustervariables
:Object of class "list"
containing names of variables in each tested cluster
p.values
:Object of class "list"
containing p-values for each tested cluster
alpha
:Object of class "numeric"
; chosen global significance level; if K
had been specified, this additionally contains the adjusted significance levels for the K
sub-hierarchies
n.variables
:Object of class "numeric"
; number of variables in total
permstats
:Object of class "matrixOrNULL"
; if returnPermstats
had been set to TRUE
, this is a matrix containing individual statistics for all variables for all permutations, otherwise NULL
signature(object = "GAhier")
: Show general information and significant end nodes
signature(object = "GAhier")
: Get a data.frame
with significant end nodes, number and names of variables included in each node and corresponding p-value
signature(object = "GAhier")
: Get names of signficant end nodes
signature(object = "GAhier")
: Plot hierarchy dendrogram, where significant nodes (and branches to those nodes) are highlighted
Coloring the dendrogram in Plot.hierarchy
is based on functionality from the globaltest package
Manuela Hummel m.hummel@dkfz.de
1 2 3 | showClass("GAhier")
# see examples in documentation of gGlobalAncova.hierarchical
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.