Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g27096.t1 | NADH:UBIQUINONE OXIDOREDUCTASE B18-LIKE SUBUNIT | 1 | positive |
| g30885.t1 | TRANSMEMBRANE PROTEIN 246 | 0.96 | positive |
| g8756.t1 | INSULIN GENE ENHANCER PROTEIN | 0.95 | positive |
| g2906.t1 | GRPE PROTEIN | 0.95 | positive |
| g9468.t1 | -- | 0.95 | positive |
| g10132.t1 | BETA-1,3-N-ACETYLGLUCOSAMINYLTRANSFERASE | 0.95 | positive |
| g35722.t1 | NADH-UBIQUINONE OXIDOREDUCTASE SUBUNIT B17.2 | 0.95 | positive |
| g13661.t1 | CIRCADIAN LOCOMOTER OUTPUT CYCLES PROTEIN KAPUT | 0.94 | positive |
| g23527.t1 | NASCENT POLYPEPTIDE ASSOCIATED COMPLEX ALPHA SUBUNIT-RELATED | 0.94 | positive |
| g2217.t1 | NUDIX HYDROLASE RELATED | 0.94 | positive |
| g1312.t1 | GOLGI REASSEMBLY STACKING PROTEIN GRASP | 0.94 | positive |
| g13841.t1 | ZGC:195170 | 0.94 | positive |
| g24804.t1 | -- | 0.94 | positive |
| g911.t1 | KRUEPPEL-LIKE TRANSCRIPTION FACTOR | 0.94 | positive |
| g32287.t1 | GLR0591 PROTEIN | 0.94 | positive |
| g12850.t1 | -- | 0.93 | positive |
| g23363.t1 | COILED-COIL ALPHA-HELICAL ROD PROTEIN 1 | 0.93 | positive |
| g13897.t1 | -- | 0.80 | 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 58 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.