Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g112.t1 | GLIOMA TUMOR SUPPRESSOR CANDIDATE REGION GENE 1 | 1 | positive |
| g23526.t1 | -- | 0.96 | positive |
| g2481.t1 | -- | 0.95 | positive |
| g8571.t1 | DNA-DIRECTED PRIMASE / POLYMERASE PROTEIN | 0.95 | positive |
| g6650.t1 | ADP-RIBOSYLATION FACTOR GTPASE-ACTIVATING PROTEIN 1 | 0.95 | positive |
| g13577.t1 | AP COMPLEX SUBUNIT MU | 0.95 | positive |
| g21924.t1 | RE40534P-RELATED | 0.95 | positive |
| g11136.t1 | ZINC FINGER PROTEIN AEBP2 | 0.95 | positive |
| g12316.t1 | CLASP | 0.95 | positive |
| g4097.t1 | -- | 0.95 | positive |
| g28623.t1 | SERINE/THREONINE-PROTEIN KINASE TAO | 0.94 | positive |
| g28721.t1 | INTEGRATOR COMPLEX SUBUNIT 2 | 0.94 | positive |
| g6277.t1 | THUMP DOMAIN CONTAINING PROTEIN 1-RELATED | 0.94 | positive |
| g6421.t1 | 39S RIBOSOMAL PROTEIN L40, MITOCHONDRIAL | 0.94 | positive |
| g18362.t1 | AGAP011099-PA | 0.94 | positive |
| g3032.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN (AFU_ORTHOLOGUE AFUA_6G03870) | 0.94 | positive |
| g10632.t1 | XYLOSYLTRANSFERASE OXT | 0.94 | positive |
| g6839.t1 | -- | 0.94 | positive |
| g12376.t1 | SENTRIN-SPECIFIC PROTEASE | 0.94 | positive |
| g29356.t1 | S-ADENOSYL-METHYLTRANSFERASE MRAW | 0.94 | positive |
| g13243.t1 | ATP-BINDING CASSETTE SUB-FAMILY C | 0.94 | positive |
| g29564.t1 | METHYLTRANSFERASE | 0.93 | positive |
| g16888.t1 | TRANSCRIPTIONAL REPRESSOR P66-RELATED | 0.93 | positive |
| g27537.t1 | -- | 0.93 | 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 113 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.