plotCountsPerBiotype | R Documentation |
Plot counts per biotype
plotCountsPerBiotype(object, ...)
plotCountsPerBroadClass(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotCountsPerBiotype(
object,
assay = 1L,
biotypeCol = "geneBiotype",
n = 9L,
interestingGroups = NULL,
geom = c("violin", "boxplot"),
trans = c("identity", "log2", "log10"),
labels = list(title = "Counts per biotype", subtitle = NULL, sampleAxis = NULL,
countAxis = "counts")
)
## S4 method for signature 'SummarizedExperiment'
plotCountsPerBiotype(
object,
assay = 1L,
biotypeCol = "geneBiotype",
n = 9L,
interestingGroups = NULL,
geom = c("violin", "boxplot"),
trans = c("identity", "log2", "log10"),
labels = list(title = "Counts per biotype", subtitle = NULL, sampleAxis = NULL,
countAxis = "counts")
)
## S4 method for signature 'SingleCellExperiment'
plotCountsPerBroadClass(
object,
...,
labels = list(title = "Counts per broad class biotype", subtitle = NULL, sampleAxis =
NULL, countAxis = "counts")
)
## S4 method for signature 'SummarizedExperiment'
plotCountsPerBroadClass(
object,
...,
labels = list(title = "Counts per broad class biotype", subtitle = NULL, sampleAxis =
NULL, countAxis = "counts")
)
object |
Object. |
assay |
|
biotypeCol |
|
n |
|
interestingGroups |
|
geom |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2023-12-04.
Michael Steinbaugh, Rory Kirchner
data(
RangedSummarizedExperiment,
SingleCellExperiment_splatter,
package = "AcidTest"
)
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
plotCountsPerBiotype(object)
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotCountsPerBiotype(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.