plotAlevinKneeRaw: Knee plot of raw cell barcode frequencies

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlevinKneeRaw.R

Description

Plot the raw cell barcode frequencies in decreasing order, and indicate a predetermined breakpoint (indicating barcodes included in the original whitelist) using color as well as a label.

Usage

1

Arguments

cbTable

data.frame with raw barcode frequencies (such as the cbTable returned by readAlevinQC).

Value

A ggplot object

Author(s)

Charlotte Soneson

Examples

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

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