Description Usage Arguments Details Value Examples
View source: R/duprateExpBoxplot.R
duprateExpBoxplot
Duplication rate ~ total reads per kilobase (RPK) boxplot
1 | 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
1 2 3 4 5 6 | # 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.