Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g27715.t1 | POLY A -SPECIFIC RIBONUCLEASE/TARGET OF EGR1, MEMBER 1 | 1 | positive |
| g28249.t1 | BATTENIN | 0.94 | positive |
| g6395.t1 | SORTING NEXIN-4 | 0.92 | positive |
| g7567.t1 | GEO07735P1-RELATED-RELATED | 0.92 | positive |
| g8218.t1 | RNA POLYMERASE II-ASSOCIATED PROTEIN 1 | 0.91 | positive |
| g33745.t1 | ANKYRIN REPEAT PROTEIN | 0.91 | positive |
| g22005.t1 | ZINC FINGERS AND HOMEOBOXES PROTEIN 1, ISOFORM 2 | 0.91 | positive |
| g13350.t1 | TRANSMEMBRANE PROTEIN INDUCED BY TUMOR NECROSIS FACTOR ALPHA | 0.89 | positive |
| g2220.t1 | FOLATE RECEPTOR | 0.89 | positive |
| g1199.t1 | AMINO ACID TRANSPORTER | 0.89 | positive |
| g22701.t1 | CYTOPLASMIC TRNA 2-THIOLATION PROTEIN 2 | 0.88 | positive |
| g8648.t1 | LIPOPOLYSACCHARIDE CHOLINEPHOSPHOTRANSFERASE LICD | 0.88 | positive |
| g6497.t1 | ENDOPLASMIC RETICULUM MEMBRANE-ASSOCIATED RNA DEGRADATION PROTEIN | 0.87 | positive |
| g30324.t1 | CYTOCHROME P450 FAMILY 46 SUBFAMILY A | 0.85 | positive |
| g33333.t1 | BONUS, ISOFORM C-RELATED | 0.84 | positive |
| g8268.t1 | CALCIUM AND INTEGRIN BINDING FAMILY MEMBER 2 | 0.82 | positive |
| g31004.t1 | UBIQUITIN CARBOXYL-TERMINAL HYDROLASE | 0.81 | 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 48 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.