> 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/references/estimates-1.md).

# Estimates

Real examples to base cost and time estimates on:

<table><thead><tr><th width="289.4609375">Image</th><th width="194.5809326171875">Slide/sequencing/sample number/tissue type/cell counts</th><th>ICA analysis time</th><th>Compute cost on ICA in iCredits</th><th>Local DAM app analysis time</th></tr></thead><tbody><tr><td><img src="/files/vq7PIIX7VzOTwKj5QtqM" alt="" data-size="original"></td><td><ul><li>Small Substrate</li><li>3 lanes 25B</li><li>2 mouse brains (cell counts: 82,706 and 72,062 cells)</li></ul></td><td>4h51min</td><td>61.24</td><td></td></tr><tr><td><img src="/files/xWKQdunG2ITqht1xO8xB" alt="" data-size="original"></td><td><ul><li>Small Substrate</li><li>3 lanes 25B</li><li>2 mouse kidneys (cell counts: 134,735 and 128,678)</li></ul></td><td>5h37m</td><td>76.80</td><td>8h34m</td></tr><tr><td><img src="/files/64T2lpNwRGr6ywP3Ctek" alt="" data-size="original"></td><td><ul><li>Large substrate</li><li>5 lanes 25B</li><li>6 mouse kidneys (cell counts: 109,147, 132,155, 155,254, 110,149, 140,349, 210,452)</li></ul></td><td>9h26m</td><td>134.36</td><td>24h58m</td></tr><tr><td><img src="/files/rpHT8Bts09cUo0JgxAsc" alt="" data-size="original"></td><td><ul><li>Large substrate</li><li>8 lanes 25B</li><li>6 mouse kidneys (cell counts: 220,833, 255,064, 213,872, 195,315, 217,008, 180,362)</li></ul></td><td>12h 22m</td><td>177.06</td><td></td></tr></tbody></table>


---

# 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/references/estimates-1.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.
