diff --git a/src/components/LandingPage.jsx b/src/components/LandingPage.jsx index fa090a1..0dbb739 100755 --- a/src/components/LandingPage.jsx +++ b/src/components/LandingPage.jsx @@ -367,7 +367,7 @@ const LandingPage = ({history}) => {
AMI algorithms receive as input a gene network and nodes' activity scores, and report sub-networks (modules) that are putatively biologically active. The biological meaning of such modules is usually explored via functional/enrichment analysis, commonly done against well-established resources such as the Gene Ontology (GO).
We observed that very often GO terms enriched in modules detected by AMI methods are also enriched when the AMI algorithms are run on randomly permuted data.
To tackle this bias, we designed the EMpirical - pipeline (EMP), a method that evaluates the empirical significance of GO terms reported as + Pipeline (EMP), a method that evaluates the empirical significance of GO terms reported as enriched in modules.
We then used EMP to systematically evaluate popular AMI algorithms on a wide-range of criteria. We analyzed two types of omics gene scores: gene expression levels and GWAS gene scores.
@@ -401,10 +401,10 @@ const LandingPage = ({history}) => { style={{cursor: "pointer"}} >- Q: Can I focus only ona subset of module's module? + Q: Can I focus only on a subset of a module's module?
- A: Yes. by selecting particular nodes you can leave only their details shown. multiple node selection can be done using drag-select with the mouse or by holding the ctrl key while clicking on the nodes. To hide the details of all nodes, click on an empty part of the visulation area. To select all the nodes, click on the button "show details for all genes/nodes" + A: Yes. By selecting particular nodes you can leave only their details shown. Multiple node selection can be done using drag-select with the mouse or by holding the ctrl key while clicking on the nodes. To hide the details of all nodes, click on an empty part of the visulation area. To select all the nodes, click on the button "show details for all genes/nodes".
<>