plotTotals | R Documentation |
Plot the column totals of a selected assay
plotTotals(se, selAssay = "counts", groupBy = NULL)
se |
A |
selAssay |
Character scalar specifying the assay in |
groupBy |
Character scalar indicating a column in
|
A ggplot object.
Charlotte Soneson
se <- readRDS(system.file("extdata", "GSE102901_cis_se.rds",
package = "mutscan"))[1:200, ]
plotTotals(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.