> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder.md).

# Results Folder

When analysis completes, the DRAGEN Spatial Transcriptome analysis software generates a results folder at the specified location. To view analysis output, navigate to the analysis output folder and select the files that you want to view.

The results folder contains all the information that should be passed to ICM for downstream analysis per sample.

### Folder Contents:

* Run summary report, HTML with run diagnostics (see [Run Diagnostics](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/run-diagnostics.md))

### Per sample:

* A file for ICM import named {SampleID}\_ICM.tar.gz (see [Data for ICM](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/data-for-icm.md))
* Cell contours, CSV (see [Cell and Nuclei Contours CSVs](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/cell-and-nuclei-contours-csvs.md))
* Nuclei contours, CSV (see [Cell and Nuclei Contours CSVs](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/cell-and-nuclei-contours-csvs.md))
* Image file, OME-TIFF (see [OME-TIFF](/dragen-stratamap/illumina-spatial-image-tool/image-processing/export-sample-files/ome-tiff.md))
* Raw or per-spatial-barcode data in MTX format (see [MTX Files](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/mtx-files.md))
* Cell-binned data in MTX format (see [MTX Files](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/mtx-files.md))
* 10 µm grid-binned data in MTX format (see [MTX Files](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/mtx-files.md))

Optional additional files, based on user input configurations:

* Additional grid-binned MTX files (see [MTX Files](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/mtx-files.md))
* Nuclei-binned data in MTX format (see [MTX Files](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/mtx-files.md))

**Notes:**

See [Global and Local Coordinates](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/global-and-local-coordinates.md) for information about how to align transcript data with OME-TIFFs or contours, since they are in different coordinate systems.

See [Third party tools](/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder/third-party.md) for guidance on analyzing results with popular third-party tools like Scanpy and Seurat.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/dragen-stratamap/dragen-spatial-transcriptome/outputs/results-folder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
