Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g1085.t1 | - | 1 | positive |
| g27014.t1 | CYCLIC NUCLEOTIDE-GATED CATION CHANNEL SUBUNIT A | 0.99 | positive |
| g22433.t1 | SLR5058 PROTEIN | 0.99 | positive |
| g35098.t1 | TRANSIENT RECEPTOR POTENTIAL CHANNEL | 0.99 | positive |
| g19151.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.99 | positive |
| g23638.t1 | CXC2 DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g4013.t1 | GUANYLYL CYCLASE | 0.98 | positive |
| g11798.t1 | CUB DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g3350.t1 | CTX-RELATED TYPE I TRANSMEMBRANE PROTEIN | 0.98 | positive |
| g4014.t1 | GUANYLYL CYCLASE | 0.98 | positive |
| g12819.t1 | VOLTAGE AND LIGAND GATED POTASSIUM CHANNEL | 0.98 | positive |
| g17696.t1 | -- | 0.98 | positive |
| g14969.t1 | RAN BINDING PROTEIN 9-RELATED | 0.98 | positive |
| g32616.t1 | OS06G0237300 PROTEIN | 0.98 | positive |
| g13813.t1 | ATP-BINDING CASSETTE SUB-FAMILY C | 0.98 | positive |
| g28420.t1 | CYSTEINE-RICH SECRETORY PROTEIN-RELATED | 0.98 | positive |
| g28360.t1 | FI19480P1 | 0.98 | positive |
| g33838.t1 | POLYCYSTIN-1 | 0.98 | positive |
| g11499.t1 | ENDO/EXONUCLEASE/PHOSPHATASE DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g20672.t1 | BRCA1-ASSOCIATED PROTEIN | 0.97 | positive |
| g33320.t1 | -- | 0.97 | positive |
| g21934.t1 | HMG DOMAIN-CONTAINING PROTEIN 3 | 0.97 | positive |
| g5303.t1 | -- | 0.95 | 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 74 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.