Description Usage Arguments Value Examples
Set the analysis method used by the ReactomeAnalysisRequest
1 2 | ## S4 method for signature 'ReactomeAnalysisRequest'
set_method(request, method, ...)
|
request |
The |
method |
The name of the method to use. Use |
... |
Additional parameters passed to specific implementations |
The ReactomeAnalysisRequest
with the adapted method
1 2 3 4 5 6 7 8 9 10 11 12 | # create a request using Camera as an analysis
data(griss_melanoma_proteomics)
library(methods)
my_request <- ReactomeAnalysisRequest(method = "Camera")
print(my_request)
# change the method to ssGSEA
my_request <- set_method(my_request, "ssGSEA")
print(my_request)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.