# How to optimize ICM (Illumina Connected Multiomics) Data Viewer Performance

Data processed by Illumina Connected Multiomics can be highly dimensional. File formats like sparse matrix files can help to condense the data for portability and accessibility. While file size can play a factor in loading times, additional factors such as the data content (e.g the total number of cells or the total number of genes/features) can result in extended loading times when attempting to visualize the data.

To improve visualization loading times, it is recommend to perform filtering to ensure only the desired data is selected. For example, removing any cells with <400 counts excludes potential noise and results in a smaller dataset to load and visualize.

Each dataset can have different considerations, so the optimal settings and value may need to be empirically derived.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                  |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #10030), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000010030%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions: 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:

```
GET https://knowledge.illumina.com/software/illumina-connected-multiomics-icm/software-illumina-connected-multiomics-_op_icm_cp_-reference_material-list/000010030.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
