getPConsMtx | R Documentation |
This function gets consensus matrix based on the clustering solutions
contained in the kmResults
input parameter and does the processing to
use it for imputation.
getPConsMtx(kmResults, consMin)
kmResults |
list of k-means clustering assignments on the PCA loadings sub-datasets. |
consMin |
the low-pass filter threshold value for processed consensus matrix. |
a processed consensus matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.