Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g13630.t1 | - | 1 | positive |
| g6326.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 4E TRANSPORTER | 0.95 | positive |
| g14350.t1 | SH3 AND MULTIPLE ANKYRIN REPEAT DOMAINS PROTEIN | 0.94 | positive |
| g27157.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 171 | 0.94 | positive |
| g9756.t1 | PDZ DOMAIN-CONTAINING PROTEIN 8 | 0.94 | positive |
| g3272.t1 | UROCANATE HYDRATASE | 0.93 | positive |
| g4487.t1 | -- | 0.93 | positive |
| g10462.t1 | NIPPED-B-LIKE PROTEIN DELANGIN SCC2-RELATED | 0.92 | positive |
| g7126.t1 | 4.1 G PROTEIN | 0.92 | positive |
| g9303.t1 | SERUM RESPONSE FACTOR HOMOLOG | 0.92 | positive |
| g22614.t1 | -- | 0.92 | positive |
| g7348.t1 | -- | 0.91 | positive |
| g20715.t1 | F-BOX ONLY PROTEIN 3 | 0.91 | positive |
| g31351.t1 | CHOLESTEROL OXIDASE | 0.90 | positive |
| g8050.t1 | SH3 DOMAIN-BINDING PROTEIN 5 | 0.90 | positive |
| g12374.t1 | SERINE/THREONINE-PROTEIN KINASE TNNI3K-RELATED | 0.87 | positive |
| g28705.t1 | RIBOSOMAL PROTEIN S6 KINASE | 0.87 | positive |
| g14924.t1 | LEUCINE AMINOPEPTIDASE-RELATED | 0.85 | 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 80 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.