Description Usage Arguments Value References Examples
This function wraps the COCA (Cluster-of-Clusters Analysis) algorithm and provides standard output for 'getMoHeatmap()' and 'getConsensusMOIC()'.
1 2 3 4 5 6 7 |
data |
List of matrices. |
N.clust |
Number of clusters. |
type |
Data type corresponding to the list of matrics, which can be gaussian, binomial or possion. |
methods |
A string vector storing the names of clustering methods to be used to cluster the observations in each subdataset. |
distances |
A string vector storing the name of distances to be used in the clustering step for each subdataset. |
A list with the following components:
fit
an object returned by coca.
clust.res
a data.frame storing sample ID and corresponding clusters.
clust.dend
a dendrogram of sample clustering.
mo.method
a string value indicating the method used for multi-omics integrative clustering.
Hoadley KA, Yau C, Wolf DM, et al (2014). Multiplatform analysis of 12 cancer types reveals molecular classification within and across tissues of origin. Cell, 158(4):929-944.
1 | # There is no example and please refer to vignette.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.