duprateExpBoxplot: Duplication rate ~ total reads per kilobase (RPK) boxplot

Description Usage Arguments Details Value Examples

View source: R/duprateExpBoxplot.R

Description

duprateExpBoxplot Duplication rate ~ total reads per kilobase (RPK) boxplot

Usage

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

Arguments

DupMat

The duplication matrix calculated by analyzeDuprates

stepSize

Expression bin seze for the boxplot

...

Other params sent to boxplot

Details

This function makes a boxplot showing the distribution of per gene duplication rate versus the reads per kilobase (RPK) inside gene expression bins.

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)

# duprate boxplot
duprateExpBoxplot(DupMat=dm)

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