Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g27.t1 | ARYLSULFATASE | 1 | positive |
| g11151.t1 | PEPTIDASE M20 | 0.95 | positive |
| g15863.t1 | ARYLSULFATASE | 0.94 | positive |
| g21233.t1 | HOMOSERINE O-ACETYLTRANSFERASE | 0.93 | positive |
| g34965.t1 | VALACYCLOVIR HYDROLASE | 0.93 | positive |
| g27088.t1 | -- | 0.93 | positive |
| g32696.t1 | SUPPRESSOR OF ACTIN MUTATIONS 2/VACUOLAR PROTEIN SORTING 52 | 0.93 | positive |
| g6236.t1 | METABOTROPIC GLUTAMATE RECEPTOR | 0.92 | positive |
| g12833.t1 | ACETYL-COA C-ACETYLTRANSFERASE | 0.92 | positive |
| g21068.t1 | TRNA N6-ADENOSINE THREONYLCARBAMOYLTRANSFERASE | 0.92 | positive |
| g24136.t1 | MICROTUBULE-ASSOCIATED PROTEIN RP/EB FAMILY MEMBER | 0.92 | positive |
| g15003.t1 | CALPAIN, SMALL SUBUNIT 1 A-RELATED | 0.92 | positive |
| g7306.t1 | HEAT SHOCK PROTEIN 70KDA | 0.92 | positive |
| g32578.t1 | TRANSLOCATION PROTEIN SEC62 | 0.92 | positive |
| g20290.t1 | -- | 0.92 | positive |
| g31609.t1 | PEPTIDASE M20 | 0.92 | positive |
| g6705.t1 | TANDEM PH DOMAIN CONTAINING PROTEIN | 0.92 | positive |
| g30165.t1 | UBIQUITIN-CONJUGATING ENZYME E2 | 0.91 | positive |
| g20732.t1 | T7-LIKE MITOCHONDRIAL DNA HELICASE | 0.91 | positive |
| g28.t1 | ARYLSULFATASE | 0.91 | positive |
| g19132.t1 | ALDO/KETO REDUCTASE | 0.91 | positive |
| g13292.t1 | TYROSINE-PROTEIN KINASE | 0.91 | positive |
| g17797.t1 | DEHYDROGENASE/REDUCTASE SDR FAMILY MEMBER 7-RELATED | 0.91 | positive |
| g27136.t1 | PHENYLALANYL-TRNA SYNTHETASE | 0.91 | positive |
| g19257.t1 | ADENYLYL CYCLASE-ASSOCIATED PROTEIN | 0.91 | positive |
| g16306.t1 | ANNEXIN | 0.91 | positive |
| g13196.t1 | CYTOCHROME P450 FAMILY 4 | 0.90 | positive |
| g26041.t1 | -- | 0.89 | positive |
| g16756.t1 | LATE SECRETORY PATHWAY PROTEIN AVL9-RELATED | 0.89 | positive |
| g349.t1 | UBIQUINONE BIOSYNTHESIS MONOOXYGENASE COQ6, MITOCHONDRIAL | 0.89 | positive |
| g3052.t1 | D-GLUTAMATE CYCLASE, MITOCHONDRIAL | 0.89 | positive |
| g27170.t1 | N-LINKED OLIGOSACCHARIDE PROCESSING | 0.87 | positive |
| g24255.t1 | CHLORIDE INTRACELLULAR CHANNEL, ISOFORM A | 0.87 | positive |
| g12890.t1 | TRANSCRIPTASE, PUTATIVE-RELATED-RELATED | 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 164 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.