cluster_boxplot {OMICsPCA} | R Documentation |
boxplot of the assay values in each cluster
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
bp <- cluster_boxplot(name = multi_assay, Assay = "H2az", clusterobject = clustered_data, clustercolumn = 5) bp