powered by
Generate histograms for the frequency of barcode family depths.
BarcodeFamilyHistogram( object, xMin = 0, xMax = 100, samples = NULL, option = "viridis", direction = 1, theme = "classic" )
Requires a UMI sample or UMI experiment object
Minimum consensus family size to plot, default is 0.
Maximum consensus family size to plot. Default is 100.
List of samples to be shown.
Color scheme to use
If using viridis colors sets the orientation of color scale.
ggplot theme to use. Defaults to classic.
A ggplot object
# NOT RUN { library(umiAnalyzer) main = system.file('extdata', package = 'umiAnalyzer') simsen <- createUmiExperiment(main, importBam = TRUE) barcode_dist <- BarcodeFamilyHistogram(simsen) # }
Run the code above in your browser using DataLab