R/plots-qc.R
qc_cdf.Rd
This function uses pivot_longer to rearrange the data for plotting and then plots a CDF of the normalized counts
qc_cdf(gimap_dataset, wide_ar = 0.75)
The special gimap_dataset from the `setup_data` function which contains the transformed data
aspect ratio, default is 0.75
counts_cdf a ggplot
gimap_dataset <- get_example_data("gimap") qc_cdf(gimap_dataset)