Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g5093.t1 | NFATC2-INTERACTING PROTEIN | 1 | positive |
| g6214.t1 | PROPROTEIN CONVERTASE SUBTILISIN/KEXIN-RELATED | 0.87 | positive |
| g11383.t1 | UNCHARACTERIZED | 0.85 | positive |
| g21787.t1 | PROTEIN TORNADO 1 | 0.85 | positive |
| g24061.t1 | SGT1 PROTEIN HSGT1 SUPPRESSOR OF GCR2 | 0.84 | positive |
| g11639.t1 | RAPSYN-RELATED | 0.82 | positive |
| g4430.t1 | SPERM SPECIFIC ANTIGEN 2-RELATED | 0.81 | positive |
| g27989.t1 | -- | 0.79 | positive |
| g35597.t1 | MOLTING PROTEIN MLT-4 | 0.77 | positive |
| g18361.t1 | TB1 PROTEIN-RELATED | 0.76 | 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 23 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.