plotAlevinQuantPairs {alevinQC}R Documentation

Pairs plot with quantification summary statistics

Description

Pairs plot with quantification summary statistics

Usage

plotAlevinQuantPairs(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 ggmatrix object

Author(s)

Charlotte Soneson

Examples

alevin <- readAlevinQC(system.file("extdata/alevin_example",
                                   package = "alevinQC"))
plotAlevinQuantPairs(alevin$cbTable)


[Package alevinQC version 1.0.0 Index]