Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| XP_031574449.1 | PIEZO-TYPE MECHANOSENSITIVE ION CHANNEL HOMOLOG | 1 | positive |
| XP_031573152.1 | NG37 | 0.95 | positive |
| XP_031548861.1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.95 | positive |
| XP_031553555.1 | PITUITARY HOMEOBOX HOMOLOG PTX1 | 0.94 | positive |
| XP_031552698.1 | CYCLIC NUCLEOTIDE-DEPENDENT PROTEIN KINASE | 0.94 | positive |
| XP_031553072.1 | PHOSPHOTYROSINE INTERACTION DOMAIN-CONTAINING FAMILY MEMBER | 0.94 | positive |
| XP_031552696.1 | NETRIN/LAMININ-RELATED | 0.93 | positive |
| XP_031564321.1 | INTEGRAL MEMBRANE PROTEIN GPR177 | 0.93 | positive |
| XP_031565007.1 | FRIZZLED | 0.93 | positive |
| XP_031564940.1 | NUCLEOBINDIN | 0.92 | positive |
| XP_031555275.1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.92 | positive |
| XP_031558033.1 | LD33804P | 0.91 | positive |
| XP_031572917.1 | -- | 0.91 | positive |
| XP_031548904.1 | FCH AND DOUBLE SH3 DOMAINS PROTEIN | 0.91 | positive |
| XP_031574412.1 | HELICASE SRCAP-RELATED | 0.91 | positive |
| XP_031568268.1 | -- | 0.90 | positive |
| XP_031572892.1 | ADHESION G-PROTEIN COUPLED RECEPTOR | 0.87 | positive |
| XP_031549703.1 | MULTICOPPER OXIDASE-RELATED | 0.87 | positive |
| XP_031565129.1 | OLFACTORY RECEPTOR AND ADENOSINE RECEPTOR | 0.84 | 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 51 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.