Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g10484.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 1 | positive |
| g14626.t1 | ATP-BINDING CASSETTE TRANSPORTER SUBFAMILY A ABCA | 0.99 | positive |
| g1988.t1 | HISTAMINE RECEPTOR-RELATED G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g754.t1 | G PROTEIN-COUPLED RECEPTOR | 0.99 | positive |
| g18961.t1 | G-PROTEIN COUPLED RECEPTOR FAMILY 1 MEMBER | 0.99 | positive |
| g16163.t1 | TYROSINE-PROTEIN PHOSPHATASE NON-RECEPTOR TYPE 13 | 0.99 | positive |
| g32376.t1 | LIPOXYGENASE | 0.99 | positive |
| g16328.t1 | ADRENERGIC RECEPTOR-RELATED G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g22393.t1 | SOLUTE CARRIER FAMILY 17 | 0.98 | positive |
| g11164.t1 | -- | 0.98 | positive |
| g17990.t1 | -- | 0.98 | positive |
| g31897.t1 | -- | 0.98 | positive |
| g19262.t1 | -- | 0.98 | positive |
| g17411.t1 | PROTEASE M14 CARBOXYPEPTIDASE | 0.98 | positive |
| g5435.t1 | CARBOHYDRATE SULFOTRANSFERASE | 0.98 | positive |
| g23538.t1 | -- | 0.98 | positive |
| g1846.t1 | -- | 0.98 | positive |
| g8559.t1 | ZGC:174356 | 0.98 | positive |
| g30726.t1 | -- | 0.98 | positive |
| g35343.t1 | -- | 0.98 | positive |
| g10378.t1 | UNCHARACTERIZED | 0.98 | positive |
| g29517.t1 | -- | 0.98 | positive |
| g21880.t1 | SUSHI DOMAIN-CONTAINING PROTEIN 1 | 0.98 | positive |
| g9959.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.97 | positive |
| g20832.t1 | MICRO-RNA BINDING ZINC FINGER CCCH DOMAIN-CONTAINING PROTEIN 7 | 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 64 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.