gseaModule {cellHTS2} | R Documentation |
gseaModule objects encapsulate all the information that is necessary to add the results of a gene set enrichment analysis to a cellHTS report. This feature is still experimental
gseaModule(geneSets, statFuns, scores, annotation)
geneSets |
An object of class
|
statFuns |
A list of functions to compute per gene set
statistics. These will be called by
|
scores |
An optional numeric vector of assay scores. This should be extended to also handle numeric matrices for multi-channel assays. |
annotation |
A |
The resulting gseaModule object can be supplied as an additional
argument to writeReport
.
This feature is still experimental.
An object of class gseaModule.
Florian Hahne