Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| OS493_030175-T1 | TRANSMEMBRANE PROTEIN ADIPOCYTE-ASSOCIATED 1 | 1 | positive |
| OS493_038154-T1 | PROTEIN CBG20567 | 0.87 | positive |
| OS493_008113-T1 | SPHINGOMYELIN SYNTHETASE | 0.86 | positive |
| OS493_005960-T1 | SOLUTE CARRIER FAMILY 31 COPPER TRANSPORTERS | 0.86 | positive |
| OS493_028994-T1 | -- | 0.85 | positive |
| OS493_027814-T1 | -- | 0.84 | positive |
| OS493_001700-T1 | -- | 0.84 | positive |
| OS493_002638-T1 | MAJOR FACILITATOR SUPERFAMILY DOMAIN-CONTAINING PROTEIN | 0.84 | positive |
| OS493_001697-T1 | ADHESION G-PROTEIN COUPLED RECEPTOR | 0.84 | positive |
| OS493_039082-T1 | DIVALENT CATION TRANSPORTER SOLUTE CARRIER FAMILY 41 | 0.84 | positive |
| OS493_036038-T1 | -- | 0.84 | positive |
| OS493_026971-T1 | E3 UBIQUITIN-PROTEIN LIGASE NHLRC1-RELATED | 0.84 | positive |
| OS493_001698-T1 | CTX-RELATED TYPE I TRANSMEMBRANE PROTEIN | 0.81 | positive |
| OS493_006193-T1 | TUMOR NECROSIS FACTOR RECEPTOR | 0.80 | positive |
| OS493_014524-T1 | PROPROTEIN CONVERTASE SUBTILISIN/KEXIN-RELATED | 0.79 | positive |
| OS493_032048-T1 | ORGANIC ANION TRANSPORTER | 0.78 | positive |
| OS493_015137-T1 | -- | 0.77 | 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 35 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.