select_partition_number-ConsensusPartition-method | R Documentation |
Several plots for determining the optimized number of subgroups
## S4 method for signature 'ConsensusPartition'
select_partition_number(object, mark_best = TRUE, all_stats = FALSE)
object |
A |
mark_best |
Whether mark the best k in the plot. |
all_stats |
Whether to show all statistics that were calculated. Used internally. |
There are following plots made:
eCDF of the consensus matrix under each k, made by plot_ecdf,ConsensusPartition-method
,
PAC
score,
mean sihouette score,
the concordance
for each partition to the consensus partition,
area increase of the area under the ECDF of consensus matrix with increasing k,
Rand index for current k compared to k - 1,
Jaccard coefficient for current k compared to k - 1,
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola)
select_partition_number(golub_cola["ATC", "skmeans"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.