From 20872e74d67e8c811528120b49e49a757e5a882d Mon Sep 17 00:00:00 2001 From: Mike Kucera Date: Wed, 12 Jun 2024 09:53:29 -0400 Subject: [PATCH] Update FAQ --- src/client/components/home/content.js | 2 +- src/client/components/home/faq.js | 41 +++++++++++++++++++++------ 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/src/client/components/home/content.js b/src/client/components/home/content.js index 48f14a9..86a5050 100644 --- a/src/client/components/home/content.js +++ b/src/client/components/home/content.js @@ -447,7 +447,7 @@ export function Content({ recentNetworksController }) { Frequently asked questions - If you have anything else you want to ask, reach out to us. + If you have anything else you would like to ask, please reach out to us. diff --git a/src/client/components/home/faq.js b/src/client/components/home/faq.js index 9dd7dfd..4f568fa 100644 --- a/src/client/components/home/faq.js +++ b/src/client/components/home/faq.js @@ -42,13 +42,13 @@ const faqs = [ However, if you still have the original gene list file used as input to GSEA, you can upload the file to EnrichmentMap web and perform a new enrichment analysis. The results will be available much faster than with GSEA.
- Unranked gene list files typically used as input for g:Profiler are currently not supported by the web app. + Unranked gene list files typically used as input for g:Profiler are currently not supported by this web app. , }, { question: <>How long does the enrichment analysis take?, answer: <> - On average it takes 1-2 minutes to create the network from an uploaded file. + On average it takes 1-2 minutes to create a network from an uploaded file. , }, { @@ -64,6 +64,13 @@ const faqs = [ EnrichmentMap will provide the results of the gene rank calculations as well as the enrichment pathways. , }, + { + question: <>What are the analysis parameters?, + answer: <> + The gene set filtering parameters are cutoff parameters used to filter the results of an enrichment analysis.
+ Please download the network images and data and then check the README file for the applied parameters. + , + }, { question: <>What data does the app use?, answer: <> @@ -84,6 +91,29 @@ const faqs = [ , }, + { + question: <>How do I share my network?, + answer: <> + + , + }, + { + question: <>How is my data stored?, + answer: <> + + , + }, { question: <>How do I interpret the EnrichmentMap network?, answer: , }, - { - question: <>What are the analysis parameters?, - answer: <> - The gene set filtering parameters are cutoff parameters used to filter the results of an enrichment analysis.
- Please download the network images and data and then check the README file for the applied parameters. - , - }, { question: <>Can I import my network into Cytoscape?, answer: <>