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