Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g32453.t1 | -- | 1 | positive |
| g6532.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 87 | 0.97 | positive |
| g35035.t1 | OXYSTEROL-BINDING PROTEIN-RELATED | 0.96 | positive |
| g4778.t1 | CELL DIVISION PROTEIN KINASE | 0.96 | positive |
| g27203.t1 | WD40 REPEAT PROTEIN | 0.96 | positive |
| g10452.t1 | CHROMOSOME-ASSOCIATED KINESIN KIF4A-RELATED | 0.95 | positive |
| g28014.t1 | SERINE-THREONINE PROTEIN KINASE | 0.95 | positive |
| g27195.t1 | -- | 0.95 | positive |
| g8857.t1 | AGAP004327-PA | 0.95 | positive |
| g23802.t1 | -- | 0.95 | positive |
| g18377.t1 | THREONINE DEHYDRATASE, MITOCHONDRIAL-RELATED | 0.95 | positive |
| g27894.t1 | HISTIDINE TRIAD HIT PROTEIN | 0.94 | positive |
| g3368.t1 | POLYKETIDE SYNTHASE-RELATED | 0.94 | positive |
| g15492.t1 | DDRGK DOMAIN-CONTAINING PROTEIN 1 | 0.94 | positive |
| g33158.t1 | ZGC:158260 | 0.94 | positive |
| g635.t1 | 1-PHOSPHATIDYLINOSITOL 3-PHOSPHATE 5-KINASE-RELATED | 0.94 | positive |
| g20918.t1 | PECANEX | 0.94 | positive |
| g16277.t1 | SPECTRIN/FILAMIN RELATED CYTOSKELETAL PROTEIN | 0.94 | positive |
| g4157.t1 | LOC361192 | 0.93 | positive |
| g6144.t1 | E3 UBIQUITIN-PROTEIN LIGASE UBR7 | 0.93 | positive |
| g34589.t1 | -- | 0.93 | positive |
| g27137.t1 | -- | 0.93 | positive |
| g15020.t1 | PROTOHEME IX FARNESYLTRANSFERASE, MITOCHONDRIAL | 0.93 | positive |
| g2792.t1 | HOMEOBOX PROTEIN NKX | 0.92 | positive |
| g31858.t1 | CILIA- AND FLAGELLA-ASSOCIATED PROTEIN 99 | 0.91 | positive |
| g34704.t1 | FERRITIN | 0.89 | positive |
| g2780.t1 | BUCENTAUR RELATED | 0.71 | 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 141 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.