plotAlevinHistogram {alevinQC} | R Documentation |
Histogram of selected summary statistic
plotAlevinHistogram( cbTable, plotVar = "dedupRate", axisLabel = plotVar, colName = "inFinalWhiteList", cbName = "final whitelist" )
cbTable |
|
plotVar |
Character scalar giving the name of a numeric column of
|
axisLabel |
Character scalar giving the label of the selected statistic (will be displayed as the axis label in the plot). |
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")) plotAlevinHistogram(alevin$cbTable, plotVar = "dedupRate", axisLabel = "Deduplication rate", colName = "inFinalWhiteList", cbName = "final whitelist")