Description Usage Arguments Value Author(s) Examples
View source: R/plotAlevinQuant.R
Panel of plots with quantification summary statistics
1 2 3 4 5 | 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
1 2 3 4 | alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinQuant(alevin$cbTable, colName = "inFinalWhiteList",
cbName = "final whitelist")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.