Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g16653.t1 | CALCIUM BINDING PROTEIN | 1 | positive |
| g3648.t1 | RETICULON-LIKE PROTEIN | 0.99 | positive |
| g34854.t1 | SULFOTRANSFERASE DOMAIN-CONTAINING PROTEIN | 0.99 | positive |
| g27588.t1 | MYOTROPHIN | 0.99 | positive |
| g2102.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g5935.t1 | -- | 0.99 | positive |
| g6365.t1 | LANC-LIKE PROTEIN | 0.99 | positive |
| g12092.t1 | RIBULOKINASE | 0.99 | positive |
| g1953.t1 | -- | 0.99 | positive |
| g31603.t1 | -- | 0.99 | positive |
| g16362.t1 | KELCH PROTEIN | 0.99 | positive |
| g4055.t1 | -- | 0.99 | positive |
| g14893.t1 | PROTEIN CBR-CLEC-78 | 0.99 | positive |
| g18965.t1 | CARBOHYDRATE SULFOTRANSFERASE | 0.99 | positive |
| g27106.t1 | AGAP001623-PA | 0.99 | positive |
| g19265.t1 | -- | 0.99 | positive |
| g23002.t1 | CYTOCHROME P450 FAMILY 3 | 0.99 | positive |
| g14390.t1 | -- | 0.99 | positive |
| g34678.t1 | -- | 0.99 | positive |
| g10057.t1 | HOMEOBOX PROTEIN GBX | 0.99 | positive |
| g3385.t1 | NOTCH LIGAND FAMILY MEMBER | 0.99 | positive |
| g9390.t1 | MULTIPLE INOSITOL POLYPHOSPHATE PHOSPHATASE-RELATED | 0.99 | positive |
| g2375.t1 | ANK_REP_REGION DOMAIN-CONTAINING PROTEIN | 0.99 | positive |
| g28319.t1 | CYSTEINE-RICH SECRETORY PROTEIN-RELATED | 0.99 | positive |
| g4084.t1 | ANTHRAX TOXIN RECEPTOR | 0.99 | positive |
| g34691.t1 | CONTACTIN 5 | 0.99 | positive |
| g14798.t1 | T-BOX PROTEIN-RELATED | 0.99 | positive |
| g25495.t1 | G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g8334.t1 | -- | 0.99 | positive |
| g2583.t1 | POTASSIUM CHANNEL, SUBFAMILY K | 0.99 | positive |
| g34676.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g12983.t1 | -- | 0.98 | positive |
| g4242.t1 | USP DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g15452.t1 | RAS-ASSOCIATING DOMAIN-CONTAINING PROTEIN | 0.97 | positive |
| g4750.t1 | -- | 0.92 | 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 149 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.