Description Usage Arguments Examples
Functional enrichment.
1 2 3 4 | functionalEnrichment(analysis, assignment, parameters)
## S4 method for signature 'Analysis,Assignment,EnrichmentParameters'
functionalEnrichment(analysis, assignment, parameters)
|
analysis |
S4 object of class Analysis |
assignment |
S4 object of class Assignment |
parameters |
S4 object of class EnrichmentParameters |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## Generate enrichment parameters
parameters <- enrichmentParameters('bdi')
## Select only "diffusion" enrichment
functional(parameters) <- list(methods = 'diffusion')
## Run functional enrichment
fe <- functionalEnrichment(example_analysis,example_assignment,parameters)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.