Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g7613.t1 | CYTOSOLIC RESINIFERATOXIN BINDING PROTEIN RBP-26 | 1 | positive |
| g388.t1 | ZINC FINGER PROTEIN-LIKE 1 | 0.93 | positive |
| g19813.t1 | -- | 0.92 | positive |
| g35420.t1 | -- | 0.91 | positive |
| g21488.t1 | SKP1 | 0.90 | positive |
| g20671.t1 | PRE-MRNA SPLICING FACTOR PRP8 | 0.88 | positive |
| g2558.t1 | -- | 0.88 | positive |
| g833.t1 | RRNA 2-O-METHYLTRANSFERASE FIBRILLARIN | 0.87 | positive |
| g3945.t1 | FMS INTERACTING PROTEIN | 0.86 | positive |
| g4472.t1 | INTEGRASE CATALYTIC DOMAIN-CONTAINING PROTEIN | 0.86 | positive |
| g8440.t1 | ZINC FINGER CCCH DOMAIN-CONTAINING PROTEIN 18 | 0.86 | positive |
| g785.t1 | SNRNA-ACTIVATING PROTEIN COMPLEX SUBUNIT 2 | 0.86 | positive |
| g16551.t1 | PRE-MRNA-SPLICING FACTOR RBM22 | 0.85 | positive |
| g6578.t1 | CLEAVAGE STIMULATION FACTOR SUBUNIT 2 | 0.85 | positive |
| g20125.t1 | CCCH ZINGC FINGER | 0.85 | positive |
| g30438.t1 | -- | 0.83 | positive |
| g27722.t1 | -- | 0.83 | positive |
| g1022.t1 | ATP-DEPENDENT RNA HELICASE RHLE-RELATED | 0.82 | positive |
| g28858.t1 | ANAPHASE PROMOTING COMPLEX SUBUNIT 4 APC4 | 0.82 | positive |
| g33703.t1 | CENTROSOMAL PROTEIN OF 44 KDA | 0.81 | positive |
| g3167.t1 | LD11652P | 0.81 | positive |
| g21369.t1 | RBR FAMILY RING FINGER AND IBR DOMAIN-CONTAINING | 0.80 | positive |
| g2467.t1 | NATURAL KILLER CELL-SPECIFIC ANTIGEN KLIP1 | 0.80 | positive |
| g31451.t1 | DNAJ HOMOLOG SUBFAMILY C MEMBER | 0.77 | positive |
| g6475.t1 | G-PROTEIN COUPLED RECEPTOR 124-LIKE PROTEIN | 0.74 | 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 131 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.