plotAlevinBarcodeCollapse: Summary plot of cell barcode collapsing

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlevinBarcodeCollapse.R

Description

Plot the original frequency of each cell barcode in the original whitelist against the frequency after collapsing similar cell barcodes.

Usage

1

Arguments

cbTable

data.frame (such as the cbTable returned by readAlevinQC) with barcode frequencies before and after collapsing.

Value

A ggplot object

Author(s)

Charlotte Soneson

Examples

1
2
3
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
                                   package = "alevinQC"))
plotAlevinBarcodeCollapse(alevin$cbTable)

alevinQC documentation built on Feb. 4, 2021, 2:01 a.m.