Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g8720.t1 | LEUCINE-RICH REPEAT AND IQ DOMAIN-CONTAINING PROTEIN 3 | 1 | positive |
| g20418.t1 | SPERM-ASSOCIATED ANTIGEN 6 ARMADILLO REPEAT-CONTAINING | 0.95 | positive |
| g2833.t1 | EF-HAND DOMAIN C-TERMINAL CONTAINING PROTEIN | 0.95 | positive |
| g15705.t1 | -- | 0.94 | positive |
| g17055.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 40 | 0.94 | positive |
| g12741.t1 | KINESIN-RELATED | 0.94 | positive |
| g5068.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 180 | 0.94 | positive |
| g21693.t1 | EF-HAND CALCIUM-BINDING DOMAIN-CONTAINING PROTEIN 12 | 0.94 | positive |
| g17214.t1 | -- | 0.93 | positive |
| g27696.t1 | TSEC-2-RELATED | 0.93 | positive |
| g6552.t1 | UNCHARACTERIZED | 0.93 | positive |
| g34670.t1 | DEOXYRIBONUCLEASE | 0.93 | positive |
| g11601.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 81 | 0.93 | positive |
| g3833.t1 | IMMUNOGLOBULIN-BINDING PROTEIN 1 | 0.92 | positive |
| g554.t1 | TESTIS-EXPRESSED PROTEIN 43 | 0.92 | positive |
| g21032.t1 | -- | 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 40 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.