Description Usage Arguments Value Examples
Method plotSizeFactors
plot the size factors using different strategies.
1 2 3 4 | plotSizeFactors(sep)
## S4 method for signature 'SummarizedExomePeak'
plotSizeFactors(sep)
|
sep |
a |
A ggplot.
1 2 3 4 5 6 7 | ### 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.