cumulativeDuprateBarplot.Rd
cumulativeDuprateBarplot
Barplot showing the cumulative read counts
fraction
cumulativeDuprateBarplot(DupMat, stepSize = 0.05, ...)
The duplication matrix calculated by analyzeDuprates
The size of the windows used for plotting
Other params sent to barplot
nothing
This function makes a barplot showing the cumulative read counts fraction
from the duplication matrix calculated by analyzeDuprates
.
# 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)