Description Usage Arguments Value Author(s) Examples
View source: R/plotAlevinHistogram.R
Histogram of selected summary statistic
| 1 2 3 4 5 6 7 | 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
| 1 2 3 4 5 6 | 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.