# scRNA-seq Data Visualization Methods

Visualizing single-cell RNA-seq (scRNA-seq) data is crucial for understanding the complex patterns and relationships within cellular populations. Effective visualization techniques help in identifying clusters, discovering new cell types, and interpreting differential expression results. \
\
We have already explored some visualization methods in the basic scRNA-seq data analysis workflow tutorials. For a deeper dive into various visualization techniques, you can follow the tutorials below.&#x20;

### Seurat

{% embed url="<https://satijalab.org/seurat/articles/visualization_vignette>" %}

### scanpy

{% embed url="<https://scanpy-tutorials.readthedocs.io/en/latest/plotting/core.html>" %}


---

# 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://edu.abi.am/ngs-data-analysis-and-functional-genomics/single-cell-sequencing-and-data-analysis/scrna-seq-data-visualization-methods.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.
