Description Usage Arguments Methods See Also Examples
Represents information about a parameter to a function that is exposed in Galaxy. Should only be used if the function signature itself does not fully describe the way the parameter should be exposed in Galaxy.
1 2 3 | GalaxyParam(label, min, max, force_select, display,
checked, size, required=FALSE,
requiredMsg="This field is required.")
|
label |
Required A friendly label for the parameter, if the name of the parameter is not sufficient. |
min |
The minimum allowed value for the parameter, if the parameter type is numeric or integer. |
max |
The maximum allowed value for the parameter if the parameter type is numeric or integer. |
force_select |
Logical. Whether to force user to select an option in the list. Only supplied if the parameter is a select list, that is, a vector of more than one element. |
display |
If the parameter is a select list, this can be either
|
checked |
Logical. If the parameter type is |
size |
If the parameter type is character, this determines the width (in characters) of the resulting text box. |
required |
Logical. Whether the item is required. If |
requiredMsg |
If |
No methods defined with class "GalaxyParam" in the signature.
link{galaxy}
, GalaxyConfig
, link{GalaxyOutput}
1 | title <- GalaxyParam(required=TRUE, label="Override the default label")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.