assayBoxPlot | R Documentation |
Draws box plot of data from indicated TapestriExperiment
assay
slot.
This is especially useful for visualizing altExp
count data, such as counts from
probes on chrY or barcode probe counts.
assayBoxPlot(
TapestriExperiment,
alt.exp = NULL,
assay = NULL,
log.y = TRUE,
split.features = FALSE,
split.x.by = NULL,
split.y.by = NULL
)
TapestriExperiment |
|
alt.exp |
Character, |
assay |
Character, assay to plot. |
log.y |
Logical, if |
split.features |
Logical, if |
split.x.by |
Character, |
split.y.by |
Character, |
ggplot object, box plot
ggplot2::geom_boxplot()
tap.object <- newTapestriExperimentExample() # example TapestriExperiment object
assayBoxPlot(tap.object, alt.exp = "chrYCounts", split.features = TRUE, split.x.by = "test.cluster")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.