Main UI
As it is 9described in the previous section, omXplore have several built-in plots. And it may be fastidious to launch each plot function one after one to completely analyze a dataset.
For that purpose, omXplore
has another shiny app, called
view_dataset()
which acts as a hub for plots to facilitate
the analyse of the different assays in a dataset. It is launched as
follows:
The resulting UI is the following:
omXplore
interactive interface with modal.
The interface is divided in three parts.
(A) Choosing the assay
A widget let the user select one of the experiments contained in the dataset.
(B) Select which plot to display
A series of clickable vignettes which represent the different plots available. When the user clicks on a vignette, the corresponding plot is displayed (See are C).
(C) Viewing the plots
The plots are displayed in the same window as the UI (below the
vignettes) or in a modal window, depending of the option used to launch
the Shinyp app (See ?view_dataset
).
omXplore
interactive interface with modal.
When a plot is displayed, it shows the data corresponding to the dataset selected in the widget (of the left side). If this dataset is changed, the plot is automatically updated with the data of the new dataset.