Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g7071.t1 | FAM11A, B PROTEIN | 1 | positive |
| g14848.t1 | UBIQUITIN THIOLESTERASE PROTEIN OTUB | 0.97 | positive |
| g27535.t1 | -- | 0.95 | positive |
| g26664.t1 | SPERMATOGENESIS ASSOCIATED 11-RELATED | 0.95 | positive |
| g20491.t1 | CARBON CATABOLITE REPRESSOR PROTEIN 4 | 0.95 | positive |
| g8033.t1 | CENTROMERE PROTEIN L | 0.95 | positive |
| g6363.t1 | NUCLEAR TRANSPORT FACTOR 2 | 0.95 | positive |
| g7567.t1 | GEO07735P1-RELATED-RELATED | 0.94 | positive |
| g17646.t1 | -- | 0.94 | positive |
| g29179.t1 | CARBON CATABOLITE REPRESSOR PROTEIN 4 | 0.94 | positive |
| g31092.t1 | -- | 0.94 | positive |
| g27322.t1 | UNCHARACTERIZED | 0.93 | positive |
| g13350.t1 | TRANSMEMBRANE PROTEIN INDUCED BY TUMOR NECROSIS FACTOR ALPHA | 0.93 | positive |
| g16368.t1 | UBIQUITIN-CONJUGATING ENZYME E2 | 0.93 | positive |
| g22005.t1 | ZINC FINGERS AND HOMEOBOXES PROTEIN 1, ISOFORM 2 | 0.93 | positive |
| g33745.t1 | ANKYRIN REPEAT PROTEIN | 0.92 | positive |
| g17137.t1 | -- | 0.92 | positive |
| g7607.t1 | UNCHARACTERIZED | 0.92 | positive |
| g9051.t1 | ACYL-MALONYL CONDENSING ENZYME-RELATED | 0.91 | positive |
| g27852.t1 | INOSITOL-TETRAKISPHOSPHATE 1-KINASE | 0.91 | positive |
| g27513.t1 | GLUCONOKINASE-RELATED | 0.90 | positive |
| g29092.t1 | CARBON CATABOLITE REPRESSOR PROTEIN 4 | 0.90 | positive |
| g36279.t1 | CELL FATE DETERMINING PROTEIN MAB21-RELATED | 0.89 | positive |
| g3039.t1 | GAMMA-SECRETASE SUBUNIT APH-1 | 0.88 | positive |
| g27909.t1 | TRACE AMINE-ASSOCIATED RECEPTOR 19N-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 89 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.