plotAlevinKneeNbrGenes {alevinQC} | R Documentation |
Plot the number of detected genes per cell in decreasing order. Only cells contained in the original whitelist are considered.
plotAlevinKneeNbrGenes(cbTable)
cbTable |
|
A ggplot object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14", package = "alevinQC")) plotAlevinKneeNbrGenes(alevin$cbTable)