Description Usage Arguments Value References Examples
This function wraps the CIMLR (Cancer Integration via Multikernel Learning) 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. |
cores.ratio |
Ratio of the number of cores to be used when computing the multi-kernel. |
verbose |
A logic value to indicate if supressing progression. |
A list with the following components:
fit
an object returned by CIMLR.
clust.res
a data.frame storing sample ID and corresponding clusters.
feat.res
the results of features selection process.
mo.method
a string value indicating the method used for multi-omics integrative clustering.
Ramazzotti D, Lal A, Wang B, Batzoglou S, Sidow A (2018). Multi-omic tumor data reveal diversity of molecular mechanisms that correlate with survival. Nat Commun, 9(1):4453.
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.