Description Usage Arguments Value Examples
View source: R/limmaAnalysis.R
limmaAnalysis
performs differential expression analysis
from limma package and returns a ProtoBuf-serialized resulting
de-matrix.
1 | limmaAnalysis(es, fieldValues)
|
es |
ExpressionSet object. It should be normalized for more accurate analysis. |
fieldValues |
Vector of comparison values, mapping categories' names to columns/samples |
Name of the file containing serialized de-matrix.
1 2 3 4 5 | ## 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.