Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g12376.t1 | SENTRIN-SPECIFIC PROTEASE | 1 | positive |
| g6650.t1 | ADP-RIBOSYLATION FACTOR GTPASE-ACTIVATING PROTEIN 1 | 0.97 | positive |
| g10629.t1 | LIN-9 | 0.97 | positive |
| g870.t1 | UNCHARACTERIZED | 0.96 | positive |
| g11136.t1 | ZINC FINGER PROTEIN AEBP2 | 0.96 | positive |
| g6421.t1 | 39S RIBOSOMAL PROTEIN L40, MITOCHONDRIAL | 0.96 | positive |
| g35422.t1 | PROTEIN TAG-278-RELATED | 0.96 | positive |
| g9691.t1 | NUCLEASE-RELATED | 0.96 | positive |
| g14128.t1 | TARGET OF RAPAMYCIN COMPLEX 2 SUBUNIT BIT61-RELATED | 0.96 | positive |
| g34984.t1 | MYOTUBULARIN-RELATED | 0.96 | positive |
| g27612.t1 | LYSYL-TRNA SYNTHETASE | 0.96 | positive |
| g4776.t1 | WD REPEAT-CONTAINING PROTEIN 75 | 0.96 | positive |
| g28721.t1 | INTEGRATOR COMPLEX SUBUNIT 2 | 0.96 | positive |
| g5540.t1 | -- | 0.95 | positive |
| g8344.t1 | SIN3B-RELATED | 0.95 | positive |
| g13995.t1 | U3 SMALL NUCLEOLAR RIBONUCLEOPROTEIN PROTEIN MPP10 | 0.95 | positive |
| g10632.t1 | XYLOSYLTRANSFERASE OXT | 0.95 | positive |
| g982.t1 | CARNITINE O-ACYLTRANSFERASE | 0.95 | positive |
| g8893.t1 | TRANSCRIPTIONAL REGULATOR | 0.95 | positive |
| g27777.t1 | DED DOMAIN-CONTAINING PROTEIN | 0.94 | positive |
| g14372.t1 | FIP1-LIKE 1 PROTEIN | 0.94 | positive |
| g4825.t1 | UPF0240 PROTEIN | 0.94 | positive |
| g16136.t1 | TAL1 SCL INTERRUPTING LOCUS | 0.94 | positive |
| g11483.t1 | RIBOSOME BIOGENESIS PROTEIN | 0.94 | positive |
| g16309.t1 | GLUTAMATE-RICH WD REPEAT-CONTAINING PROTEIN 1 | 0.94 | positive |
| g11417.t1 | DNA REPAIR PROTEIN COMPLEMENTING XP-A CELLS | 0.94 | positive |
| g7610.t1 | RNA EXONUCLEASE REXO1 / RECO3 FAMILY MEMBER-RELATED | 0.94 | positive |
| g112.t1 | GLIOMA TUMOR SUPPRESSOR CANDIDATE REGION GENE 1 | 0.94 | positive |
| g10631.t1 | XYLOSYLTRANSFERASE OXT | 0.94 | positive |
| g27873.t1 | -- | 0.94 | positive |
| g9617.t1 | CENTROSOME-ASSOCIATED PROTEIN 350 | 0.93 | positive |
| g10789.t1 | FRUCTOSE-2,6-BISPHOSPHATASE TIGAR | 0.92 | positive |
| g124.t1 | MICROFIBRIL-ASSOCIATED PROTEIN | 0.92 | positive |
| g29644.t1 | DNA-DIRECTED RNA POLYMERASE | 0.92 | positive |
| g16647.t1 | N-ACETYLTRANSFERASE 10 | 0.91 | positive |
| g52.t1 | APICAL PROTEIN/SHROOM-RELATED | 0.91 | positive |
| g13732.t1 | -- | 0.89 | positive |
| g3089.t1 | DNA-DIRECTED RNA POLYMERASES III 80 KDA POLYPEPTIDE RNA POLYMERASE III SUBUNIT 5 | 0.88 | positive |
| g28773.t1 | MUTATED IN BLADDER CANCER 1 | 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 205 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.