View source: R/plotAlevinKneeNbrGenes.R
plotAlevinKneeNbrGenes | R Documentation |
Plot the number of detected genes per cell in decreasing order. Only cells contained in the original whitelist are considered.
plotAlevinKneeNbrGenes(cbTable, firstSelColName = "inFirstWhiteList")
cbTable |
|
firstSelColName |
Character scalar indicating the name of the logical
column in |
A ggplot object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinKneeNbrGenes(alevin$cbTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.