plotQc | R Documentation |
Quality control
plotQc(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotQc(
object,
assay = 1L,
interestingGroups = NULL,
geom = c("histogram", "ecdf", "violin", "ridgeline", "boxplot"),
legend = getOption(x = "acid.legend", default = TRUE),
labels = list(title = "Quality control", subtitle = NULL)
)
## S4 method for signature 'SummarizedExperiment'
plotQc(
object,
assay = 1L,
interestingGroups = NULL,
legend = getOption(x = "acid.legend", default = TRUE),
labels = list(title = "Quality control", subtitle = NULL)
)
object |
Object. |
assay |
|
interestingGroups |
|
geom |
|
legend |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2023-08-11.
data(
RangedSummarizedExperiment,
SingleCellExperiment_splatter,
package = "AcidTest"
)
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
plotQc(object)
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotQc(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.