Description Usage Arguments Value References Examples
This function wraps the PINSPlus (Perturbation Clustering for data INtegration and disease Subtyping) algorithm and provides standard output for 'getMoHeatmap()' and 'getConsensusMOIC()'.
1 2 3 4 5 6 7 8 9 |
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. |
norMethod |
A string vector indicate the normalization method for consensus clustering. |
clusteringMethod |
The name of built-in clustering algorithm that PerturbationClustering will use. Currently supported algorithm are kmeans, pam and hclust. Default value is "kmeans". |
iterMin |
The minimum number of iterations. Default value is 50 |
iterMax |
The maximum number of iterations. Default value is 500. |
A list with the following components:
fit
an object returned by PerturbationClustering.
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.
Nguyen H, Shrestha S, Draghici S, Nguyen T (2019). PINSPlus: a tool for tumor subtype discovery in integrated genomic data. Bioinformatics, 35(16):2843-2846.
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.