Skip to content

Commit

Permalink
Update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Jun 12, 2024
1 parent 12ddd6f commit 20872e7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/client/components/home/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export function Content({ recentNetworksController }) {
<Container maxWidth="lg" className={classes.sectionContainer}>
<Typography variant="h2" className={classes.sectionTitle}>Frequently asked questions</Typography>
<Typography className={classes.sectionDescription}>
If you have anything else you want to ask, <LinkOut href="https://baderlab.org/">reach out to us</LinkOut>.
If you have anything else you would like to ask, please <LinkOut href="https://baderlab.org/">reach out to us</LinkOut>.
</Typography>
<Faq />
</Container>
Expand Down
41 changes: 32 additions & 9 deletions src/client/components/home/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br />
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.
</>,
},
{
Expand All @@ -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.<br />
Please download the network images and data and then check the <code>README</code> file for the applied parameters.
</>,
},
{
question: <>What data does the app use?</>,
answer: <>
Expand All @@ -84,6 +91,29 @@ const faqs = [
</ul>
</>,
},
{
question: <>How do I share my network?</>,
answer: <>
<ul style={ulStyle}>
<li>To share your results with others, copy the URL in the browser address bar and send it via email or text.</li>
<li>The network URL contains a unique code that allows access to your results. There is no way to access your results without its URL.</li>
<li>Anyone with the URL will be able to see your results and make changes to the network layout.</li>
</ul>
</>,
},
{
question: <>How is my data stored?</>,
answer: <>
<ul style={ulStyle}>
<li>Your uploaded data file and the resulting enrichment analysis data is stored on our servers. We will not share this data with anyone,
and there is nothing connecting the data with your personal information. The data will be shared over time to make it conveniently accessible
to you, but older results may be deleted if we need to free space for new analyses.
</li>
<li>We use industry-standard technology to protect the security of the app and user data.</li>
<li>Your data is private by default. Others can access your data or results only if you share the URL with them.</li>
</ul>
</>,
},
{
question: <>How do I interpret the EnrichmentMap network?</>,
answer: <ul style={ulStyle}>
Expand All @@ -104,13 +134,6 @@ const faqs = [
</ul>
</>,
},
{
question: <>What are the analysis parameters?</>,
answer: <>
The gene set filtering parameters are cutoff parameters used to filter the results of an enrichment analysis.<br />
Please download the network images and data and then check the <code>README</code> file for the applied parameters.
</>,
},
{
question: <>Can I import my network into Cytoscape?</>,
answer: <>
Expand Down

0 comments on commit 20872e7

Please sign in to comment.