Description Usage Arguments Value Author(s)
View source: R/run.edgeR_trans.r
Wrapper to run edgeR: create the dge
object, normalize data, estimate dispersions, statistical testing...
1 2 3 | run.edgeR_trans(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.