plotSizeFactors-methods {exomePeak2} | R Documentation |
Method plotSizeFactors
plot the size factors using different strategies.
plotSizeFactors(sep) ## S4 method for signature 'SummarizedExomePeak' plotSizeFactors(sep)
sep |
a |
A ggplot.
### Load the example SummarizedExomPeak object f1 = system.file("extdata", "sep_ex_mod.rds", package="exomePeak2") sep <- readRDS(f1) ### Visualize the size factors estimated using different regions plotSizeFactors(sep)