Description Usage Details Author(s) Examples
Example DownSamplingConsensusPartition object from Golub dataset
1 |
Following code was used to generate golub_cola_ds
:
1 2 3 4 5 6 7 8 9 | library(cola)
data(golub_cola)
m = get_matrix(golub_cola)
set.seed(123)
golub_cola_ds = consensus_partition_by_down_sampling(
m, subset = 50, mc.cores = 2,
anno = get_anno(golub_cola),
anno_col = get_anno_col(golub_cola),
)
|
Zuguang Gu <z.gu@dkfz.de>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.