Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g16730.t1 | PHOSPHATIDYLINOSITIDE PHOSPHATASE SAC1 | 1 | positive |
| g12970.t1 | TRANSMEMBRANE 9 SUPERFAMILY PROTEIN | 0.98 | positive |
| g3316.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 3 EIF3 -RELATED | 0.97 | positive |
| g16657.t1 | RECEPTOR-TYPE TYROSINE-PROTEIN PHOSPHATASE | 0.97 | positive |
| g12287.t1 | NETRIN/LAMININ-RELATED | 0.96 | positive |
| g26432.t1 | -- | 0.96 | positive |
| g13790.t1 | ANGIOTENSIN-CONVERTING ENZYME | 0.96 | positive |
| g10502.t1 | POTASSIUM/PROTON ANTIPORTER-RELATED | 0.96 | positive |
| g10812.t1 | PERIOSTIN-RELATED | 0.96 | positive |
| g23615.t1 | POLY A POLYMERASE | 0.96 | positive |
| g6524.t1 | CTX-RELATED TYPE I TRANSMEMBRANE PROTEIN | 0.95 | positive |
| g18490.t1 | TRANSMEMBRANE 9 SUPERFAMILY PROTEIN | 0.95 | positive |
| g7552.t1 | RHO-TYPE GTPASE ACTIVATING PROTEIN | 0.95 | positive |
| g601.t1 | TETRATRICOPEPTIDE REPEAT PROTEIN 13 | 0.95 | positive |
| g12735.t1 | GOLGI MEMBRANE PROTEIN YIP1 | 0.94 | positive |
| g12582.t1 | NUCLEOREDOXIN | 0.94 | positive |
| g9772.t1 | COLLAGEN ALPHA | 0.94 | positive |
| g17408.t1 | UNCHARACTERIZED | 0.94 | positive |
| g34163.t1 | -- | 0.94 | positive |
| g8461.t1 | -- | 0.94 | positive |
| g9273.t1 | TRANSFORMER-2 SEX-DETERMINING PROTEIN-RELATED | 0.94 | positive |
| g35028.t1 | T-BOX PROTEIN-RELATED | 0.94 | positive |
| g30458.t1 | SODIUM/CHLORIDE DEPENDENT TRANSPORTER | 0.94 | positive |
| g17188.t1 | UBIQUITINATION FACTOR E4 | 0.93 | positive |
| g4446.t1 | LUNG SEVEN TRANSMEMBRANE RECEPTOR | 0.93 | positive |
| g10302.t1 | SODIUM/DICARBOXYLATE SYMPORTER-RELATED | 0.91 | positive |
| g17263.t1 | -- | 0.91 | 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 113 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.