DEAnalyze | R Documentation |
Differential expression analysis
DEAnalyze( obj, SampleAnn = NULL, type = "Array", method = "limma", paired = FALSE, GeneAnn = NULL, return = c("data.frame", "ExpressionSet")[1], app.dir = "/Users/Wubing/Applications/gfold/gfold" )
obj |
Matrix like object or an ExpressionSet instance. |
SampleAnn |
Matrix like object (only when obj is a matrix), the rownames should match colnames in obj, and the first column should be Condition. |
type |
"Array", "RNASeq" or "msms", only needed when obj is matrix like object. |
method |
Differential expression analysis method, e.g. limma, DESeq2, GFOLD, glm.pois, glm.qlll, and glm.nb. |
paired |
Boolean, specifying whether perform paired comparison. |
GeneAnn |
Matrix like object (only when obj is a matrix), the rownames should match rownames of obj. |
return |
Character, either data.frame or ExpressionSet, specifying the return object type. |
app.dir |
The path to application (e.g. GFOLD). |
An ExpressionSet instance.
Wubing Zhang
ExpressionSet-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.