Description Usage Arguments Value References Examples
Using SNFTool R package to get the subtyping results.
1 |
Wall |
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. |
k |
An integer number means the number of neighbors in K-nearest neighbors.Default |
t |
An integer number means the number of iterations for the diffusion process. Default |
kMax |
An integer value means the maximize number of clusters we will try. Default |
The sample clustering results matrix including 2 to kMax clustering results, and sample similarity matrix.
Wang,B. et al. (2014) Similarity network fusion for aggregating data types on a genomic scale. Nature Methods, 11, 333-337.
Concise description can be found here: http://compbio.cs.toronto.edu/SNF/SNF/Software.html
1 2 3 | data(COAD_Methy, COAD_miRNA, COAD_mRNA)
datalist <- list(COAD_Methy, COAD_miRNA, COAD_mRNA)
res <- runSNF(datalist, k = 10, t = 20, kMax = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.