cluster_boxplot: Comparison of clusters by boxplot

Description Usage Arguments Value Author(s) Examples

View source: R/cluster_boxplot.R

Description

boxplot of the assay values in each cluster

Usage

1
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

1
2
3
4
5
6
bp <- cluster_boxplot(name = multi_assay,
Assay = "H2az", clusterobject = clustered_data,
clustercolumn = 5)


bp

OMICsPCA documentation built on Nov. 8, 2020, 5:01 p.m.