Description Usage Arguments Details Value Author(s) Examples
Create an Array AnalysisPageParam
1 |
... |
Passed through to |
prototype |
A single AnalysisPageParam that is the prototype for each of the elements in the array. Note that while only one param is allowed, it could potentially be either a compound or another array parameter. |
start |
The starting length of the array that should be rendered |
min |
The minimum allowed length of the array. Buttons to remove elements should be de-activated below this level (default 0). |
max |
The maximum allowed length of the array. Buttons to add elements should be de-activated above this level (default Inf). |
An array AnalysisPageParam is a way of having a single parameter with multiple repetitions of some other (fixed) parameter type. The starting length, as well as minimum and maximum allowable lengths, are provided. If min != max then the front end should render some widget to add/remove elements.
By combining with compound.param
a fairly complex data
structure can now be specified.
AnalysisPageParam of type "array"
Brad Friedman
1 2 | one.gene <- simple.param(name="gene", label="Gene Symbol")
gene.set <- array.param(name="geneset", prototype=one.gene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.