plotAlevinQuant {alevinQC} | R Documentation |
Panel of plots with quantification summary statistics
plotAlevinQuant( cbTable, colName = "inFinalWhiteList", cbName = "final whitelist" )
cbTable |
|
colName |
Character scalar giving the name of a logical column of
|
cbName |
Character scalar giving the name of the set of barcodes
defined by |
A ggplot object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14", package = "alevinQC")) plotAlevinQuant(alevin$cbTable, colName = "inFinalWhiteList", cbName = "final whitelist")