Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g30127.t1 | -- | 1 | positive |
| g32099.t1 | METABOTROPIC GLUTAMATE RECEPTOR | 0.98 | positive |
| g5349.t1 | FAMILY WITH SEQUENCE SIMILARITY 216 MEMBER A | 0.98 | positive |
| g4748.t1 | -- | 0.97 | positive |
| g17292.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.97 | positive |
| g6644.t1 | REGULATOR OF G PROTEIN SIGNALING | 0.97 | positive |
| g8495.t1 | SERINE/THREONINE-PROTEIN KINASE | 0.97 | positive |
| g20833.t1 | F5/8 TYPE C DOMAIN-CONTAINING PROTEIN-RELATED | 0.97 | positive |
| g2719.t1 | GLR0591 PROTEIN | 0.97 | positive |
| g8455.t1 | MULTI-COPPER OXIDASE | 0.97 | positive |
| g30175.t1 | -- | 0.97 | positive |
| g2461.t1 | - | 0.96 | positive |
| g23590.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.96 | positive |
| g35967.t1 | -- | 0.96 | positive |
| g19119.t1 | RIKEN CDNA 1700001C19 GENE | 0.96 | positive |
| g34363.t1 | STEP II SPLICING FACTOR SLU7 | 0.96 | positive |
| g35265.t1 | TRANSPOSASE, PUTATIVE-RELATED | 0.96 | positive |
| g23558.t1 | -- | 0.96 | positive |
| g26846.t1 | -- | 0.95 | positive |
| g6502.t1 | CCCH ZINC FINGER/TIS11-RELATED | 0.95 | positive |
| g19251.t1 | -- | 0.95 | positive |
| g22732.t1 | THREE PRIME REPAIR EXONUCLEASE 1, 2 | 0.95 | positive |
| g18749.t1 | -- | 0.95 | positive |
| g34607.t1 | -- | 0.94 | positive |
| g23376.t1 | CXC DOMAIN-CONTAINING PROTEIN-RELATED | 0.90 | positive |
| g35134.t1 | REVERSE TRANSCRIPTASES | 0.90 | positive |
| g28520.t1 | OLFACTORY RECEPTOR AND ADENOSINE RECEPTOR | 0.82 | 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 96 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.