Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g5546.t1 | -- | 1 | positive |
| g6446.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 1.00 | positive |
| g15941.t1 | FACIOGENITAL DYSPLASIA PROTEIN | 0.99 | positive |
| g15827.t1 | 60S RIBOSOMAL PROTEIN L3-RELATED | 0.99 | positive |
| g14393.t1 | COMPLEMENT COMPONENT-RELATED SUSHI DOMAIN-CONTAINING | 0.99 | positive |
| g19151.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.99 | positive |
| g520.t1 | VITELLOGENIN RECEPTOR-LIKE PROTEIN-RELATED-RELATED | 0.99 | positive |
| g32703.t1 | ACTIN | 0.99 | positive |
| g36688.t1 | -- | 0.99 | positive |
| g13536.t1 | SODIUM/CALCIUM EXCHANGER | 0.99 | positive |
| g3693.t1 | ORAL-FACIAL-DIGITAL SYNDROME 1 PROTEIN HOMOLOG | 0.99 | positive |
| g27468.t1 | SOLUTE CARRIER FAMILY 22 MEMBER | 0.99 | positive |
| g1484.t1 | MITOGEN-ACTIVATED PROTEIN KINASE | 0.99 | positive |
| g418.t1 | VOLTAGE-GATED CATION CHANNEL CALCIUM AND SODIUM | 0.99 | positive |
| g16168.t1 | LEUCINE RICH REPEAT FAMILY PROTEIN | 0.99 | positive |
| g21670.t1 | MACROGLOBULIN / COMPLEMENT | 0.99 | positive |
| g24840.t1 | -- | 0.99 | positive |
| g12224.t1 | -- | 0.99 | positive |
| g14564.t1 | RING FINGER AND CHY ZINC FINGER DOMAIN-CONTAINING PROTEIN 1 | 0.99 | positive |
| g12225.t1 | -- | 0.99 | positive |
| g35439.t1 | -- | 0.99 | positive |
| g26445.t1 | -- | 0.98 | positive |
| g3104.t1 | ANK_REP_REGION DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g4719.t1 | PROTEIN PHOSPHATASE | 0.98 | positive |
| g25631.t1 | RETROTRANSPOSON | 0.98 | positive |
| g13519.t1 | GRANULIN | 0.98 | positive |
| g16890.t1 | -- | 0.98 | positive |
| g35270.t1 | THAP DOMAIN PROTEIN | 0.97 | positive |
| g17336.t1 | UNCHARACTERIZED | 0.95 | 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 116 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.