R/plotAlevinQuant.R
plotAlevinQuant.Rd
Panel of plots with quantification summary statistics
plotAlevinQuant(
cbTable,
colName = "inFinalWhiteList",
cbName = "final whitelist",
firstSelColName = "inFirstWhiteList"
)
data.frame
(such as the cbTable
returned by
readAlevinQC
or readAlevinFryQC
) with collapsed barcode
frequencies, the total UMI count and the number of detected genes for
each cell.
Character scalar giving the name of a logical column of
cbTable
to use for coloring the points.
Character scalar giving the name of the set of barcodes
defined by colName
, used for labelling the plot legend.
Character scalar indicating the name of the logical
column in cbTable
that indicates the original selection of
barcodes for quantification.
A ggplot object
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinQuant(alevin$cbTable, colName = "inFinalWhiteList",
cbName = "final whitelist")
#> Warning: Multiple components found; returning the first one. To return all, use `return_all = TRUE`.