# Visualization

## How do I order my heatmap by the cell types? <a href="#how-do-i-order-my-heatmap-by-the-cell-types" id="how-do-i-order-my-heatmap-by-the-cell-types"></a>

If you would like specific groups (e.g. cell types) in a certain order, do not perform [Hierarchical clustering](https://help.partek.illumina.com/partek-flow/tutorials/bulk-rna-seq/generating-a-hierarchical-clustering-heatmap) on these cells and instead choose to assign order, then use click and drag to reorder the groups. If you want to remove a group, you can choose to exclude this group in the filtering section. You can still perform [Hierarchical clustering](https://help.partek.illumina.com/partek-flow/tutorials/bulk-rna-seq/generating-a-hierarchical-clustering-heatmap) on the features if you would like to. Hierarchical clustering will force the heatmap to cluster and you would need to click the dendrogram nodes to switch the order. Click [here](https://help.partek.illumina.com/partek-flow/user-manual/task-menu/exploratory-analysis/hierarchical-clustering) for more information.

## How do I display UMAP for each sample in the Data Viewer? <a href="#how-do-i-display-umap-for-each-sample-in-the-data-viewer" id="how-do-i-display-umap-for-each-sample-in-the-data-viewer"></a>

For a multi-sample project, all of the downstream tasks will be run separately if 'Split by sample' was checked when performing the PCA task. Visualization of different samples can be displayed by 'Sample' using the 'Misc' section in the [Axes](https://help.partek.illumina.com/partek-flow/user-manual/data-viewer) card. To show different samples side by side, one can click 'Duplicate plot' first, then use the 'Sample' option to switch the samples.

## Can I visualize fold change values on a heatmap without using a z-score? <a href="#can-i-visualize-fold-change-values-on-a-heatmap-without-using-a-z-score" id="can-i-visualize-fold-change-values-on-a-heatmap-without-using-a-z-score"></a>

Yes, the default settings can be modified by clicking "Configure" in the Advanced settings during task set-up, then change the "feature scaling" option to "none" to plot the values without scaling. For more information related to the heatmap click [here](https://help.partek.illumina.com/partek-flow/user-manual/task-menu/exploratory-analysis/hierarchical-clustering).

## Why don't I see Flip mode on the heatmap? Why can't I download all of the data after zooming? <a href="#why-dont-i-see-flip-mode-on-the-heatmap-why-cant-i-download-all-of-the-data-after-zooming" id="why-dont-i-see-flip-mode-on-the-heatmap-why-cant-i-download-all-of-the-data-after-zooming"></a>

The Flip mode and download all data options are disabled if there are more than 2.5 million values (rows x columns) in the heatmap.

## How to label gene names on volcano plot? <a href="#how-to-label-gene-names-on-volcano-plot" id="how-to-label-gene-names-on-volcano-plot"></a>

By default, genes are selected if the p-value is <=0.05 and |fold change| >=2 and when the number of selected genes is less than 2000 genes, they will be labeled. You can click on Style button in Configure section, choose a gene annotation field from the Label by drop-down list to change the label. If you number of selected genes is select less than or equal to 100, Partek Flow will try to spread out labels as much as possible to clearly display the labels. If number of selected genes is more than 100, labels will be next to the selected genes, there will be overlaps where genes are close together. If there are more than 2000 genes selected, no label will be displayed.

If you click any blank space, you can turn off select and use different selection mode button on the vertical bar on the upper-right corner of the plot to manually select dots on the plot.


---

# 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.partek.illumina.com/partek-flow/frequently-asked-questions/visualization.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.
