View source: R/duprateExpFit.R
duprateExpFit | R Documentation |
duprateExpDensPlot
Duplication rate ~ total read count fit model
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
# 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.