Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g5760.t1 | -- | 1 | positive |
| g20307.t1 | INTERLEUKIN-1 RECEPTOR-ASSOCIATED KINASE 1-BINDING PROTEIN 1 | 0.95 | positive |
| g10540.t1 | SMALL INTEGRAL MEMBRANE PROTEIN 12 | 0.95 | positive |
| g15967.t1 | CULLIN | 0.95 | positive |
| g837.t1 | -- | 0.95 | positive |
| g7938.t1 | RP42 RELATED | 0.94 | positive |
| g17021.t1 | CYSTEINE-RICH PDZ-BINDING PROTEIN | 0.94 | positive |
| g25206.t1 | CYCLIN | 0.93 | positive |
| g7058.t1 | PROTEIN FAM181B | 0.93 | positive |
| g640.t1 | UNCHARACTERIZED | 0.93 | positive |
| g2939.t1 | DIPHOSPHOINOSITOL POLYPHOSPHATE PHOSPHOHYDROLASE | 0.93 | positive |
| g5530.t1 | RHOPHILIN | 0.93 | positive |
| g10498.t1 | DIACYLGLYCEROL O-ACYLTRANSFERASE | 0.93 | positive |
| g27739.t1 | POTASSIUM CHANNEL, SUBFAMILY K | 0.93 | positive |
| g27602.t1 | ACROSIN-RELATED | 0.92 | positive |
| g9971.t1 | CHARGED MULTIVESICULAR BODY PROTEIN | 0.92 | positive |
| g15840.t1 | TNF RECEPTOR ASSOCIATED FACTOR | 0.92 | positive |
| g2026.t1 | DNAJ HOMOLOG SUBFAMILY B MEMBER 2 | 0.91 | positive |
| g27018.t1 | RNA-BINDING MOTIF PROTEIN, X-LINKED 2 | 0.90 | positive |
| g15719.t1 | PYRIDOXAL 5'-PHOSPHATE SYNTHASE SUBUNIT SNZ1-RELATED | 0.90 | positive |
| g36482.t1 | -- | 0.88 | positive |
| g27903.t1 | THAP DOMAIN PROTEIN | 0.81 | 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 81 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.