Description Usage Arguments Value Examples
View source: R/visualization.R
Generate histograms for the frequency of barcode family depths.
1 2 3 4 5 6 7 8 9 | BarcodeFamilyHistogram(
object,
xMin = 0,
xMax = 100,
samples = NULL,
option = "viridis",
direction = 1,
theme = "classic"
)
|
object |
Requires a UMI sample or UMI experiment object |
xMin |
Minimum consensus family size to plot, default is 0. |
xMax |
Maximum consensus family size to plot. Default is 100. |
samples |
List of samples to be shown. |
option |
Color scheme to use |
direction |
If using viridis colors sets the orientation of color scale. |
theme |
ggplot theme to use. Defaults to classic. |
A ggplot object
1 2 3 4 | library(umiAnalyzer)
main = system.file('extdata', package = 'umiAnalyzer')
simsen <- createUmiExperiment(main, importBam = TRUE)
barcode_dist <- BarcodeFamilyHistogram(simsen)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.