Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g4008.t1 | IQ DOMAIN-CONTAINING PROTEIN D | 1 | positive |
| g3593.t1 | TEKTIN | 0.98 | positive |
| g10212.t1 | -- | 0.97 | positive |
| g7959.t1 | P25 ALPHA-RELATED | 0.97 | positive |
| g12332.t1 | ZINC FINGER C2HC DOMAIN-CONTAINING PROTEIN 1C | 0.97 | positive |
| g479.t1 | -- | 0.97 | positive |
| g34943.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.97 | positive |
| g16558.t1 | UBIQUITIN LIGASE SPECIFICITY FACTOR/HREP PROTEIN | 0.97 | positive |
| g12809.t1 | -- | 0.97 | positive |
| g16565.t1 | DISCOIDIN, CUB, EGF, LAMININ , AND ZINC METALLOPROTEASE DOMAIN CONTAINING | 0.97 | positive |
| g34657.t1 | RING FINGER AND SWIM DOMAIN-CONTAINING PROTEIN 2 | 0.97 | positive |
| g18433.t1 | DUAL SPECIFICITY PROTEIN KINASE | 0.97 | positive |
| g27720.t1 | ARMADILLO-TYPE FOLD-RELATED | 0.97 | positive |
| g5355.t1 | RBPJ-INTERACTING AND TUBULIN-ASSOCIATED PROTEIN 1 | 0.96 | positive |
| g9891.t1 | AGAP001331-PA-RELATED | 0.96 | positive |
| g20310.t1 | PARKIN COREGULATED GENE PROTEIN PARK2 COREGULATED | 0.96 | positive |
| g10580.t1 | -- | 0.96 | positive |
| g25420.t1 | RAS-ASSOCIATING DOMAIN-CONTAINING PROTEIN | 0.96 | positive |
| g1441.t1 | 2-5 OLIGOADENYLATE SYNTHETASE | 0.96 | positive |
| g13418.t1 | SHIPPO-1-RELATED | 0.96 | positive |
| g20418.t1 | SPERM-ASSOCIATED ANTIGEN 6 ARMADILLO REPEAT-CONTAINING | 0.96 | positive |
| g2535.t1 | N-ACETYLGLUCOSAMINYLTRANSFERASE VI | 0.96 | positive |
| g7896.t1 | TRANSCRIPTION ELONGATION FACTOR A | 0.95 | positive |
| g23825.t1 | SPRY DOMAIN CONTAINING SOCS BOX PROTEIN | 0.95 | positive |
| g27696.t1 | TSEC-2-RELATED | 0.95 | positive |
| g2545.t1 | PHOSPHATIDYLINOSITOL-GLYCAN BIOSYNTHESIS CLASS F PROTEIN-RELATED | 0.95 | positive |
| g33520.t1 | SLR5058 PROTEIN | 0.94 | positive |
| g2377.t1 | -- | 0.94 | positive |
| g624.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 103 | 0.93 | positive |
| g16170.t1 | REVERSE TRANSCRIPTASE DOMAIN-CONTAINING PROTEIN | 0.91 | positive |
| g26624.t1 | THAP DOMAIN PROTEIN | 0.88 | positive |
| g3847.t1 | IONOTROPIC GLUTAMATE RECEPTOR | 0.88 | 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 126 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.