View source: R/load_signatures.R
load_CMS_genes | R Documentation |
Load random-forest genes from CMS classifier, stored in CMSclassifier::finalModel$importance, with their entrez identifiers
load_CMS_genes(geneSymbol = FALSE)
geneSymbol, |
boolean: should entrez identifiers be converted to gene symbols; default is FALSE |
a matrix with CMS genes as rownames, and random forest importance scores per subtype; this is basically "CMSclassifier::finalModel$importance", with row names converted to gene symbols if geneSymbol=TRUE
load_schlicker_signature
and load_sadanandam_signature
mat = load_CMS_genes(geneSymbol=FALSE) print(head(mat))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.