Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g8629.t1 | DNA HELICASE RECQ FAMILY MEMBER | 1 | positive |
| g16940.t1 | -- | 0.91 | positive |
| g14767.t1 | -- | 0.77 | positive |
| g33467.t1 | -- | 0.77 | positive |
| g6885.t1 | TNF RECEPTOR ASSOCIATED FACTOR | 0.76 | positive |
| g24175.t1 | TRIHELIX TRANSCRIPTION FACTOR ASIL2 | 0.75 | positive |
| g6600.t1 | -- | 0.73 | positive |
| g36101.t1 | PHD-TYPE DOMAIN-CONTAINING PROTEIN | 0.72 | positive |
| g29766.t1 | KELCH PROTEIN | 0.71 | positive |
| g35775.t1 | YNEIN REGULATORY COMPLEX SUBUNIT 5 | 0.71 | positive |
| g20428.t1 | -- | 0.71 | positive |
| g29182.t1 | -- | 0.71 | 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 57 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.