run.edgeR | R Documentation |
Wrapper to run edgeR: create the dge
object, normalize data, estimate dispersions, statistical testing...
run.edgeR( counts, target, varInt, condRef, batch = NULL, cpmCutoff = 1, normalizationMethod = "TMM", pAdjustMethod = "BH", ... )
counts |
|
target |
target |
varInt |
name of the factor of interest (biological condition) |
condRef |
reference biological condition |
batch |
batch effect to take into account ( |
cpmCutoff |
counts-per-million cut-off to filter low counts |
normalizationMethod |
normalization method: |
pAdjustMethod |
p-value adjustment method: |
... |
optional arguments to be passed to |
A list containing the dge
object and the results
object
Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.