cumulativeDuprateBarplot: Barplot showing the cumulative read counts fraction

Description Usage Arguments Details Value Examples

View source: R/cumulativeDuprateBarplot.R

Description

cumulativeDuprateBarplot Barplot showing the cumulative read counts fraction

Usage

1
cumulativeDuprateBarplot(DupMat, stepSize = 0.05, ...)

Arguments

DupMat

The duplication matrix calculated by analyzeDuprates

stepSize

The size of the windows used for plotting

...

Other params sent to barplot

Details

This function makes a barplot showing the cumulative read counts fraction from the duplication matrix calculated by analyzeDuprates.

Value

nothing

Examples

1
2
3
4
5
6
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)

# call the plot
cumulativeDuprateBarplot(DupMat=dm)

dupRadar documentation built on Nov. 8, 2020, 5:41 p.m.