R/plotAlevinQuantPairs.R
plotAlevinQuantPairs.RdPairs plot with quantification summary statistics
plotAlevinQuantPairs(
cbTable,
colName = "inFinalWhiteList",
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 indicating the name of the logical
column in cbTable that corresponds to the original selection of
barcodes for quantification.
A ggmatrix object
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinQuantPairs(alevin$cbTable, colName = "inFinalWhiteList")