CB2 (version 1.3.4)

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, add_dots = FALSE)

Arguments

sgcount

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

df_design

The table contains a study design.

add_dots

The function will display dots of sgRNA counts if it is set to `TRUE`.

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