Skip to content

Commit

Permalink
Just moves the "analysis parameters" question to right after the "NES…
Browse files Browse the repository at this point in the history
…" one -- #169
  • Loading branch information
chrtannus committed Apr 23, 2024
1 parent 5a4af95 commit c259635
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/client/components/home/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ const faqs = [
<li>Node color represents the NES of each pathway&mdash;blue for positive NES value and red for negative.</li>
</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: <>What does NES mean?</>,
answer: <>
Expand All @@ -108,6 +101,13 @@ 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 c259635

Please sign in to comment.