assayBoxPlot {karyotapR} | R Documentation |
Generate a box plot from assay data
Description
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.
Usage
assayBoxPlot(
TapestriExperiment,
alt.exp = NULL,
assay = NULL,
log.y = TRUE,
split.features = FALSE,
split.x.by = NULL,
split.y.by = NULL
)
Arguments
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, |
Value
ggplot object, box plot
See Also
Examples
tap.object <- newTapestriExperimentExample() # example TapestriExperiment object
assayBoxPlot(tap.object, alt.exp = "chrYCounts", split.features = TRUE, split.x.by = "test.cluster")
[Package karyotapR version 1.0.1 Index]