Description Usage Arguments Value Author(s) Examples
validate_module_input - validate module input In the gwas_results modules, many inputs are set to "DOUBLE_CLICK_HERE_TO_CHANGE". This functions validates that the input was changed from the default. It is important to wrap this functionality in a function to keep it hidden from users.
1 |
... |
A single or multiple comma seperated inputs to validate. Inputs can be strings or vectors. |
Returns nothing. Will fail if encounters a problem.
Karsten Sieber karsten.b.sieber@gsk.com
1 2 | validate_module_input(hgncid)
validate_module_input(chrom, pos_start, pos_end)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.