Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g18490.t1 | TRANSMEMBRANE 9 SUPERFAMILY PROTEIN | 1 | positive |
| g12735.t1 | GOLGI MEMBRANE PROTEIN YIP1 | 0.98 | positive |
| g27840.t1 | POLYRIBONUCLEOTIDE NUCLEOTIDYLTRANSFERASE | 0.96 | positive |
| g12274.t1 | ATP-CITRATE SYNTHASE | 0.96 | positive |
| g7552.t1 | RHO-TYPE GTPASE ACTIVATING PROTEIN | 0.96 | positive |
| g27783.t1 | SI:DKEY-19B23.12-RELATED | 0.96 | positive |
| g12287.t1 | NETRIN/LAMININ-RELATED | 0.96 | positive |
| g8569.t1 | PROTEIN ABHD14B-LIKE | 0.96 | positive |
| g19335.t1 | UNCHARACTERIZED | 0.96 | positive |
| g18266.t1 | TRANSCRIPTION ELONGATION FACTOR SPT6 | 0.95 | positive |
| g27740.t1 | DNA REPAIR PROTEIN COMPLEMENTING XP-G CELLS-RELATED | 0.95 | positive |
| g14195.t1 | V-TYPE ATP SYNTHASE SUBUNIT D | 0.95 | positive |
| g16730.t1 | PHOSPHATIDYLINOSITIDE PHOSPHATASE SAC1 | 0.95 | positive |
| g12582.t1 | NUCLEOREDOXIN | 0.95 | positive |
| g2245.t1 | PROTEIN UNC-50 HOMOLOG | 0.95 | positive |
| g3316.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 3 EIF3 -RELATED | 0.95 | positive |
| g16765.t1 | PHOSPHATIDYLCHOLINE TRANSFER PROTEIN | 0.94 | positive |
| g35047.t1 | GOLGI-LOCALIZED, GAMMA-ADAPTIN EAR CONTAINING, ARF BINDING PROTEIN | 0.94 | positive |
| g12970.t1 | TRANSMEMBRANE 9 SUPERFAMILY PROTEIN | 0.94 | positive |
| g3592.t1 | SODIUM/POTASSIUM-TRANSPORTING ATPASE SUBUNIT ALPHA | 0.94 | positive |
| g32416.t1 | COILED-COIL DOMAIN-CONTAINING PROTEIN 158 | 0.94 | positive |
| g18319.t1 | D-AMINO ACID OXIDASE | 0.94 | positive |
| g3327.t1 | - | 0.94 | positive |
| g15047.t1 | ZINC FINGER DHHC DOMAIN CONTAINING PROTEIN | 0.93 | positive |
| g2560.t1 | VOLTAGE-GATED POTASSIUM CHANNEL | 0.91 | positive |
| g9715.t1 | -- | 0.87 | 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 107 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.