Skip to main content
Version: 2026.08-beta

Export data

  1. Click on .

  2. Navigate to the right folder in the navigation area or an entry in the data manager.

  3. Right-click on the folder(s)/entry/entries

  4. Select Export.

Below is a simple example showcasing how to export the glomeruli detection data on a single tissue slide after running a glomeruli detection app. To export data from several slides at once, use Ctrl + Click to select the desired slides, then right-click and choose Export. To export an entire folder, right-click on the selected folder (step 2) and select Export from there.

Once clicking Export the following options are available:

OptionDescription
Export OverlaysExports the overlays for the selected entry/entries. Depending on the chosen file format, it is possible to select all layers, solely labels and ROIs, or solely ROI layers.
Export ImageExports each selected entry/entries as an OME TIFF (*.tif) in the export location regardless of original image format
Export ResultsDetermine whether numerical values are exported by toggling Numerical Variables (.tsv), and, if so, whether they are exported as a file per image or as a single file for all images.
Folder StructureAt which level the folder structure is considered. See example below.
Export APPsExports the APPs for the selected entry/entries.
Export toLocation of the exported data.
  1. Once the settings have been configured, click Export in the bottom right corner to export the data.

Folder Structure

The difference between the three folder structures is best illustrated with an example. Below, two subfolders are highlighted, and data from the slides within these folders are to be exported.

The first dataset is located under: 1Analysis of Tissue → 1deep_learning → Context Aware Region Mapping → control_data → control_no_CARM

The second dataset is located under: 1Analysis of Tissue → 1deep_learning → Context Aware Region Mapping → NewBrains → Simple_newBrain

Selecting lowest common study will create a folder structure starting from the lowest shared folder.

Context Aware Region Mapping
├── control_data
│ └── control_no_CARM
│ └── Exported_Data
└── NewBrains
└── Simple_newBrain
└── Exported_Data

Selecting selected studies will create a folder structure that include only the folders where the data is stored.

control_no_CARM
└── Exported_Data

Simple_newBrain
└── Exported_Data

Selecting global root study will create a folder structure starting from the highest-level root folder, including all intermediate folders down to where the data originates.

1Analysis of Tissue
└── 1deep_learning
└── Context Aware Region Mapping
├── control_data
│ └── control_no_CARM
│ └── Exported_Data
└── NewBrains
└── Simple_newBrain
└── Exported_Data