Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g1561.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 1 | positive |
| g9965.t1 | HETEROGENEOUS NUCLEAR RIBONUCLEOPROTEIN-RELATED | 0.98 | positive |
| g16658.t1 | CONTACTIN 5 | 0.98 | positive |
| g10188.t1 | RHO GUANINE NUCLEOTIDE EXCHANGE FACTOR AT 64C, ISOFORM A | 0.98 | positive |
| g35598.t1 | RNA-BINDING PROTEIN MUSASHI HOMOLOG RBP6 | 0.98 | positive |
| g13062.t1 | SODIUM/CHLORIDE DEPENDENT TRANSPORTER | 0.98 | positive |
| g4019.t1 | NETRIN/LAMININ-RELATED | 0.97 | positive |
| g60.t1 | COMPLEMENT COMPONENT 1, S SUBCOMPONENT-RELATED | 0.97 | positive |
| g9966.t1 | HETEROGENEOUS NUCLEAR RIBONUCLEOPROTEIN-RELATED | 0.97 | positive |
| g515.t1 | SRCR DOMAIN-CONTAINING PROTEIN | 0.97 | positive |
| g11179.t1 | FER-1-LIKE | 0.97 | positive |
| g18413.t1 | HOMEOBOX PROTEIN ARISTALESS | 0.97 | positive |
| g4426.t1 | BETA-1,3-N-ACETYLGLUCOSAMINYLTRANSFERASE | 0.97 | positive |
| g33275.t1 | -- | 0.97 | positive |
| g16657.t1 | RECEPTOR-TYPE TYROSINE-PROTEIN PHOSPHATASE | 0.97 | positive |
| g2770.t1 | HOMEOBOX PROTEIN | 0.97 | positive |
| g18412.t1 | HOMEOBOX PROTEIN ARISTALESS | 0.97 | positive |
| g11216.t1 | ENHANCER OF MRNA-DECAPPING PROTEIN 4 | 0.97 | positive |
| g12658.t1 | CATION TRANSPORTING ATPASE | 0.96 | positive |
| g601.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 13 | 0.96 | positive |
| g25255.t1 | -- | 0.96 | positive |
| g34242.t1 | -- | 0.96 | positive |
| g23615.t1 | POLY A POLYMERASE | 0.95 | positive |
| g23431.t1 | GRANULIN | 0.95 | positive |
| g34253.t1 | GH28348P | 0.94 | positive |
| g26823.t1 | -- | 0.92 | positive |
| g19093.t1 | URICASE | 0.92 | positive |
| g21407.t1 | -- | 0.90 | 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 98 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.