Description Usage Arguments Value Author(s) Examples
View source: R/cluster_boxplot.R
boxplot of the assay values in each cluster
1 | cluster_boxplot(name, Assay, clusterobject, clustercolumn, choice = NULL)
|
name |
|
Assay |
name of the assay which is to be compared |
clusterobject |
a cluster object returned by the cluster() function |
clustercolumn |
the column in the clusterobject containing the group membership information |
choice |
type of graph |
a ggplot object
Subhadeep Das
1 2 3 4 5 6 | bp <- cluster_boxplot(name = multi_assay,
Assay = "H2az", clusterobject = clustered_data,
clustercolumn = 5)
bp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.