Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g19186.t1 | TNF RECEPTOR ASSOCIATED FACTOR | 1 | positive |
| g1847.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.99 | positive |
| g23538.t1 | -- | 0.99 | positive |
| g4517.t1 | NEUROPEPTIDE RECEPTOR-RELATED G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g35252.t1 | CYSTEINE-RICH SECRETORY PROTEIN-RELATED | 0.99 | positive |
| g1533.t1 | NUCLEAR HORMONE RECEPTOR | 0.99 | positive |
| g7720.t1 | AMINO ACID TRANSPORTER | 0.99 | positive |
| g23600.t1 | G PROTEIN-COUPLED RECEPTOR | 0.99 | positive |
| g16902.t1 | IONOTROPIC GLUTAMATE RECEPTOR | 0.99 | positive |
| g19262.t1 | -- | 0.99 | positive |
| g7515.t1 | GNAT FAMILY N-ACETYLTRANSFERASE | 0.99 | positive |
| g29041.t1 | REGULATOR OF G PROTEIN SIGNALING | 0.99 | positive |
| g10112.t1 | CENTROSOMAL PROTEIN 2 | 0.99 | positive |
| g7280.t1 | AMILORIDE-SENSITIVE SODIUM CHANNEL-RELATED | 0.99 | positive |
| g14021.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 0.99 | positive |
| g17486.t1 | -- | 0.99 | positive |
| g4055.t1 | -- | 0.99 | positive |
| g2432.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g11889.t1 | PROSTAGLANDIN G/H SYNTHASE | 0.99 | positive |
| g12097.t1 | -- | 0.99 | positive |
| g7170.t1 | MONOCARBOXYLATE TRANSPORTER | 0.99 | positive |
| g2538.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.99 | positive |
| g12791.t1 | SPECTRIN/FILAMIN RELATED CYTOSKELETAL PROTEIN | 0.98 | positive |
| g16736.t1 | AMINO ACID TRANSPORTER | 0.98 | positive |
| g27025.t1 | -- | 0.98 | positive |
| g3424.t1 | LEUCINE RICH REPEAT FAMILY PROTEIN | 0.98 | positive |
| g2384.t1 | SET AND MYND DOMAIN-CONTAINING PROTEIN 4 | 0.98 | positive |
| g16807.t1 | -- | 0.98 | positive |
| g4559.t1 | -- | 0.98 | positive |
| g25392.t1 | MONOCARBOXYLATE TRANSPORTER | 0.96 | positive |
| g15762.t1 | -- | 0.95 | 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 100 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.