qc_cdf: Create a CDF for the pgRNA normalized counts

View source: R/plots-qc.R

qc_cdfR Documentation

Create a CDF for the pgRNA normalized counts

Description

This function uses pivot_longer to rearrange the data for plotting and then plots a CDF of the normalized counts

Usage

qc_cdf(gimap_dataset, wide_ar = 0.75)

Arguments

gimap_dataset

The special gimap_dataset from the 'setup_data' function which contains the transformed data

wide_ar

aspect ratio, default is 0.75

Value

counts_cdf a ggplot

Examples

## Not run: 

gimap_dataset <- get_example_data("gimap")
qc_cdf(gimap_dataset)

## End(Not run)

gimap documentation built on June 8, 2025, 10:13 a.m.