golub_cola_ds | R Documentation |
Example DownSamplingConsensusPartition object from Golub dataset
data(golub_cola_ds)
Following code was used to generate golub_cola_ds
:
library(cola) data(golub_cola) m = get_matrix(golub_cola) set.seed(123) golub_cola_ds = consensus_partition_by_down_sampling( m, subset = 50, cores = 6, anno = get_anno(golub_cola), anno_col = get_anno_col(golub_cola), )
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_ds)
golub_cola_ds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.