# Merge differential expression results

## *Why Merge differential expression results*

Plotting fold changes of different data types (mRNA and Protein in this example) together is a common integrative approach in multi-omics studies. By visually examining the scatter plot and specifically looking at the outlier genes, researchers can gain crucial insights into the hierarchy and kinetics of regulation within the biological system being studied. In ICM, this analysis can be performed by running the “*Merge Differential Expression Results*” task.

## *Running Merge differential expression results*

The task can be invoked on any differential analysis results data node.

* Click a data node of differential analysis such as *DESeq2*
* Click the *Exploratory analysis* section of the toolbox
* Click *Merge differential expression results*

<figure><img src="/files/C7WOkBTo0nRMrSxLn5dc" alt="" width="563"><figcaption></figcaption></figure>

* In the task set up page, push the *Select data node* button to pick the right option and hit the *Select* button
* Hit the *Next* button to proceed

<figure><img src="/files/UXed9daBTDq6RXMKGI0b" alt="" width="563"><figcaption></figcaption></figure>

* Select the matching features for each data node

<figure><img src="/files/Igmy4RlCX0Jbo9NjkLEh" alt="" width="563"><figcaption></figcaption></figure>

* Click *Finish* to run

The result is stored under a *Merge results* node. To open it, double click on the node or select the respective *Task report* from the context sensitive menu.

## *Task report*

For this task, the report directly opens a 2D scatter plot in *Data Viewer*. Fold changes of different data types (mRNA and Protein in this example) in *log2* scale are labeled at two axes separately. In the example, mRNA fold change reflects transcriptional activity (gene expression at RNA level); Protein fold change reflects translational and post-translational processes. By plotting them together, one can see how changes in mRNA abundance correlate with protein abundance.

<figure><img src="/files/p5AG0XoeTuO03XRnGfyE" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/icm/analyses/analysis-functionality/task-menu/exploratory-analysis/merge-differential-expression-results.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.
