Description Usage Arguments Value References Examples
Using PINSPlus R package to get the subtyping results.
1 | runPINSPlus(datalist, kMax = 5, agreementCutoff = 0.5, cores = 1)
|
datalist |
A list of different omics data. Each data in data list should be format as a data matrix with rows representing features and columns representing samples. |
kMax |
An integer value means the maximize number of clusters we will try. |
agreementCutoff |
agreement threshold to be considered consistent. Default value is 0.5. Please see PINSPlus package for more details. |
cores |
An integer value means the number of cores for parallel computing. |
The sample clustering results matrix.
Nguyen,T. et al. (2017) A novel approach for data integration and disease subtyping. Genome Res., 27, 2025-2039.
1 2 3 | data(COAD_Methy, COAD_miRNA, COAD_mRNA)
datalist <- list(COAD_Methy, COAD_miRNA, COAD_mRNA)
res <- runPINSPlus(datalist, 5, 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.