cola_rl | R Documentation |
Example ConsensusPartitionList object
data(cola_rl)
Following code was used to generate cola_rl
:
set.seed(123) m = cbind(rbind(matrix(rnorm(20*20, mean = 1, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 0, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 0, sd = 0.5), nr = 20)), rbind(matrix(rnorm(20*20, mean = 0, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 1, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 0, sd = 0.5), nr = 20)), rbind(matrix(rnorm(20*20, mean = 0.5, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 0.5, sd = 0.5), nr = 20), matrix(rnorm(20*20, mean = 1, sd = 0.5), nr = 20)) ) + matrix(rnorm(60*60, sd = 0.5), nr = 60) cola_rl = run_all_consensus_partition_methods(data = m, cores = 6)
Zuguang Gu <z.gu@dkfz.de>
data(cola_rl)
cola_rl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.