Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g12092.t1 | RIBULOKINASE | 1 | positive |
| g10112.t1 | CENTROSOMAL PROTEIN 2 | 0.99 | positive |
| g3648.t1 | RETICULON-LIKE PROTEIN | 0.99 | positive |
| g16653.t1 | CALCIUM BINDING PROTEIN | 0.99 | positive |
| g2102.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g32102.t1 | EXPANSIN-LIKE PROTEIN 2 | 0.99 | positive |
| g16362.t1 | KELCH PROTEIN | 0.99 | positive |
| g7275.t1 | -- | 0.99 | positive |
| g31167.t1 | LD44762P | 0.99 | positive |
| g34854.t1 | SULFOTRANSFERASE DOMAIN-CONTAINING PROTEIN | 0.99 | positive |
| g7546.t1 | -- | 0.99 | positive |
| g20228.t1 | SOLUTE CARRIER FAMILY 12, CATION COTRANSPORTERS | 0.99 | positive |
| g27864.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.99 | positive |
| g6365.t1 | LANC-LIKE PROTEIN | 0.99 | positive |
| g19265.t1 | -- | 0.99 | positive |
| g18965.t1 | CARBOHYDRATE SULFOTRANSFERASE | 0.99 | positive |
| g17511.t1 | -- | 0.99 | positive |
| g3385.t1 | NOTCH LIGAND FAMILY MEMBER | 0.99 | positive |
| g4055.t1 | -- | 0.99 | positive |
| g3893.t1 | -- | 0.99 | positive |
| g12097.t1 | -- | 0.99 | positive |
| g29041.t1 | REGULATOR OF G PROTEIN SIGNALING | 0.99 | positive |
| g34719.t1 | OPSIN | 0.99 | positive |
| g8334.t1 | -- | 0.99 | positive |
| g18947.t1 | MYOSIN LIGHT CHAIN 1, 3 | 0.99 | positive |
| g1084.t1 | - | 0.99 | positive |
| g27471.t1 | -- | 0.99 | positive |
| g16736.t1 | AMINO ACID TRANSPORTER | 0.98 | positive |
| g185.t1 | IONOTROPIC GLUTAMATE RECEPTOR | 0.98 | positive |
| g4084.t1 | ANTHRAX TOXIN RECEPTOR | 0.98 | positive |
| g10207.t1 | -- | 0.98 | positive |
| g13519.t1 | GRANULIN | 0.98 | positive |
| g32447.t1 | ZGC:174356 | 0.98 | positive |
| g21763.t1 | RETINOL DEHYDROGENASE-RELATED | 0.97 | 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.