Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g4985.t1 | VOLTAGE-GATED POTASSIUM CHANNEL | 1 | positive |
| g17731.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.99 | positive |
| g7906.t1 | POLYCYSTIN FAMILY MEMBER | 0.98 | positive |
| g9356.t1 | -- | 0.98 | positive |
| g27469.t1 | COLLAGEN ALPHA | 0.98 | positive |
| g17349.t1 | -- | 0.98 | positive |
| g7296.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 0.98 | positive |
| g4893.t1 | VACUOLAR PROTEIN SORTING-ASSOCIATED PROTEIN VPS13 | 0.98 | positive |
| g8732.t1 | CALCIUM-ACTIVATED POTASSIUM CHANNEL ALPHA CHAIN | 0.98 | positive |
| g5310.t1 | -- | 0.98 | positive |
| g24762.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 0.98 | positive |
| g22665.t1 | VOLTAGE-GATED POTASSIUM CHANNEL | 0.98 | positive |
| g3235.t1 | DYNEIN HEAVY CHAIN | 0.98 | positive |
| g2688.t1 | CYSTEINE PROTEASE FAMILY C1-RELATED | 0.98 | positive |
| g1470.t1 | -- | 0.98 | positive |
| g31247.t1 | MICROFIBRIL-ASSOCIATED GLYCOPROTEIN 3 | 0.98 | positive |
| g6889.t1 | -- | 0.98 | positive |
| g10340.t1 | -- | 0.98 | positive |
| g15146.t1 | VOLTAGE-GATED POTASSIUM CHANNEL | 0.97 | positive |
| g22525.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN (AFU_ORTHOLOGUE AFUA_6G03870) | 0.97 | 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 54 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.