Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g7280.t1 | AMILORIDE-SENSITIVE SODIUM CHANNEL-RELATED | 1 | positive |
| g5747.t1 | ATAXIA TELANGIECTASIA MUTATED ATM -RELATED | 0.99 | positive |
| g3872.t1 | PROLINE-RICH TRANSMEMBRANE PROTEIN 4-RELATED | 0.99 | positive |
| g19186.t1 | TNF RECEPTOR ASSOCIATED FACTOR | 0.99 | positive |
| g4434.t1 | FIBRINOGEN/TENASCIN/ANGIOPOEITIN | 0.99 | positive |
| g27014.t1 | CYCLIC NUCLEOTIDE-GATED CATION CHANNEL SUBUNIT A | 0.99 | positive |
| g27514.t1 | TRANSLATION ELONGATION FACTOR-RELATED | 0.99 | positive |
| g17191.t1 | G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g22433.t1 | SLR5058 PROTEIN | 0.99 | positive |
| g4055.t1 | -- | 0.99 | positive |
| g22956.t1 | -- | 0.99 | positive |
| g17435.t1 | VON WILLEBRAND FACTOR A DOMAIN-CONTAINING PROTEIN 5A | 0.99 | positive |
| g16747.t1 | -- | 0.99 | positive |
| g9429.t1 | RING FINGER AND CHY ZINC FINGER DOMAIN-CONTAINING PROTEIN 1 | 0.99 | positive |
| g4327.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.99 | positive |
| g8850.t1 | -- | 0.99 | positive |
| g2538.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.98 | positive |
| g5542.t1 | XANTHINE DEHYDROGENASE | 0.98 | positive |
| g2384.t1 | SET AND MYND DOMAIN-CONTAINING PROTEIN 4 | 0.98 | positive |
| g24545.t1 | GLYCOSYLTRANSFERASE WBBK-RELATED | 0.98 | positive |
| g2432.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.98 | positive |
| g1533.t1 | NUCLEAR HORMONE RECEPTOR | 0.98 | positive |
| g28006.t1 | OLFACTORY RECEPTOR AND ADENOSINE RECEPTOR | 0.98 | positive |
| g13519.t1 | GRANULIN | 0.98 | positive |
| g3424.t1 | LEUCINE RICH REPEAT FAMILY PROTEIN | 0.98 | positive |
| g11349.t1 | ALDO/KETO REDUCTASE | 0.98 | positive |
| g33594.t1 | RETROTRANSPOSON | 0.98 | positive |
| g27354.t1 | GLYCOSYL HYDROLASE | 0.98 | positive |
| g14132.t1 | TRANSCRIPTIONAL REPRESSOR PROTEIN YY | 0.98 | positive |
| g8851.t1 | -- | 0.98 | positive |
| g28839.t1 | -- | 0.95 | positive |
| g17057.t1 | EPHRIN TYPE-B RECEPTOR | 0.94 | 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 122 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.