Description Usage Arguments Value References Examples
View source: R/getLRAcluster.R
This function wraps the LRAcluster (Integrated cancer omics data anlsysi by low rank approximation) algorithm and provides standard output for 'getMoHeatmap()' and 'getConsensusMOIC()'.
1 2 3 4 5 6 |
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; 'gaussian' by default. |
clusterAlg |
A string value to indicate the cluster algorithm for similarity matrix; 'ward.D' by default. |
A list with the following components:
fit
an object returned by LRAcluster.
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.
Wu D, Wang D, Zhang MQ, Gu J (2015). Fast dimension reduction and integrative clustering of multi-omics data using low-rank approximation: application to cancer molecular classification. BMC Genomics, 16(1):1022.
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.