Description Usage Arguments Details Value Examples
View source: R/getDynamicRange.R
getDynamicRange
Calculate the dynamic range of the RNAseq experiment
1 |
dm |
The duplication matrix calculated by |
This function calculates the dynamic range of the RNAseq eperiment
A list with 2 elements, containing the dynamic range counting all reads and the dynamic range after removing duplicates.
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)
# calculate the dynamic range
getDynamicRange(dm)
|
$dynrange.all
[1] 31153.04
$dynrange.duprm
[1] 3343.27
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.