plotSizeFactors-methods: Method plotSizeFactors

Description Usage Arguments Value Examples

Description

Method plotSizeFactors

plot the size factors using different strategies.

Usage

1
2
3
4
plotSizeFactors(sep)

## S4 method for signature 'SummarizedExomePeak'
plotSizeFactors(sep)

Arguments

sep

a SummarizedExomePeak object.

Value

A ggplot.

Examples

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)

exomePeak2 documentation built on Nov. 8, 2020, 5:27 p.m.