plotAlevinQuant {alevinQC}R Documentation

Panel of plots with quantification summary statistics

Description

Panel of plots with quantification summary statistics

Usage

plotAlevinQuant(cbTable)

Arguments

cbTable

data.frame (such as the cbTable returned by readAlevinQC) with collapsed barcode frequencies, the total UMI count and the number of detected genes for each cell.

Value

A ggplot object

Author(s)

Charlotte Soneson

Examples

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


[Package alevinQC version 1.2.0 Index]