Description Usage Arguments Details Value Author(s) Examples
Hierarchical partition
1 2 3 4 5 |
data |
a numeric matrix where subgroups are found by columns. |
top_value_method |
a single top-value method. Available methods are in |
partition_method |
a single partition method. Available methods are in |
PAC_cutoff |
the cutoff of PAC scores to determine whether to continue looking for subgroups. |
min_samples |
the cutoff of number of samples to determine whether to continue looking for subgroups. |
subset |
Number of columns to randomly sample. |
max_k |
maximal number of partitions to try. The function will try |
verbose |
whether print message. |
mc.cores |
multiple cores to use. |
... |
pass to |
The function looks for subgroups in a hierarchical way.
There is a special way to encode the node in the hierarchy. The length of the node name
is the depth of the node in the hierarchy and the substring excluding the last digit is the name
node of the parent node. E.g. for the node 0011
, the depth is 4 and the parent node is 001
.
A HierarchicalPartition-class
object. Simply type object in the interactive R session
to see which functions can be applied on it.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.