Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g18965.t1 | CARBOHYDRATE SULFOTRANSFERASE | 1 | positive |
| g16902.t1 | IONOTROPIC GLUTAMATE RECEPTOR | 0.99 | positive |
| g10112.t1 | CENTROSOMAL PROTEIN 2 | 0.99 | positive |
| g27945.t1 | -- | 0.99 | positive |
| g27864.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.99 | positive |
| g528.t1 | FCH AND DOUBLE SH3 DOMAINS PROTEIN | 0.99 | positive |
| g4055.t1 | -- | 0.99 | positive |
| g12791.t1 | SPECTRIN/FILAMIN RELATED CYTOSKELETAL PROTEIN | 0.99 | positive |
| g29471.t1 | PROLYL 4-HYDROXYLASE ALPHA SUBUNIT | 0.99 | positive |
| g2642.t1 | SRCR DOMAIN-CONTAINING PROTEIN | 0.99 | positive |
| g9043.t1 | METAXIN RELATED | 0.99 | positive |
| g31167.t1 | LD44762P | 0.99 | positive |
| g3364.t1 | GUANYLYL CYCLASE | 0.99 | positive |
| g4434.t1 | FIBRINOGEN/TENASCIN/ANGIOPOEITIN | 0.99 | positive |
| g4265.t1 | SYNAPTOTAGMIN | 0.99 | positive |
| g15545.t1 | -- | 0.99 | positive |
| g11889.t1 | PROSTAGLANDIN G/H SYNTHASE | 0.99 | positive |
| g5256.t1 | OLFACTORY RECEPTOR AND ADENOSINE RECEPTOR | 0.99 | positive |
| g16362.t1 | KELCH PROTEIN | 0.99 | positive |
| g18961.t1 | G-PROTEIN COUPLED RECEPTOR FAMILY 1 MEMBER | 0.99 | positive |
| g16653.t1 | CALCIUM BINDING PROTEIN | 0.99 | positive |
| g3365.t1 | -- | 0.99 | positive |
| g3925.t1 | UBIQUITIN-PROTEIN LIGASE E3C | 0.99 | positive |
| g8334.t1 | -- | 0.99 | positive |
| g12092.t1 | RIBULOKINASE | 0.99 | positive |
| g7527.t1 | -- | 0.99 | positive |
| g7147.t1 | KREMEN PROTEIN | 0.99 | positive |
| g29047.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 0.99 | positive |
| g27588.t1 | MYOTROPHIN | 0.99 | positive |
| g17486.t1 | -- | 0.99 | positive |
| g16807.t1 | -- | 0.99 | positive |
| g32539.t1 | -- | 0.99 | positive |
| g12097.t1 | -- | 0.99 | positive |
| g19981.t1 | CYCLIC NUCLEOTIDE PHOSPHODIESTERASE | 0.99 | positive |
| g27471.t1 | -- | 0.99 | positive |
| g4367.t1 | WDR41-RELATED | 0.98 | positive |
| g21221.t1 | INACTIVE PEPTIDYL-PROLYL CIS-TRANS ISOMERASE FKBP6 | 0.98 | positive |
| g30091.t1 | SULFOTRANSFERASE SULT | 0.98 | positive |
| g14132.t1 | TRANSCRIPTIONAL REPRESSOR PROTEIN YY | 0.98 | 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 170 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.