Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| OS493_024862-T1 | NADH DEHYDROGENASE UBIQUINONE 1 ALPHA SUBCOMPLEX SUBUNIT 13 | 1 | positive |
| OS493_034988-T1 | NADH-UBIQUINONE OXIDOREDUCTASE SUBUNIT B | 0.97 | positive |
| OS493_036810-T1 | NADH-UBIQUINONE OXIDOREDUCTASE 39 KDA SUBUNIT-RELATED | 0.96 | positive |
| OS493_010098-T1 | NADH DEHYDROGENASE UBIQUINONE IRON-SULFUR PROTEIN 3 | 0.96 | positive |
| OS493_035603-T1 | CYTOCHROME C1 | 0.96 | positive |
| OS493_017210-T1 | RAB FAMILY | 0.96 | positive |
| OS493_031300-T1 | TRANSCRIPTION INITIATION FACTOR TFIID SUBUNIT 8 | 0.96 | positive |
| OS493_018301-T1 | NADH-UBIQUINONE OXIDOREDUCTASE 49 KDA SUBUNIT | 0.95 | positive |
| OS493_016296-T1 | NADH DEHYDROGENASE | 0.95 | positive |
| OS493_006466-T1 | T-COMPLEX-ASSOCIATED-TESTIS-EXPRESSED 1/ DYNEIN LIGHT CHAIN | 0.95 | positive |
| OS493_016396-T1 | -- | 0.95 | positive |
| OS493_036410-T1 | METHYL-CPG BINDING PROTEIN, MBD | 0.94 | positive |
| OS493_022302-T1 | RNA BINDING MOTIF RBM PROTEIN -RELATED | 0.91 | positive |
| OS493_010285-T1 | E3 UBIQUITIN-PROTEIN LIGASE PPP1R11-RELATED | 0.87 | 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 31 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.