# Single-Cell Clustering

<figure><img src="/files/f1ohch9mQhcw7xGrnDpj" alt=""><figcaption></figcaption></figure>

### UMAP Plot

The UMAP plot allows visualization of individual cells in 2D space to capture the similarities between cells. Louvain clustering is performed to quantify and visualize heterogeneity within the cell population and begin to identify different cell types.&#x20;

### Top Marker Genes

The Top Marker Genes table includes the top 10 marker genes for each cluster of the UMAP. These genes can be used to identify subpopulations that correspond to actual biology. For each gene, the gene name, ENSEMBL gene ID, log2 fold change, and pValue are shown. The contents of the table are also available in CSV format by selecting **Download CSV.**


---

# 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://help.connected.illumina.com/dragen-single-cell-rna/analysis-results/dragen-report/single-cell-clustering.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.
