ds.DESeq2 | R Documentation |
This function performs a non-disclosive
Differential Gene Expression Analysis using DESeq2
package
from Bioconductor.
ds.DESeq2(
model,
set,
test = "Wald",
fitType = "parametric",
sfType = "ratio",
reduced = NULL,
contrast = NULL,
datasources = NULL
)
model |
formula indicating the condition and other covariates to be ajusted |
set |
a |
test |
|
fitType |
|
sfType |
|
reduced |
a reduced formula for |
contrast |
the comparison to extract from the object to build the results table |
datasources |
a list of |
Implementation of Bioconductor's DESeq2
in DataSHIELD
infraestructure.
This function is similar to Bioconductor's
DESeq2
package DESeq
function.
Data frame containing the results of the Differential Gene Expression analysis
L. Abarrategui, for DataSHIELD development team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.