plotSums | R Documentation |
Visualize row or column sums using empirical cumulative distribution function (ECDF) plot.
plotSums(object, ...)
## S4 method for signature 'SummarizedExperiment'
plotSums(
object,
MARGIN,
assay = 1L,
interestingGroups = NULL,
labels = list(title = NULL, subtitle = NULL)
)
object |
Object. |
MARGIN |
|
assay |
|
interestingGroups |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2023-08-10.
data(
RangedSummarizedExperiment,
package = "AcidTest"
)
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
plotSums(object, MARGIN = 1L)
plotSums(object, MARGIN = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.