Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g2119.t1 | -- | 1 | positive |
| g12087.t1 | -- | 0.99 | positive |
| g1993.t1 | -- | 0.99 | positive |
| g10202.t1 | -- | 0.99 | positive |
| g12125.t1 | NEUROPEPTIDE RECEPTOR-RELATED G-PROTEIN COUPLED RECEPTOR | 0.99 | positive |
| g7597.t1 | EF-HAND CALCIUM-BINDING DOMAIN-CONTAINING PROTEIN 6-RELATED | 0.99 | positive |
| g1280.t1 | TESTIS-EXPRESSED PROTEIN 36 | 0.98 | positive |
| g4737.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 105 | 0.98 | positive |
| g9301.t1 | COILED-COIL DOMAIN CONTAINING 198 | 0.98 | positive |
| g15038.t1 | -- | 0.98 | positive |
| g8486.t1 | TESTIS-SPECIFIC GENE 13 PROTEIN | 0.98 | positive |
| g14192.t1 | CHROMOSOME 20 ORF85 FAMILY MEMBER | 0.98 | positive |
| g26997.t1 | UNCHARACTERIZED | 0.98 | positive |
| g7216.t1 | NMDA RECEPTOR SYNAPTONUCLEAR SIGNALING AND NEURONAL MIGRATION FACTOR | 0.98 | positive |
| g2521.t1 | REGULATOR OF G-PROTEIN SIGNALING 22 | 0.98 | positive |
| g2961.t1 | CLATHRIN HEAVY CHAIN RELATED | 0.98 | positive |
| g6324.t1 | SERINE/THREONINE/TYROSINE-INTERACTING-LIKE PROTEIN 1 | 0.98 | positive |
| g14804.t1 | GUANYL-NUCLEOTIDE EXCHANGE FACTOR | 0.98 | positive |
| g5482.t1 | C5ORF31 | 0.98 | positive |
| g964.t1 | EF-HAND CALCIUM-BINDING DOMAIN-CONTAINING PROTEIN 6-RELATED | 0.98 | positive |
| g12086.t1 | -- | 0.98 | positive |
| g4618.t1 | HEPARAN SULFATE SULFOTRANSFERASE | 0.98 | positive |
| g24516.t1 | TESTIS-EXPRESSED PROTEIN 26 ISOFORM X3 | 0.98 | positive |
| g27138.t1 | DYNEIN INTERMEDIATE CHAIN | 0.98 | positive |
| g3895.t1 | 15-HYDROXYPROSTAGLANDIN DEHYDROGENASE [NAD(+)] | 0.98 | positive |
| g7566.t1 | LEUCINE-RICH REPEAT-CONTAINING PROTEIN 51 | 0.98 | positive |
| g32332.t1 | CXC DOMAIN-CONTAINING PROTEIN-RELATED | 0.98 | positive |
| g23442.t1 | -- | 0.94 | 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 176 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.