CB2 (version 1.1)

plot_count_distribution: A function to plot read count distribution.

Description

A function to plot read count distribution.

Usage

plot_count_distribution(sgcount, df_design)

Arguments

sgcount

The input matrix contains read counts of sgRNAs for each sample.

df_design

The table contains a study design.

Value

A ggplot2 object contains a read count distribution plot for `sgcount`.

Examples

Run this code
# NOT RUN {
library(CB2)
data(Evers_CRISPRn_RT112)
cpm <- get_CPM(Evers_CRISPRn_RT112$count)
plot_count_distribution(cpm, Evers_CRISPRn_RT112$design)

# }

Run the code above in your browser using DataLab