split_node-HierarchicalPartition-method | R Documentation |
Split node
## S4 method for signature 'HierarchicalPartition'
split_node(object, node_id,
subset = object@param$subset,
min_samples = object@param$min_samples, max_k = object@param$max_k, cores = object@param$cores,
verbose = TRUE,
top_n = object@param$top_n, min_n_signatures = object@param$min_n_signatures,
group_diff = object@param$group_diff, fdr_cutoff = object@param$fdr_cutoff)
object |
A |
node_id |
A single ID of a node that is going to be split. |
subset |
The same as in |
min_samples |
The same as in |
max_k |
max_k The same as in |
cores |
Number of cores. |
verbose |
Whether to print messages. |
top_n |
The same as in |
min_n_signatures |
The same as in |
group_diff |
The same as in |
fdr_cutoff |
The same as in |
It applies hierarchical consensus partitioning on the specified node.
A HierarchicalPartition-class
object.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.