Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g9811.t1 | LYMPHOID-SPECIFIC HELICASE | 1 | positive |
| g32641.t1 | -- | 0.97 | positive |
| g11919.t1 | -- | 0.96 | positive |
| g11874.t1 | CYCLINS | 0.96 | positive |
| g19054.t1 | -- | 0.95 | positive |
| g13977.t1 | -- | 0.95 | positive |
| g27436.t1 | CALPONIN HOMOLOGY DOMAIN-CONTAINING PROTEIN DDB_G0272472-RELATED | 0.95 | positive |
| g20569.t1 | DNA ANNEALING HELICASE AND ENDONUCLEASE ZRANB3 FAMILY MEMBER | 0.95 | positive |
| g13349.t1 | HEAT SHOCK 70 KDA PROTEIN 14 | 0.94 | positive |
| g28302.t1 | JOUBERIN | 0.94 | positive |
| g2033.t1 | -- | 0.94 | positive |
| g4852.t1 | RGD1561648 | 0.94 | positive |
| g1633.t1 | -- | 0.94 | positive |
| g28285.t1 | DOLICHYL-PHOSPHATE-MANNOSE--PROTEIN MANNOSYLTRANSFERASE | 0.94 | positive |
| g26469.t1 | PROTEIN ARGININE N-METHYLTRANSFERASE | 0.93 | positive |
| g24395.t1 | DNA POLYMERASE EPSILON CATALYTIC SUBUNIT A | 0.93 | positive |
| g17187.t1 | -- | 0.93 | positive |
| g2439.t1 | -- | 0.92 | positive |
| g2038.t1 | EXTRA SPINDLE POLES 1-RELATED | 0.92 | positive |
| g10507.t1 | ECTO-NOX DISULFIDE-THIOL EXCHANGER | 0.92 | positive |
| g9619.t1 | LD33695P | 0.92 | positive |
| g33640.t1 | -- | 0.92 | positive |
| g12478.t1 | -- | 0.91 | positive |
| g9874.t1 | SUCCINATE-SEMIALDEHYDE DEHYDROGENASE, MITOCHONDRIAL | 0.91 | positive |
| g28278.t1 | CYCLIC NUCLEOTIDE-DEPENDENT PROTEIN KINASE | 0.91 | positive |
| g18992.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 2C | 0.91 | positive |
| g3008.t1 | -- | 0.90 | positive |
| g16735.t1 | RNA-BINDING PROTEIN LUC7-RELATED | 0.71 | 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 173 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.