Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g486.t1 | PROTEASE FAMILY C15 PYROGLUTAMYL-PEPTIDASE I-RELATED | 1 | positive |
| g13363.t1 | CENTROSOMAL PROTEIN OF 85 KDA | 0.83 | positive |
| g17658.t1 | GLUTAMATE CYSTEINE LIGASE | 0.81 | positive |
| g5154.t1 | -- | 0.81 | positive |
| g3047.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 175 | 0.80 | positive |
| g3471.t1 | ORF PROTEIN | 0.79 | positive |
| g19481.t1 | ARMADILLO REPEAT-CONTAINING PROTEIN 4 ARMC4 | 0.79 | positive |
| g35624.t1 | -- | 0.79 | positive |
| g16983.t1 | CHROMOSOME-ASSOCIATED KINESIN KIF4A-RELATED | 0.78 | positive |
| g13300.t1 | RAS, DI-RAS, AND RHEB FAMILY MEMBERS OF SMALL GTPASE SUPERFAMILY | 0.78 | positive |
| g28039.t1 | F5/8 TYPE C DOMAIN-CONTAINING PROTEIN | 0.78 | positive |
| g34684.t1 | NAD DEPENDENT EPIMERASE/DEHYDRATASE | 0.78 | positive |
| g17552.t1 | BCR-ASSOCIATED PROTEIN, BAP | 0.76 | 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 28 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.