Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g19976.t1 | PROLINE-SERINE-THREONINE PHOSPHATASE INTERACTING PROTEIN 1 | 1 | positive |
| g3851.t1 | SI:DKEY-256H2.1 | 0.97 | positive |
| g30469.t1 | SH3 MULTIPLE DOMAIN | 0.97 | positive |
| g7920.t1 | ANDROGEN INDUCED INHIBITOR OF PROLIFERATION AS3 / PDS5-RELATED | 0.96 | positive |
| g9879.t1 | MEMBRANE ASSOCIATED GUANYLATE KINASE-RELATED | 0.96 | positive |
| g8000.t1 | E3 UBIQUITIN-PROTEIN LIGASE HECTD3 | 0.96 | positive |
| g35990.t1 | ZINC FINGER CCCH DOMAIN-CONTAINING PROTEIN 14 | 0.96 | positive |
| g5569.t1 | PROTEIN KINASE C, MU | 0.95 | positive |
| g6204.t1 | OLIGOPHRENIN 1 | 0.95 | positive |
| g12279.t1 | WD40 REPEAT PROTEIN 12, 37 | 0.95 | positive |
| g19648.t1 | CENTROMERE PROTEIN E | 0.95 | positive |
| g7802.t1 | ATP-DEPENDENT DNA HELICASE | 0.95 | positive |
| g10331.t1 | DEUBIQUITINATING PROTEIN VCIP135 | 0.95 | positive |
| g10216.t1 | -- | 0.94 | positive |
| g13588.t1 | RHO GUANINE NUCLEOTIDE EXCHANGE FACTOR | 0.94 | positive |
| g22154.t1 | N-FATTY-ACYL-AMINO ACID SYNTHASE/HYDROLASE PM20D1 | 0.92 | 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 62 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.