View source: R/duprateExpBoxplot.R
duprateExpBoxplot | R Documentation |
duprateExpBoxplot
Duplication rate ~ total reads per kilobase (RPK) boxplot
duprateExpBoxplot(DupMat, stepSize = 0.05, ...)
DupMat |
The duplication matrix calculated by |
stepSize |
Expression bin seze for the boxplot |
... |
Other params sent to boxplot |
This function makes a boxplot showing the distribution of per gene duplication rate versus the reads per kilobase (RPK) inside gene expression bins.
nothing
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)
# duprate boxplot
duprateExpBoxplot(DupMat=dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.