View source: R/plotAlevinBarcodeCollapse.R
plotAlevinBarcodeCollapse | R Documentation |
Plot the original frequency of each cell barcode in the original whitelist against the frequency after collapsing similar cell barcodes.
plotAlevinBarcodeCollapse(
cbTable,
firstSelColName = "inFirstWhiteList",
countCol = "collapsedFreq"
)
cbTable |
|
firstSelColName |
Character scalar indicating the name of the logical
column in |
countCol |
Character scalar indicating the name of the column in
|
A ggplot object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinBarcodeCollapse(alevin$cbTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.