# Gene Expression

The gene expression module offers users a quick way to visualize expression without needing a [`Standard Compute`](/documentation/compute-runtimes/codeless-compute.md) runtime.

## Create gene expression tile

To create a gene expression tile, click on the `Add Gene Expression Tile` button and fill in the form.

* **Subset** (optional)\
  Create a new data slice or select an existing one to visualize expression on a subset of your samples.
* **Gene Input** (required)\
  Manually input comma separate genes or select an existing gene list. The mean expression is used.
* **Group by** (required)\
  Select one or more observations to group your expression values.
* **Color by** (optional)\
  Color each data point with the observation selected.
* **Description** (optional)\
  Provide additional context for your team members.

<figure><img src="/files/rRjqb3NRB49Q91vI3hXn" alt=""><figcaption><p>Add gene expression tile</p></figcaption></figure>

## View existing gene expression tiles

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

Gene expression tiles support sample stratification by z-score. Click on the `View by Sample` button to view the z-score for each gene in your tile, for each sample.

<figure><img src="/files/FG8qGp34jKNHSVus7ZtW" alt=""><figcaption><p>View z-score by sample</p></figcaption></figure>

## Video demonstration

{% embed url="<https://www.loom.com/share/ab87b284b2c14353b3ae111a0defb47a?sid=ad737578-e685-40f7-8e03-764fb55b475f>" %}


---

# 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://documentation.panomics.bio/documentation/analyses/analysis-workbench/gene-expression.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.
