Description Usage Arguments Details Value Examples
View source: R/duprateExpFit.R
duprateExpDensPlot
Duplication rate ~ total read count fit model
1 | duprateExpFit(DupMat)
|
DupMat |
The duplication matrix calculated by |
Fit a Generalized Linear Model using a logit function between thegene duplication rate and the total read count.
The GLM and the coefficients of the fitted logit function
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
duprateExpFit(DupMat=dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.