Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g9748.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 1 | positive |
| g23003.t1 | CYTOCHROME P450 FAMILY 3 | 0.99 | positive |
| g1440.t1 | TRANSLATIONAL ACTIVATOR GCN1-RELATED | 0.98 | positive |
| g94.t1 | DNA-BINDING PROTEIN INHIBITOR | 0.98 | positive |
| g33163.t1 | -- | 0.98 | positive |
| g11498.t1 | SODIUM/CHLORIDE DEPENDENT TRANSPORTER | 0.98 | positive |
| g23073.t1 | PROPROTEIN CONVERTASE SUBTILISIN/KEXIN-RELATED | 0.97 | positive |
| g3871.t1 | MYOTROPHIN | 0.97 | positive |
| g17725.t1 | UNCHARACTERIZED | 0.97 | positive |
| g4937.t1 | -- | 0.97 | positive |
| g21216.t1 | FRINGE-RELATED | 0.97 | positive |
| g26959.t1 | GUANYL-NUCLEOTIDE EXCHANGE FACTOR | 0.97 | positive |
| g27682.t1 | UNCHARACTERIZED | 0.97 | positive |
| g16498.t1 | TFIIF-ALPHA | 0.97 | positive |
| g8073.t1 | PR DOMAIN ZINC FINGER PROTEIN | 0.97 | positive |
| g1311.t1 | CHONDROITIN SYNTHASE | 0.97 | positive |
| g13399.t1 | FATTY-ACID AMIDE HYDROLASE | 0.97 | positive |
| g3193.t1 | FRIZZLED | 0.96 | positive |
| g8952.t1 | T-COMPLEX-ASSOCIATED-TESTIS-EXPRESSED 1/ DYNEIN LIGHT CHAIN | 0.96 | positive |
| g601.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 13 | 0.96 | positive |
| g17808.t1 | PROPERDIN | 0.96 | positive |
| g10812.t1 | PERIOSTIN-RELATED | 0.96 | positive |
| g28070.t1 | NXPE FAMILY MEMBER | 0.96 | positive |
| g33775.t1 | CARBOHYDRATE SULFOTRANSFERASE | 0.96 | positive |
| g1112.t1 | SUGAR-1-PHOSPHATE GUANYL TRANSFERASE | 0.96 | positive |
| g13908.t1 | -- | 0.96 | positive |
| g6594.t1 | ALKALINE PHOSPHATASE | 0.96 | positive |
| g8975.t1 | TRANSIENT RECEPTOR POTENTIAL CATION CHANNEL PROTEIN PAINLESS | 0.96 | positive |
| g13790.t1 | ANGIOTENSIN-CONVERTING ENZYME | 0.95 | positive |
| g122.t1 | NATRIURETIC PEPTIDE RECEPTOR 3-RELATED | 0.92 | 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 162 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.