View source: R/plotAlevinKneeRaw.R
plotAlevinKneeRaw | R Documentation |
Plot the raw cell barcode frequencies in decreasing order, and indicate a predetermined breakpoint (indicating barcodes included in the original whitelist) using color as well as a label.
plotAlevinKneeRaw(cbTable, firstSelColName = "inFirstWhiteList")
cbTable |
|
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"))
plotAlevinKneeRaw(alevin$cbTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.