# Normalizing counts

Because different samples have different total numbers of reads, it would be misleading to calculate differential expression by comparing read count numbers for genes across samples without normalizing for the total number of reads.

* Click the **Filtered counts** data node
* Click **Normalization and scaling** in the task menu
* Click **Normalization** (Figure 1)

<figure><img src="/files/adq1jJGCf8PY0NH4PPy8" alt=""><figcaption><p><em>Figure 1. Invoking Normalization task</em></p></figcaption></figure>

The Normalization task set up page will open (Figure 2).

<figure><img src="/files/8YURULRyBWWsCEi7stR2" alt=""><figcaption><p><em>Figure 2. Normalization task set up page</em></p></figcaption></figure>

Normalization can be performed by samples or by features. By samples is selected by default; this is appropriate for the tutorial data set.

Available normalization methods are listed in the left-hand panel. For more information about these options, please see the [Normalize counts](/partek-flow/tutorials/bulk-rna-seq/normalizing-counts.md) user guide.

For this tutorial, we will use the recommended default normalization settings.

* Select ![Recommended button](/files/549LQxqP0BrU6VF4X30t)

This adds the Median ratio normalization method, which is suitable for performing differential expression analysis using DESeq2 (Figure 3).

<figure><img src="/files/IMP0HWyI7IxAtSpnHkg8" alt=""><figcaption><p><em>Figure 3. Select recommended normalization method</em></p></figcaption></figure>

* Click **Finish** to perform normalization

A Normalize counts task node and a Normalized counts data node are added to the pipeline (Figure 4)

<figure><img src="/files/9jCzyjBIMQiww8thP399" alt=""><figcaption><p><em>Figure 4. Normalize counts task node and Normalized counts data node</em></p></figcaption></figure>

## Additional Assistance

If you need additional assistance, please visit [our support page](http://www.partek.com/support) to submit a help ticket or find phone numbers for regional support.


---

# 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/tutorials/bulk-rna-seq/normalizing-counts.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.
