Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| OS493_005302-T1 | NON-SPECIFIC SERINE/THREONINE PROTEIN KINASE | 1 | positive |
| OS493_028212-T1 | GANGLIOSIDE INDUCED DIFFERENTIATION ASSOCIATED PROTEIN 2-RELATED | 0.76 | positive |
| OS493_006287-T1 | UNCHARACTERIZED | 0.74 | positive |
| OS493_005968-T1 | ALDEHYDE DEHYDROGENASE-RELATED | 0.72 | positive |
| OS493_031326-T1 | ARGININE DEMETHYLASE AND LYSYL-HYDROXYLASE JMJD | 0.72 | positive |
| OS493_003203-T1 | -- | 0.72 | positive |
| OS493_029854-T1 | POLY A -SPECIFIC RIBONUCLEASE/TARGET OF EGR1, MEMBER 1 | 0.71 | positive |
| OS493_034017-T1 | LACTOYLGLUTATHIONE LYASE GLYOXALASE I | 0.71 | positive |
| OS493_009274-T1 | GLUTATHIONE GAMMA-GLUTAMYLCYSTEINYLTRANSFERASE | 0.70 | positive |
| OS493_015906-T1 | NUCLEOPORIN NUP84-RELATED | 0.70 | positive |
| OS493_037978-T1 | OROTATE PHOSPHORIBOSYLTRANSFERASE | 0.70 | positive |
| OS493_008614-T1 | - | 0.70 | positive |
| OS493_021812-T1 | CHOLINE/ETHANOALAMINE KINASE | 0.69 | positive |
| OS493_014736-T1 | MEDIATOR OF RNA POLYMERASE II TRANSCRIPTION SUBUNIT 10 | 0.69 | positive |
| OS493_032440-T1 | -- | 0.68 | positive |
| OS493_012158-T1 | -- | 0.67 | positive |
| OS493_030722-T1 | WD-REPEAT PROTEIN-RELATED | 0.67 | 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 27 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.