Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g2607.t1 | SMALL UBIQUITIN-RELATED MODIFIER | 1 | positive |
| g1694.t1 | HISTONE H2A | 0.95 | positive |
| g4582.t1 | TIM23 | 0.92 | positive |
| g31356.t1 | PRE-MRNA CLEAVAGE FACTOR IM, 25KD SUBUNIT | 0.91 | positive |
| g26492.t1 | HISTONE DEACETYLASE 2-RELATED | 0.90 | positive |
| g32747.t1 | -- | 0.90 | positive |
| g100.t1 | ALANINE--GLYOXYLATE AMINOTRANSFERASE 2, MITOCHONDRIAL | 0.89 | positive |
| g873.t1 | ATP-DEPENDENT RNA HELICASE DBP3 | 0.89 | positive |
| g25880.t1 | -- | 0.89 | positive |
| g17732.t1 | UNR PROTEIN N-RAS UPSTREAM GENE PROTEIN | 0.88 | positive |
| g17245.t1 | ZINC FINGER RNA-BINDING PROTEIN | 0.88 | positive |
| g24284.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR SUI1 | 0.88 | positive |
| g35610.t1 | SERINE/ARGININE RICH SPLICING FACTOR | 0.87 | positive |
| g35126.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 3 SUBUNIT J | 0.87 | positive |
| g3918.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 2C | 0.87 | positive |
| g8842.t1 | GALACTOSE OXIDASE/KELCH REPEAT PROTEIN-RELATED | 0.86 | positive |
| g32595.t1 | UNR PROTEIN N-RAS UPSTREAM GENE PROTEIN | 0.85 | positive |
| g13223.t1 | -- | 0.85 | positive |
| g11706.t1 | SER/THR PROTEIN KINASE-TRB | 0.84 | positive |
| g4792.t1 | HIGH MOBILITY GROUP PROTEINS HMG-A AND C | 0.82 | positive |
| g11562.t1 | ADP-RIBOSYLATION FACTOR-LIKE PROTEIN 2-RELATED | 0.82 | positive |
| g2297.t1 | ZYX102 PROTEIN | 0.79 | positive |
| g31047.t1 | T-COMPLEX-ASSOCIATED-TESTIS-EXPRESSED 1/ DYNEIN LIGHT CHAIN | 0.75 | positive |
What this does. Everything above treats every gene the same way. Dynamic Expression View redraws this same network but colours each node by how much that gene changes between two conditions, so you can see which part of the network responds. It needs one input the network itself does not carry: a per-gene expression ratio.
Where the ratio comes from. CnidoSite holds an RNA-seq expression matrix for this species, so the ratio can be built here rather than elsewhere: pick the samples for each side of your comparison and every gene gets log2((mean of group A + 1) / (mean of group B + 1)). This network has 111 gene pairs and one run of Dynamic Expression View draws at most 10, so the button below carries the 10 with the strongest |PCC|.
GeneA GeneB, one pair per line. Its step 3 still needs the expression ratios.