Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g1102.t1 | VOLTAGE-GATED POTASSIUM CHANNEL | 1 | positive |
| g1938.t1 | LOW-DENSITY LIPOPROTEIN RECEPTOR-RELATED PROTEIN 2-RELATED | 0.99 | positive |
| g6416.t1 | -- | 0.99 | positive |
| g7913.t1 | SYNAPSIN | 0.99 | positive |
| g31641.t1 | 52 KDA REPRESSOR OF THE INHIBITOR OF THE PROTEIN KINASE-LIKE PROTEIN-RELATED | 0.99 | positive |
| g7.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g8733.t1 | CALCIUM-ACTIVATED POTASSIUM CHANNEL ALPHA CHAIN | 0.98 | positive |
| g30478.t1 | -- | 0.98 | positive |
| g4220.t1 | CYSTEINE-RICH SECRETORY PROTEIN-RELATED | 0.98 | positive |
| g14627.t1 | ATP-BINDING CASSETTE TRANSPORTER SUBFAMILY A ABCA | 0.98 | positive |
| g14023.t1 | LYSYL OXIDASE-LIKE-RELATED | 0.98 | positive |
| g15495.t1 | CALPONIN HOMOLOGY DOMAIN-CONTAINING PROTEIN DDB_G0272472-RELATED | 0.98 | positive |
| g16088.t1 | PROTEIN CBG05349 | 0.98 | positive |
| g6876.t1 | CYCLIC NUCLEOTIDE PHOSPHODIESTERASE | 0.98 | positive |
| g4326.t1 | FIBROBLAST GROWTH FACTOR RECEPTOR | 0.98 | positive |
| g16324.t1 | ATP-BINDING CASSETTE SUB-FAMILY C | 0.98 | positive |
| g35098.t1 | TRANSIENT RECEPTOR POTENTIAL CHANNEL | 0.98 | positive |
| g2743.t1 | G-PROTEIN COUPLED RECEPTOR | 0.98 | positive |
| g35485.t1 | MULTICOPPER OXIDASE-RELATED | 0.98 | positive |
| g1558.t1 | -- | 0.98 | positive |
| g28416.t1 | CYTOPLASMIC POLYADENYLATION ELEMENT BINDING PROTEIN CPEB | 0.98 | positive |
| g3134.t1 | CXC DOMAIN-CONTAINING PROTEIN-RELATED | 0.97 | positive |
| g14970.t1 | -- | 0.95 | positive |
| g8932.t1 | C2H2-TYPE DOMAIN-CONTAINING PROTEIN | 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 77 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.