View source: R/subtyping_tools_CMS.R
compare_RF_to_SSP | R Documentation |
Print quick comparison stats on the consensus between the RF and SSP classifiers This function uses the results of subtypeCMS.RF and subtypeCMS.SSP
compare_RF_to_SSP(resRF, resSSP)
resRF |
- the results data frame output of subtypeCMS.RF |
resSSP |
- the results data frame output of subtypeCMS.SSP |
table (data.frame) of samples that disagree in assignment with their subtype and probabilities of assignment
mat = get_TCGA_synapse() resRF = subtypeCMS.RF(mat) resSSP = subtypeCMS.SSP(mat) compare_RF_to_SSP(resRF, resSSP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.