View source: R/subtyping_tools_CMS.R
subtypeCMS.SSP | R Documentation |
Applying the single-sample classifier of the CMS consortium (CMSclassifier::classifyCMS.SSP) Installing the CMS classifier: "library(devtools); install_github("Sage-Bionetworks/CMSclassifier")"
subtypeCMS.SSP(mat)
mat |
- the matrix to be subtyped, genes by samples, genes are typically in gene symbol format |
- table of samples and their predicted, nearest CMS assignment, as well as min/median and max correlations to predefined CMS1, CMS2, CMS3 and CMS4 centroids
mat = get_TCGA_synapse() res = subtypeCMS.SSP(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.