Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g10451.t1 | WD-40 REPEAT PROTEIN | 1 | positive |
| g10969.t1 | SAM DOMAIN-CONTAINING PROTEIN-RELATED | 0.99 | positive |
| g8989.t1 | CILIA- AND FLAGELLA-ASSOCIATED PROTEIN 157 | 0.98 | positive |
| g3531.t1 | ZINC FINGER MYND DOMAIN-CONTAINING PROTEIN 12 | 0.98 | positive |
| g11672.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 6 | 0.98 | positive |
| g35077.t1 | PAXILLIN-RELATED | 0.97 | positive |
| g18613.t1 | LEUCINE-RICH REPEAT-CONTAINING PROTEIN 34 | 0.97 | positive |
| g723.t1 | ARMADILLO-LIKE HELICAL DOMAIN CONTAINING PROTEIN 1 | 0.97 | positive |
| g17055.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 40 | 0.97 | positive |
| g3540.t1 | UNCHARACTERIZED | 0.97 | positive |
| g7528.t1 | UNCHARACTERIZED | 0.97 | positive |
| g30241.t1 | PROTEIN C21ORF59 | 0.97 | positive |
| g28180.t1 | CHROMOSOME-ASSOCIATED KINESIN KIF4A-RELATED | 0.97 | positive |
| g4155.t1 | -- | 0.97 | positive |
| g9287.t1 | STI2 PROTEIN-RELATED | 0.96 | positive |
| g5735.t1 | COILED-COIL DOMAIN-CONTAINING 166 | 0.96 | positive |
| g15140.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.96 | positive |
| g2833.t1 | EF-HAND DOMAIN C-TERMINAL CONTAINING PROTEIN | 0.96 | positive |
| g7933.t1 | BRCA1-ASSOCIATED ATM ACTIVATOR 1 | 0.96 | positive |
| g11673.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 6 | 0.96 | positive |
| g14045.t1 | - | 0.96 | positive |
| g11591.t1 | ANKYRIN REPEAT DOMAIN-CONTAINING PROTEIN 39-RELATED | 0.95 | positive |
| g9566.t1 | -- | 0.95 | positive |
| g10361.t1 | ANKYRIN REPEAT FAMILY PROTEIN | 0.95 | positive |
| g3302.t1 | IQ DOMAIN-CONTAINING PROTEIN K | 0.95 | positive |
| g11593.t1 | -- | 0.95 | positive |
| g11592.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.95 | positive |
| g6307.t1 | EPHRIN | 0.95 | positive |
| g29913.t1 | -- | 0.94 | positive |
| g28375.t1 | TUBULIN POLYGLUTAMYLASE | 0.94 | positive |
| g12445.t1 | CASPASE-ACTIVATED DNASE | 0.86 | 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 160 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.