View source: R/plotAlevinHistogram.R
plotAlevinHistogram | R Documentation |
Histogram of selected summary statistic
plotAlevinHistogram(
cbTable,
plotVar = "dedupRate",
axisLabel = plotVar,
colName = "inFinalWhiteList",
cbName = "final whitelist",
firstSelColName = "inFirstWhiteList"
)
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 |
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"))
plotAlevinHistogram(alevin$cbTable, plotVar = "dedupRate",
axisLabel = "Deduplication rate",
colName = "inFinalWhiteList",
cbName = "final whitelist")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.