Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g17799.t1 | PIKACHURIN-LIKE PROTEIN | 1 | positive |
| g10187.t1 | TRANSMEMBRANE PROTEIN 117 | 0.99 | positive |
| g520.t1 | VITELLOGENIN RECEPTOR-LIKE PROTEIN-RELATED-RELATED | 0.99 | positive |
| g15256.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g29735.t1 | -- | 0.99 | positive |
| g25713.t1 | -- | 0.98 | positive |
| g17124.t1 | EGF-LIKE DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g19159.t1 | ZGC:194242 | 0.98 | positive |
| g6422.t1 | -- | 0.98 | positive |
| g2069.t1 | COLLAGEN ALPHA | 0.98 | positive |
| g7074.t1 | IDURONATE 2-SULFATASE | 0.98 | positive |
| g343.t1 | PECANEX | 0.98 | positive |
| g27985.t1 | DISCOIDIN, CUB, EGF, LAMININ , AND ZINC METALLOPROTEASE DOMAIN CONTAINING | 0.98 | positive |
| g32332.t1 | CXC DOMAIN-CONTAINING PROTEIN-RELATED | 0.98 | positive |
| g4203.t1 | COLLAGEN ALPHA | 0.98 | positive |
| g25336.t1 | OXIDASE/PEROXIDASE | 0.98 | positive |
| g31620.t1 | CONTACTIN 5 | 0.98 | positive |
| g14614.t1 | TGF-BETA FAMILY | 0.98 | positive |
| g8753.t1 | -- | 0.98 | positive |
| g58.t1 | MONOCARBOXYLATE TRANSPORTER | 0.98 | positive |
| g10497.t1 | DIACYLGLYCEROL O-ACYLTRANSFERASE | 0.98 | positive |
| g9771.t1 | TUMOR NECROSIS FACTOR RECEPTOR | 0.98 | positive |
| g7230.t1 | HOMEOBOX PROTEIN NKX | 0.98 | positive |
| g21477.t1 | RAN GTPASE-ACTIVATING PROTEIN 1 | 0.98 | positive |
| g3564.t1 | -- | 0.98 | positive |
| g4618.t1 | HEPARAN SULFATE SULFOTRANSFERASE | 0.97 | positive |
| g15062.t1 | LEUCOKININ RECEPTOR-RELATED | 0.97 | positive |
| g27726.t1 | P2X PURINOCEPTOR | 0.97 | positive |
| g889.t1 | METABOTROPIC GLUTAMATE RECEPTOR | 0.97 | 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 111 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.