From cf080b254362d8073c0c2dd7d1f3f28a2bdb1b51 Mon Sep 17 00:00:00 2001 From: oshorawal <43241051+oshorawal@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:31:16 -0500 Subject: [PATCH] "Added whats new section" --- docs/tutorials/network-control.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/network-control.md b/docs/tutorials/network-control.md index 09d7e6a..95f9a4c 100644 --- a/docs/tutorials/network-control.md +++ b/docs/tutorials/network-control.md @@ -7,7 +7,7 @@ nav_order: 3 # Network Controls -Welcome to the third tutorial of PhosNetVis, where we will learn how to control and modify network visualizations. In this tutorial, we will cover various features that allow users to customize their network visualization as per their requirements. **Let's get started!** +Welcome to the third tutorial of PhosNetVis, where we will learn how to control and modify network visualizations. In this tutorial, we will cover various features that allow users to customize their network visualization as per their requirements. **Let's get started!**, make sure to also check the what's new section in the bottom. *** @@ -50,6 +50,13 @@ Welcome to the third tutorial of PhosNetVis, where we will learn how to control ![](../../assets/images/control-tutorial/cont-step5.gif) +*** +## What's new ? + +### Step #6 + +**Gene Enrichment Analysis:** To do the gene enrichment of all the nodes in the network, click on the "Send genes to Enrichr" button in the Gene Enrichment Analysis section. Once the button is clicked a new Enrichr window will pop up with all the nodes which were there in the network. If there are protein accession Ids in the network instead of gene Ids, the function will take little extra seconds to map the protein accession Ids to gene Ids using the UniProt Api and then sends the corresponding gene Ids to the enrichr. Pathway analysis can be done on the Enrichr. + *** ## Final Words