plotAlevinQuantPairs: Pairs plot with quantification summary statistics

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlevinQuantPairs.R

Description

Pairs plot with quantification summary statistics

Usage

1
plotAlevinQuantPairs(cbTable, colName = "inFinalWhiteList")

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.

colName

Character scalar giving the name of a logical column of cbTable to use for coloring the points.

Value

A ggmatrix object

Author(s)

Charlotte Soneson

Examples

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

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