Description Usage Arguments Value Examples
Manually sets externally/alternatively determined cluster assignment for each geneset.
1 2 | ## S3 method for class 'BOWER'
set_clusters(bower, clusters)
|
bower |
bower class |
clusters |
Cluster assignment for each geneset. |
bower class
1 2 3 | gmt_file <- system.file("extdata", "h.all.v7.4.symbols.gmt", package = "bowerbird")
bwr <- bower(gmt_file)
bwr <- set_clusters(bwr, rep(1:5, each = 10)) # e.g. randomly make 5 blocks of 10 clusters
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.