plotAlevinQuant: Panel of plots with quantification summary statistics

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlevinQuant.R

Description

Panel of plots with quantification summary statistics

Usage

1
2
3
4
5
plotAlevinQuant(
  cbTable,
  colName = "inFinalWhiteList",
  cbName = "final whitelist"
)

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.

cbName

Character scalar giving the name of the set of barcodes defined by colName, used for labelling the plot legend.

Value

A ggplot object

Author(s)

Charlotte Soneson

Examples

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

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