View source: R/getDynamicRange.R
getDynamicRange | R Documentation |
getDynamicRange
Calculate the dynamic range of the RNAseq experiment
getDynamicRange(dm)
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.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.