plotSizeFactors-methods {exomePeak2}R Documentation

Method plotSizeFactors

Description

Method plotSizeFactors

plot the size factors using different strategies.

Usage

plotSizeFactors(sep)

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

Arguments

sep

a SummarizedExomePeak object.

Value

A ggplot.

Examples


### 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)


[Package exomePeak2 version 1.5.0 Index]