View source: R/readcountExpBoxplot.R
readcountExpBoxplot | R Documentation |
readcountExpBoxplot
Barplot of percentage of reads falling into
expression bins
readcountExpBoxplot(DupMat, stepSize = 0.05, ...)
DupMat |
The duplication matrix calculated by |
stepSize |
The number of bars to be shown |
... |
Other parameters sent to barplot() |
This function makes a barplot of percentage of reads falling into expression bins
nothing Other parameters sent to barplot()
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)
# barplot of percentage of reads falling into expression bins
readcountExpBoxplot(DupMat=dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.