duprateExpBoxplot.Rd
duprateExpBoxplot
Duplication rate ~ total reads per kilobase (RPK) boxplot
duprateExpBoxplot(DupMat, stepSize = 0.05, ...)
The duplication matrix calculated by analyzeDuprates
Expression bin seze for the boxplot
Other params sent to boxplot
nothing
This function makes a boxplot showing the distribution of per gene duplication rate versus the reads per kilobase (RPK) inside gene expression bins.
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)
#> The following objects are masked from dupRadar_examples (pos = 3):
#>
#> dm, dm.bad
# duprate boxplot
duprateExpBoxplot(DupMat=dm)