Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g2452.t1 | GOLGI SNARE BET1-RELATED | 1 | positive |
| g29028.t1 | TTC17 PROTEIN | 0.98 | positive |
| g14416.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 58 | 0.98 | positive |
| g4845.t1 | PROTEIN MCM10 HOMOLOG | 0.98 | positive |
| g1437.t1 | 39A RIBOSOMAL PROTEIN L50, MITOCHONDRIAL | 0.98 | positive |
| g406.t1 | -- | 0.98 | positive |
| g11914.t1 | THIOESTERASE SUPERFAMILY MEMBER-RELATED | 0.98 | positive |
| g29628.t1 | EME1 PROTEIN | 0.98 | positive |
| g12671.t1 | -- | 0.97 | positive |
| g16207.t1 | PROTEIN CBG26694 | 0.97 | positive |
| g12105.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 3 -RELATED | 0.97 | positive |
| g7288.t1 | BRIDGING INTEGRATOR 3 | 0.97 | positive |
| g1064.t1 | MICROSOMAL PROSTAGLANDIN E SYNTHASE-2 | 0.97 | positive |
| g30320.t1 | -- | 0.97 | positive |
| g27348.t1 | -- | 0.97 | positive |
| g9895.t1 | MITOCHONDRIAL RIBOSOMAL PROTEIN S25 | 0.97 | positive |
| g9351.t1 | -- | 0.97 | positive |
| g7219.t1 | TNF RECEPTOR ASSOCIATED FACTOR | 0.97 | positive |
| g5188.t1 | HYDROLETHALUS SYNDROME PROTEIN 1 | 0.97 | positive |
| g11993.t1 | NADH-UBIQUINONE OXIDOREDUCTASE B8 SUBUNIT | 0.97 | positive |
| g9735.t1 | ATAXIN-3-RELATED | 0.97 | positive |
| g8443.t1 | IMPORTIN ALPHA | 0.97 | positive |
| g8042.t1 | TUDOR DOMAIN CONTAINING PROTEIN | 0.97 | positive |
| g14839.t1 | LIPASE | 0.97 | positive |
| g9376.t1 | METHYLTRANSF_11 DOMAIN-CONTAINING PROTEIN | 0.97 | positive |
| g22364.t1 | SIKE FAMILY MEMBER | 0.97 | positive |
| g18450.t1 | CYCLIN-DEPENDENT KINASES REGULATORY SUBUNIT/60S RIBOSOME SUBUNIT BIOGENESIS PROTEIN NIP7 | 0.97 | positive |
| g352.t1 | -- | 0.96 | positive |
| g17935.t1 | NUCLEAR INHIBITOR OF PROTEIN PHOSPHATASE-1 | 0.96 | positive |
| g20364.t1 | NADH-UBIQUINONE OXIDOREDUCTASE B22 SUBUNIT | 0.96 | positive |
| g17393.t1 | INTERFERON ALPHA-INDUCIBLE PROTEIN 27 | 0.96 | 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 181 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.