Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g30393.t1 | IMPORTIN BETA | 1 | positive |
| g12828.t1 | IMPORTIN BETA | 0.98 | positive |
| g1315.t1 | FORKHEAD BOX PROTEIN N3-LIKE PROTEIN-RELATED | 0.96 | positive |
| g24302.t1 | -- | 0.96 | positive |
| g536.t1 | VOLTAGE-DEPENDENT CALCIUM CHANNEL BETA SUBUNIT | 0.96 | positive |
| g14612.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 39 FAMILY MEMBER | 0.96 | positive |
| g6477.t1 | POLYCOMB GROUP PROTEIN | 0.96 | positive |
| g4488.t1 | REMODELING AND SPACING FACTOR 1 | 0.95 | positive |
| g2371.t1 | CALCIUM-TRANSPORTING ATPASE | 0.95 | positive |
| g5570.t1 | NUCLEAR PROTEIN SKIP-RELATED | 0.95 | positive |
| g3049.t1 | ATP SYNTHASE GAMMA-RELATED | 0.94 | positive |
| g27768.t1 | -- | 0.94 | positive |
| g20712.t1 | TUDOR DOMAIN CONTAINING PROTEIN | 0.94 | positive |
| g4806.t1 | KELCH PROTEIN | 0.93 | positive |
| g30392.t1 | ISLET CELL AUTOANTIGEN 1 | 0.93 | positive |
| g27831.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.93 | positive |
| g29392.t1 | SURVIVAL OF MOTOR NEURON-RELATED-SPLICING FACTOR 30-RELATED | 0.91 | positive |
| g29231.t1 | -- | 0.91 | positive |
| g656.t1 | -- | 0.91 | 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 65 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.