Description Usage Arguments Value Author(s) Examples
View source: R/defineConsensus.R
Compare and cluster various classification systems using Cohen's Kappa.
1 | consensus.CIT(annot.class, outdir, CohenKappa.cut = seq(0.1, 0.7, 0.1))
|
annot.class |
Dataframe of samples annotated according to the several classification systems to compare. |
outdir |
Path to the directory where to store plots and results. A new directory will be created if the supplied path does not exist. |
CohenKappa.cut |
Value of Cohen's Kappa to select significant associations. |
A list of length 3 containing the Cohen's Kappa measures for any pair of subtypes (CohenKappaMat), the corresponding network generated (graph), the cluster assignments (cl)
Aurélie Kamoun
1 2 3 4 5 6 7 8 | ## Not run:
#-- Using bladder cancer classes as example
library(BuildConsensus)
data(blca_class)
cit_res <- consensus.CIT(blca_class, outdir = "CIT_res")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.