readcountExpBoxplot.Rd
readcountExpBoxplot
Barplot of percentage of reads falling into
expression bins
readcountExpBoxplot(DupMat, stepSize = 0.05, ...)
The duplication matrix calculated by analyzeDuprates
The number of bars to be shown
Other parameters sent to barplot()
nothing Other parameters sent to barplot()
This function makes a barplot of percentage of reads falling into 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
#> The following objects are masked from dupRadar_examples (pos = 4):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 5):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 6):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 7):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 8):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 9):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 10):
#>
#> dm, dm.bad
#> The following objects are masked from dupRadar_examples (pos = 11):
#>
#> dm, dm.bad
# barplot of percentage of reads falling into expression bins
readcountExpBoxplot(DupMat=dm)