View source: R/plotDistributions.R
plotDistributions | R Documentation |
Plot distribution of observed values
plotDistributions(
se,
selAssay = "counts",
groupBy = NULL,
plotType = "density",
facet = FALSE,
pseudocount = 0
)
se |
A |
selAssay |
Character scalar specifying the assay in |
groupBy |
Character scalar specifying a column from
|
plotType |
Character scalar specifying the type of plot to construct.
Either |
facet |
Logical scalar, indicating whether or not to facet the plot
by the values specified in the |
pseudocount |
Numeric scalar, representing the number to add to the
observed values in the |
A ggplot object.
Charlotte Soneson
se <- readRDS(system.file("extdata", "GSE102901_cis_se.rds",
package = "mutscan"))[1:200, ]
plotDistributions(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.