Description Usage Arguments Value Examples
View source: R/getDupMatStats.R
getDupMatStats
Report duplication stats based on the data calculated
in the duplication matrix
1 | getDupMatStats(DupMat)
|
DupMat |
The duplication matrix calculated by |
A data.frame containing the stats about the number of genes covered (1+ tags) and the number of genes containing duplicates (1+)
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)
# call the plot and identify genes
getDupMatStats(DupMat=dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.