multiVCtrlUI | R Documentation |
UI for sourcing and selecting datasets
multiVCtrlUI(id, menu = TRUE, upload = TRUE, GEO = TRUE, maxItems = 3L)
id |
Character ID for specifying namespace, see |
menu |
Logical flag, whether to allow a menu for loading stored datasets. |
upload |
Logical flag, whether to allow data upload. |
GEO |
Logical flag, whether to allow pulling data from GEO (beta). |
maxItems |
Integer representing the max number of tracks that can be selected (displayed). |
Controls data views geared towards bioinformatics data.
Multiple high dimensional datasets can be displayed by calling separate instances of
xVUI
modules, with the contents typically laid out in row containers.
The controller UI has three different ways to source the datasets:
Selecting from available pre-processed datasets.
User-uploaded data.
A beta (least-supported) method of retrieving datasets from GEO.
For customization, it is possible make unavailable any of the three sourcing methods, e.g. hide the GEO sourcing option by not displaying the UI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.