Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g9752.t1 | GEM-ASSOCIATED PROTEIN 8 | 1 | positive |
| g24867.t1 | 30S 40S RIBOSOMAL PROTEIN | 0.86 | positive |
| g725.t1 | ATP-DEPENDENT RNA HELICASE RHLE-RELATED | 0.85 | positive |
| g30061.t1 | -- | 0.85 | positive |
| g17855.t1 | METHYLOSOME PROTEIN 50 | 0.84 | positive |
| g7827.t1 | CDP-DIACYLGLYCEROL--SERINE O-PHOSPHATIDYLTRANSFERASE | 0.84 | positive |
| g7292.t1 | DNA POLYMERASE THETA, PUTATIVE (AFU_ORTHOLOGUE AFUA_1G05260)-RELATED | 0.83 | positive |
| g1659.t1 | SIGNAL RECOGNITION PARTICLE 9 KDA PROTEIN | 0.83 | positive |
| g2718.t1 | PROTEIN PHOSPHATASE 2C | 0.83 | positive |
| g726.t1 | ATP-DEPENDENT RNA HELICASE RHLE-RELATED | 0.83 | 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 22 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.