Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g10648.t1 | MALE-ENHANCED ANTIGEN-1 | 1 | positive |
| g27064.t1 | COPPER TRANSPORT PROTEIN ATOX1 | 0.97 | positive |
| g20806.t1 | CYSTEINE AND HISTIDINE-RICH DOMAIN-CONTAINING PROTEIN 1 | 0.96 | positive |
| g20196.t1 | ENOYL-COA HYDRATASE-RELATED | 0.96 | positive |
| g6805.t1 | SPLICING FACTOR U2AF-ASSOCIATED PROTEIN 2 | 0.96 | positive |
| g178.t1 | DNAJ HOMOLOG SUBFAMILY C MEMBER 25 | 0.96 | positive |
| g13876.t1 | ASPARTYL/LYSYL-TRNA SYNTHETASE | 0.96 | positive |
| g17616.t1 | -- | 0.95 | positive |
| g14670.t1 | NUCLEOPORIN-LIKE PROTEIN 2 | 0.95 | positive |
| g9218.t1 | -- | 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 24 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.