Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g3318.t1 | -- | 1 | positive |
| g16764.t1 | YY1 ASSOCIATED PROTEIN-RELATED | 0.97 | positive |
| g10331.t1 | DEUBIQUITINATING PROTEIN VCIP135 | 0.96 | positive |
| g5818.t1 | CYCLIC-AMP RESPONSE ELEMENT BINDING PROTEIN | 0.96 | positive |
| g6430.t1 | SWAP-70 RECOMBINASE | 0.96 | positive |
| g13996.t1 | SYNTENIN RELATED | 0.95 | positive |
| g16763.t1 | -- | 0.95 | positive |
| g17147.t1 | -- | 0.95 | positive |
| g12187.t1 | -- | 0.95 | positive |
| g35990.t1 | ZINC FINGER CCCH DOMAIN-CONTAINING PROTEIN 14 | 0.95 | positive |
| g4161.t1 | MULTICOPPER OXIDASE-RELATED | 0.95 | positive |
| g16192.t1 | -- | 0.95 | positive |
| g3319.t1 | RETINOIC ACID INDUCED 1/TRANSCRIPTION FACTOR 20 | 0.95 | positive |
| g9759.t1 | TRANSCRIPTIONAL REPRESSOR PROTEIN YY | 0.95 | positive |
| g9039.t1 | ZINC FINGER SWIM DOMAIN CONTAINING PROTEIN 4, 5, 6 | 0.95 | positive |
| g6573.t1 | -- | 0.95 | positive |
| g27562.t1 | E3 UBIQUITIN-PROTEIN LIGASE TRIP12 | 0.94 | positive |
| g27405.t1 | -- | 0.94 | positive |
| g2997.t1 | METHYL-CPG BINDING PROTEIN, DROSOPHILA | 0.94 | positive |
| g2388.t1 | HELICASE SRCAP-RELATED | 0.94 | positive |
| g3429.t1 | MUCIN 4-RELATED | 0.93 | positive |
| g14883.t1 | MULTIPLE PDZ DOMAIN PROTEIN | 0.93 | positive |
| g29392.t1 | SURVIVAL OF MOTOR NEURON-RELATED-SPLICING FACTOR 30-RELATED | 0.92 | positive |
| g7417.t1 | -- | 0.92 | 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 89 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.