cluster_boxplot {OMICsPCA}R Documentation

Comparison of clusters by boxplot

Description

boxplot of the assay values in each cluster

Usage

cluster_boxplot(name, Assay, clusterobject, clustercolumn, choice = NULL)

Arguments

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

Value

a ggplot object

Author(s)

Subhadeep Das

Examples



bp <- cluster_boxplot(name = multi_assay,
Assay = "H2az", clusterobject = clustered_data,
clustercolumn = 5)


bp


[Package OMICsPCA version 1.12.0 Index]