Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g28082.t1 | PERIODIC TRYPTOPHAN PROTEIN 1 | 1 | positive |
| g99.t1 | POLY ADP-RIBOSE GLYCOHYDROLASE | 0.96 | positive |
| g14336.t1 | UNCHARACTERIZED | 0.94 | positive |
| g27368.t1 | UNCHARACTERIZED | 0.93 | positive |
| g4790.t1 | NUCLEOLAR GTP-BINDING PROTEIN 1 | 0.93 | positive |
| g27456.t1 | -- | 0.92 | positive |
| g3908.t1 | RING FINGER PROTEIN-RELATED | 0.92 | positive |
| g1080.t1 | RAS GTPASE-ACTIVATING PROTEINS | 0.92 | positive |
| g26105.t1 | UNCHARACTERIZED | 0.92 | positive |
| g11264.t1 | PRE-MRNA SPLICING FACTOR | 0.91 | positive |
| g28263.t1 | NADH-UBIQUINONE OXIDOREDUCTASE 39 KDA SUBUNIT-RELATED | 0.91 | positive |
| g15387.t1 | 50S RIBOSOMAL PROTEIN L15 | 0.91 | positive |
| g3060.t1 | - | 0.91 | positive |
| g28409.t1 | F-BOX ONLY PROTEIN 3 | 0.91 | positive |
| g25529.t1 | -- | 0.90 | positive |
| g30848.t1 | CWF19, CELL CYCLE CONTROL PROTEIN | 0.90 | positive |
| g5520.t1 | -- | 0.89 | positive |
| g28890.t1 | PROTEIN MIS12 HOMOLOG | 0.89 | positive |
| g19260.t1 | GEO13361P1-RELATED | 0.88 | positive |
| g15599.t1 | -- | 0.88 | positive |
| g8343.t1 | SIGNAL PEPTIDASE COMPLEX CATALYTIC SUBUNIT SEC11 | 0.87 | 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 60 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.