Description Usage Arguments Details Value Examples
Sets the analysis parameters for the given ReactomeAnalysisRequest
. If the
parameter is already set, it is overwritten. Use get_reactome_methods
to get a list of all available parameters for each available method.
1 | set_parameters(request, ...)
|
request |
The |
... |
Any name / value pair to set a parameter (see example). For a complete list of
available parameters use |
Both, parameters with the scope "dataset" as well as "analysis" can be set on the analysis level. In this case, these parameters overwrite the system's default values. If a parameter with the scope "dataset" is defined again at the dataset level, this value will overwrite the analysis' scope value for the given dataset.
The modified ReactomeAnalysisRequest
object
1 2 3 4 5 6 7 | library(methods)
# create a request object
request <- ReactomeAnalysisRequest(method = "Camera")
# add a parameter
request <- set_parameters(request, max_missing_values = 0.5, discrete_norm_function = "TMM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.