Description Usage Arguments Details Value Author(s) Examples
Create a Compound AnalysisPageParam
1 |
... |
Passed through to |
children |
AnalysisPageParamSet An AnalysisPageParamSet representing all of the nested parameters |
A compound AnalysisPageParam is a single parameter that has multiple parts. The parts are represented by an AnalysisPageParamSet, so could be arbitrarily nested. The front end is responsible for wrapping up all of the values in a JSON hash and passing in a single value.
This can be thought of as a way of building a hash out of other parameter types.
AnalysisPageParam of type "compound"
Brad Friedman
1 2 | plist <- list(simple.param(name="study"), simple.param(name="comp"), simple.param("feature.type", value="gene"))
comp <- compound.param(name="comp", label="Comparison", children=param.set(plist))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.