plotSubtypesCMS.RF | R Documentation |
Visualization of the results of subtypeCMS.RF(). Creates barplot of posterior probabilities per sample. Also plots a heatmap of the expression of the random forest genes, using all samples. (This part has to be re-implemented. Pending on the multiFactorHeatmap rewrite.)
plotSubtypesCMS.RF( res, orderBy = c("CMS4", "CMS1", "CMS2", "CMS3"), names = NULL )
res |
- the result of subtypeCMS.RF() |
barplot of the posterior probabilities for all samples
mat = get_TCGA_synapse() res = subtypeCMS.RF(mat) plotSubtypesCMS.RF(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.