plotFeaturesDetected | R Documentation |
Visualize the number of features (i.e. genes) detected.
plotFeaturesDetected
## S4 method for signature 'SingleCellExperiment'
plotFeaturesDetected(object, ...)
## S4 method for signature 'SummarizedExperiment'
plotFeaturesDetected(
object,
assay = 1L,
interestingGroups = NULL,
limit = 0L,
minCounts = 1L,
labels = list(title = "Features detected", subtitle = NULL, x = NULL, y = "features"),
flip = getOption(x = "acid.flip", default = TRUE)
)
object |
Object. |
... |
Additional arguments. |
assay |
|
interestingGroups |
|
limit |
|
minCounts |
|
labels |
|
flip |
|
ggplot
.
plotFeaturesDetected(SingleCellExperiment)
: Applies aggregateCellsToSamples()
calculation to summarize at sample level prior to plotting.
Passes ...
to SummarizedExperiment
method.
Updated 2023-08-11.
data(
RangedSummarizedExperiment,
SingleCellExperiment_splatter,
package = "AcidTest"
)
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
plotFeaturesDetected(object)
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotFeaturesDetected(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.