Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g9771.t1 | TUMOR NECROSIS FACTOR RECEPTOR | 1 | positive |
| g7597.t1 | EF-HAND CALCIUM-BINDING DOMAIN-CONTAINING PROTEIN 6-RELATED | 0.98 | positive |
| g8753.t1 | -- | 0.98 | positive |
| g21629.t1 | OS05G0345500 PROTEIN | 0.98 | positive |
| g30156.t1 | NEUROLIGIN | 0.98 | positive |
| g10202.t1 | -- | 0.98 | positive |
| g17799.t1 | PIKACHURIN-LIKE PROTEIN | 0.98 | positive |
| g343.t1 | PECANEX | 0.98 | positive |
| g8797.t1 | -- | 0.98 | positive |
| g24067.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.98 | positive |
| g27970.t1 | CARBOHYDRATE SULFOTRANSFERASE | 0.98 | positive |
| g4737.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 105 | 0.98 | positive |
| g7230.t1 | HOMEOBOX PROTEIN NKX | 0.98 | positive |
| g6360.t1 | -- | 0.98 | positive |
| g6706.t1 | -- | 0.98 | positive |
| g10042.t1 | PEPTIDYL-PROLYL CIS-TRANS ISOMERASE CYP26-2, CHLOROPLASTIC | 0.98 | positive |
| g25336.t1 | OXIDASE/PEROXIDASE | 0.97 | positive |
| g15062.t1 | LEUCOKININ RECEPTOR-RELATED | 0.97 | positive |
| g1845.t1 | NEUROPEPTIDE RECEPTOR-RELATED G-PROTEIN COUPLED RECEPTOR | 0.97 | positive |
| g29130.t1 | -- | 0.97 | positive |
| g3564.t1 | -- | 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 87 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.