MINERVA v18.0
Manual

Overlays#

Overlays generate custom coloring for elements and interactions in the map.

Working with overlays#

Users can view and download available overlays. By pressing “View”, the background of map automatically changes to Empty to remove any background color so that to have a better emphasis on the overlay’s color. The “Download” button allows you to download the dataset used to generate the overlay.

overlays.png

Overlays of custom colors#

Overlays assign fixed colors to elements. Within a single overlay, more than one color can be assigned to a single element. These multiple colorings will be shown as horizontal stripes. More than one overlay can be viewed at a time, with vertical segments corresponding to each overlay.

After clicking on an element of the map, overlay data for this element are visible in the left panel as one or more horizontal color bars.

custom-color-overlay.png

If an element represents a submap, its coloring summarises to the overlay of the underlying submap.

overlay-submap.png

Overlays by value range#

Overlays can color elements according to values from [-1,1] range. This allows visualisation of experimental data, for instance differentially expressed molecules. For that purpose, expression values have to be normalised to [-1,1] range. Visualised color range can be configured individually for each MINERVA instance.

After clicking on an element of the map, overlay data for this element are visible in the left panel as one or more horizontal color bars, together with the values.

overlay-by-range-value.png

Overlays of genetic variants#

Under development. The ‘genetic variants’ overlay was redesigned and the documentation will be updated soon.

User provided Overlays#

The overlays provided by the user, are private and visible only to the currently logged-in user.

Using the add-overlay-button.png button, users can add their own overlay:

After clicking on upload-button.png button, your overlay will become available in the left panel.

add-overlay.png

Plugins#

Plugins allow users to create client-side custom visualizations, independent of the core functionalities of MINERVA.

By clicking on the plugin-icon.png icon, two panels, left and right, will appear.

plugin.png

Available plugins for all users are uploaded by admins on the MINERVA platform and are listed in the left panel, where users can load each one. Also, each plugin can be selected in the right panel by clicking on the plugin-button.png button.

Additionally, users can supply a URL to a plugin written in JavaScript in the URL field. To learn how to write your own plugins, visit the “Plugin starter kit” repository.

Example plugin: Enter the provided URL into the ‘URL’ field and click the ‘Load’ button:

https://lux1.atcomp.pl/plugins/GSEA/plugin.js

Please find below the list of available plugins, click at plugin’s name for its details.

Name of the plugin Address URL and the short description of the plugin
Map exploration Enhance the visualization and exploration of molecular interaction in the map. https://minerva-service.lcsb.uni.lu/plugins/exploration/plugin.js
GSEA Calculate the enrichment of the elements from the selected overlay in the pathway. https://minerva-service.lcsb.uni.lu/plugins/gsea/plugin.js