Description Usage Arguments Details Value Examples
View source: R/duprateExpPlot.R
duprateExpPlot
Duplication rate ~ total read count plot
1 2 | duprateExpPlot(DupMat, tNoAlternative = TRUE, tRPKM = TRUE,
tRPKMval = 0.5, addLegend = TRUE, ...)
|
DupMat |
The duplication matrix calculated by |
tNoAlternative |
Display threshold of 1000 reads per kilobase |
tRPKM |
Display threshold at a given RPKM level |
tRPKMval |
The given RPKM level |
addLegend |
Whether to add a legend to the plot |
... |
Other parameters sent to smoothScatter() |
This function makes a smooth scatter plot showing the per gene duplication rate versus the total read count.
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 plot
duprateExpPlot(DupMat=dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.