Description Usage Arguments Details Value Author(s) See Also Examples
This method takes a list of parameters and returns a list consisting of another two lists; one holding parameters ment for optimization and one holding fixed parameters.
1 | typeCastParams(params)
|
params |
A list of parameters for an xcms-method |
This method takes a list of parameters and returns a list consisting of another two lists; one holding parameters ment for optimization and one holding fixed parameters.
A list of:
to_optimize |
A LIST containing all parameters which should be optimized. |
no_optimization |
A LIST containing all parameters which should not be optimized. |
Gunnar Libiseller
optimizeXcmsSet
, optimizeRetGroup
1 2 | params <- getDefaultXcmsSetStartingParams()
typ_params <- typeCastParams(params)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.