plotAlevinKneeNbrGenes: Knee plot of the number of detected genes per cell

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlevinKneeNbrGenes.R

Description

Plot the number of detected genes per cell in decreasing order. Only cells contained in the original whitelist are considered.

Usage

1

Arguments

cbTable

data.frame (such as the cbTable returned by readAlevinQC) with the number of detected genes per cell.

Value

A ggplot object

Author(s)

Charlotte Soneson

Examples

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

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