Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g6348.t1 | EGF-LIKE DOMAIN-CONTAINING PROTEIN | 1 | positive |
| g9050.t1 | WNT RELATED | 0.99 | positive |
| g35279.t1 | SHISA | 0.98 | positive |
| g20900.t1 | -- | 0.98 | positive |
| g32779.t1 | - | 0.98 | positive |
| g9937.t1 | -- | 0.98 | positive |
| g12590.t1 | F-BOX ONLY PROTEIN 15 | 0.98 | positive |
| g5110.t1 | -- | 0.98 | positive |
| g17836.t1 | - | 0.98 | positive |
| g34945.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.98 | positive |
| g7959.t1 | P25 ALPHA-RELATED | 0.98 | positive |
| g6903.t1 | HOMEOBOX PROTEIN NKX | 0.98 | positive |
| g12292.t1 | -- | 0.98 | positive |
| g14085.t1 | CYTOCHROME P450 26 | 0.98 | positive |
| g19672.t1 | -- | 0.98 | positive |
| g25336.t1 | OXIDASE/PEROXIDASE | 0.98 | positive |
| g30408.t1 | NACHT, LRR AND CARD DOMAINS-CONTAINING | 0.98 | positive |
| g30747.t1 | HOMOGENTISATE 1,2-DIOXYGENASE | 0.97 | positive |
| g6199.t1 | DISCOIDIN, CUB, EGF, LAMININ , AND ZINC METALLOPROTEASE DOMAIN CONTAINING | 0.97 | positive |
| g17721.t1 | FORKHEAD BOX PROTEIN J1 | 0.97 | positive |
| g12291.t1 | NETRIN/LAMININ-RELATED | 0.97 | positive |
| g34943.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.97 | positive |
| g5355.t1 | RBPJ-INTERACTING AND TUBULIN-ASSOCIATED PROTEIN 1 | 0.97 | positive |
| g13138.t1 | GALACTOSYLGALACTOSYLXYLOSYLPROTEIN 3-BETA-GLUCURONOSYLTRANSFERASE BETA-1,3-GLUCURONYLTRANSFERASE | 0.97 | positive |
| g10456.t1 | COPPER AMINE OXIDASE | 0.97 | positive |
| g3948.t1 | TRANSCRIPTASE, PUTATIVE-RELATED-RELATED | 0.97 | positive |
| g28151.t1 | WD REPEAT-CONTAINING PROTEIN POP1 | 0.97 | positive |
| g21830.t1 | THYMIDINE PHOSPHORYLASE | 0.97 | positive |
| g15388.t1 | DNA-BINDING PROTEIN INHIBITOR | 0.97 | positive |
| g30723.t1 | RAS-ASSOCIATING DOMAIN-CONTAINING PROTEIN | 0.97 | positive |
| g17136.t1 | -- | 0.96 | positive |
| g2349.t1 | EXONUCLEASE V | 0.96 | 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 101 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.