qc_boxplot: Plot the data distribution of each sample

Description Usage Arguments Value

View source: R/plot.R

Description

Plot the data distribution of each sample

Usage

1
2
3
4
5
6
qc_boxplot(
  data_matrix,
  group = NULL,
  trans = c("log10", "log2"),
  color = "#EF562D"
)

Arguments

data_matrix

The data matrix with column in sample and row in feature

group

A data frame contain two columns. The first column is sample name matched with colnames of data, The second column is the cluster label of samples.

trans

plot after tansfrom the value

color

Character giving the color of the plot

Value

Return a 'ggplot' object


Moonerss/ProteinBase documentation built on Dec. 17, 2021, 4:21 a.m.