Plot the column totals of a selected assay
plotTotals.Rd
Plot the column totals of a selected assay
Arguments
- se
A
SummarizedExperiment
object, typically generated bysummarizeExperiment()
.- selAssay
Character scalar specifying the assay in
se
to use for the plotting.- groupBy
Character scalar indicating a column in
rowData(se)
to group the features by before calculating the column sums.
Examples
se <- readRDS(system.file("extdata", "GSE102901_cis_se.rds",
package = "mutscan"))[1:200, ]
plotTotals(se)