limmaAnalysis | R Documentation |
limmaAnalysis
performs differential expression analysis
from limma package and returns a ProtoBuf-serialized resulting
de-matrix.
limmaAnalysis(
es,
fieldValues,
version = "One-factor design",
contrast = list("Comparison", "Target", "Reference"),
designData = NULL
)
es |
ExpressionSet object. It should be normalized for more accurate analysis. |
fieldValues |
Vector of comparison values, mapping categories' names to columns/samples |
version |
name of the limma analysis implementation. Should be "One-factor design" or "Advanced design" |
contrast |
a character vector with exactly three elements: the name of a factor in the design formula, the name of the numerator level for the fold change, and the name of the denominator level for the fold change |
designData |
data.frame with design matrix |
Name of the file containing serialized de-matrix.
## Not run:
data(es)
limmaAnalysis(es, fieldValues = c("A", "A", "A", "B", "B"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.