Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g18161.t1 | VILLIN | 1 | positive |
| g8895.t1 | CAPZ-INTERACTING PROTEIN AND RELATED PROTEINS | 0.86 | positive |
| g6221.t1 | CENTROSOMAL PROTEIN OF 131 KDA | 0.85 | positive |
| g23704.t1 | SAM-DOMAIN, SH3 AND NUCLEAR LOCALIZATION SIGNALS PROTEIN RELATED | 0.84 | positive |
| g234.t1 | CENTROSOMAL PROTEIN OF 112 KDA | 0.82 | positive |
| g2156.t1 | DNA REPAIR POLYMERASE UMUC / TRANSFERASE FAMILY MEMBER | 0.82 | positive |
| g2749.t1 | -- | 0.80 | positive |
| g3898.t1 | MDM2-BINDING PROTEIN | 0.80 | positive |
| g20116.t1 | UNCHARACTERIZED | 0.80 | positive |
| g3207.t1 | -- | 0.80 | positive |
| g13187.t1 | CENTAURIN/ARF | 0.80 | positive |
| g2190.t1 | DNA-DIRECTED RNA POLYMERASE | 0.79 | positive |
| g32809.t1 | DEHYDROGENASE/REDUCTASE SDR FAMILY MEMBER 12 | 0.78 | positive |
| g11789.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN (AFU_ORTHOLOGUE AFUA_6G03870) | 0.78 | positive |
| g33941.t1 | -- | 0.78 | positive |
| g12324.t1 | DNA MISMATCH REPAIR PROTEIN MLH, PMS, MUTL | 0.77 | 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 43 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.