Description Usage Arguments Value Author(s)
View source: R/run.DESeq2_corset.r
Wrapper to run DESeq2: create the DESeqDataSet
, normalize data, estimate dispersions, statistical testing...
1 2 3 | run.DESeq2_corset(counts, target, varInt, batch = NULL,
locfunc = "median", fitType = "parametric", pAdjustMethod = "BH",
alpha = 0.05, ...)
|
counts |
|
target |
target |
varInt |
name of the factor of interest (biological condition) |
batch |
batch effect to take into account ( |
locfunc |
|
fitType |
mean-variance relationship: "parametric" (default) or "local" |
pAdjustMethod |
p-value adjustment method: |
alpha |
significance threshold to apply to the adjusted p-values |
... |
optional arguments to be passed to |
independentFiltering |
|
A list containing the dds
object (DESeqDataSet
class), the results
objects (DESeqResults
class) and the vector of size factors
Aditya Narayan Sarangi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.