Description Usage Arguments Value References Examples
This function wraps the NEMO (Neighborhood based multi-omics clustering) 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. |
num.neighbors |
The number of neighbors to use for each omic. |
A list with the following components:
fit
an object returned by nemo.clustering.
clust.res
a data.frame storing sample ID and corresponding clusters.
mo.method
a string value indicating the method used for multi-omics integrative clustering.
Rappoport N, Shamir R (2019). NEMO: cancer subtyping by integration of partial multi-omic data. Bioinformatics, 35(18):3348-3356.
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.