Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g15438.t1 | -- | 1 | positive |
| g8733.t1 | CALCIUM-ACTIVATED POTASSIUM CHANNEL ALPHA CHAIN | 0.99 | positive |
| g13454.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g10390.t1 | -- | 0.99 | positive |
| g4784.t1 | POLYCYSTIN FAMILY MEMBER | 0.99 | positive |
| g10513.t1 | REVERSE TRANSCRIPTASE | 0.99 | positive |
| g1558.t1 | -- | 0.99 | positive |
| g2113.t1 | -- | 0.99 | positive |
| g27238.t1 | TRYPTASE-RELATED | 0.99 | positive |
| g6303.t1 | XANTHINE DEHYDROGENASE | 0.99 | positive |
| g7.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g13536.t1 | SODIUM/CALCIUM EXCHANGER | 0.99 | positive |
| g4797.t1 | POLYCYSTIN-1 | 0.99 | positive |
| g4688.t1 | OVOCHYMASE-RELATED | 0.99 | positive |
| g2901.t1 | ANKYRIN REPEAT PROTEIN | 0.99 | positive |
| g6445.t1 | FIBRILLIN-RELATED | 0.98 | positive |
| g853.t1 | -- | 0.98 | positive |
| g15548.t1 | -- | 0.98 | positive |
| g14447.t1 | MONOCARBOXYLATE TRANSPORTER | 0.98 | positive |
| g10568.t1 | SODIUM/CHLORIDE DEPENDENT TRANSPORTER | 0.98 | positive |
| g7699.t1 | -- | 0.98 | positive |
| g22650.t1 | PHD-TYPE DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g24682.t1 | -- | 0.98 | positive |
| g25328.t1 | PHD-TYPE DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g21133.t1 | -- | 0.97 | positive |
| g9689.t1 | -- | 0.93 | 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 85 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.