plot_common_barplot: Generate bar plot

View source: R/raw_count_plots.R

plot_common_barplotR Documentation

Generate bar plot

Description

Generate bar plot.

Usage

plot_common_barplot(
  df = NULL,
  xcol = NULL,
  xlab = NULL,
  ycol = NULL,
  ylab = NULL
)

Arguments

df

a count statisitic summary produced by count_matrix_stats with read mapping stats.

xcol

column from count statistics to plot on x axis

xlab

label for x axis

ycol

column from count statistics to plot on y axis

ylab

label for y axis


cancerit/RCRISPR documentation built on April 26, 2023, 10:12 p.m.