Skip to content

Commit

Permalink
Just adds a few linkouts -- #27
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtannus committed Dec 5, 2024
1 parent a7f8ef2 commit 22f405c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/components/home/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const faqs = [
<UnorderedList
items={[
<>Co-expressed genes from gene expression profiling experiments</>,
<>Genes involved in specific pathways &#40;e.g., KEGG, Reactome, Gene Ontology&#41;</>,
<>Genes connected in biological networks &#40;e.g., GeneMania, STRING&#41;</>,
<>Genes involved in specific pathways &#40;e.g. <LinkOut href="https://www.kegg.jp/">KEGG</LinkOut>, <LinkOut href="https://reactome.org/">Reactome</LinkOut>, <LinkOut href="https://geneontology.org/">Gene Ontology</LinkOut>&#41;</>,
<>Genes connected in biological networks &#40;e.g. <LinkOut href="https://genemania.org/">GeneMania</LinkOut>, <LinkOut href="https://string-db.org/">STRING</LinkOut>&#41;</>,
<>Shared targets of microRNAs</>,
]}
/>
Expand Down Expand Up @@ -124,7 +124,7 @@ const faqs = [
even if the motif itself is not annotated for a human TF.
</>,
<>
<b>Integration with Cytoscape:</b> iRegulon is also available as a user-friendly <LinkOut href="https://apps.cytoscape.org/apps/iregulon">Cytoscape plugin</LinkOut>,
<b>Integration with Cytoscape:</b> iRegulon is also available as a <LinkOut href="https://apps.cytoscape.org/apps/iregulon">Cytoscape plugin</LinkOut>,
allowing seamless integration of predicted regulatory networks with other biological networks and data analysis tools.
</>,
]}
Expand Down

0 comments on commit 22f405c

Please sign in to comment.