Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g36057.t1 | F-BOX ONLY PROTEIN 38 | 1 | positive |
| g8783.t1 | CARBONIC ANHYDRASE | 0.93 | positive |
| g9323.t1 | MPS ONE BINDER KINASE ACTIVATOR-LIKE MOB | 0.93 | positive |
| g6392.t1 | TBP-1 INTERACTING PROTEIN | 0.93 | positive |
| g9712.t1 | -- | 0.92 | positive |
| g29750.t1 | -- | 0.92 | positive |
| g15708.t1 | UNCHARACTERIZED | 0.91 | positive |
| g11118.t1 | SAND PROTEIN-RELATED | 0.91 | positive |
| g9865.t1 | BETA-1,4-GALACTOSYLTRANSFERASE | 0.90 | positive |
| g26652.t1 | WD40 REPEAT PROTEIN | 0.90 | positive |
| g27567.t1 | FANCONI ANEMIA GROUP E PROTEIN | 0.90 | positive |
| g33178.t1 | -- | 0.89 | positive |
| g8582.t1 | PORCUPINE | 0.88 | positive |
| g8439.t1 | UNCHARACTERIZED | 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 33 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.