Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g32437.t1 | UBIQUITIN-LIKE PROTEASE 4-RELATED | 1 | positive |
| g18327.t1 | PHD-TYPE DOMAIN-CONTAINING PROTEIN | 0.94 | positive |
| g235.t1 | RAS-ASSOCIATING DOMAIN-CONTAINING PROTEIN | 0.92 | positive |
| g30702.t1 | -- | 0.92 | positive |
| g25690.t1 | -- | 0.91 | positive |
| g15473.t1 | GLYCOPROTEIN HORMONE RECEPTOR | 0.91 | positive |
| g3326.t1 | CIRCADIAN PROTEIN CLOCK/ARNT/BMAL/PAS | 0.91 | positive |
| g13794.t1 | PROTEIN PHOSPHATASE 1 REGULATORY SUBUNIT 27 | 0.91 | positive |
| g21161.t1 | TRANSPOSON | 0.90 | positive |
| g32495.t1 | F5/8 TYPE C DOMAIN-CONTAINING PROTEIN-RELATED | 0.89 | positive |
| g22104.t1 | -- | 0.87 | positive |
| g24583.t1 | -- | 0.85 | positive |
| g27294.t1 | APPLE DOMAIN-CONTAINING PROTEIN | 0.84 | 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 23 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.