Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g8495.t1 | SERINE/THREONINE-PROTEIN KINASE | 1 | positive |
| g27061.t1 | RAB GDP-DISSOCIATION INHIBITOR | 0.98 | positive |
| g2719.t1 | GLR0591 PROTEIN | 0.98 | positive |
| g9271.t1 | SERINE/THREONINE-PROTEIN KINASE NEK | 0.97 | positive |
| g12346.t1 | GABA-B RECEPTOR | 0.97 | positive |
| g30127.t1 | -- | 0.97 | positive |
| g17292.t1 | ENDOGLIN/TGF-BETA RECEPTOR TYPE III | 0.97 | positive |
| g4748.t1 | -- | 0.97 | positive |
| g32099.t1 | METABOTROPIC GLUTAMATE RECEPTOR | 0.97 | positive |
| g11768.t1 | AAA-FAMILY ATPASE | 0.97 | positive |
| g6644.t1 | REGULATOR OF G PROTEIN SIGNALING | 0.97 | positive |
| g12220.t1 | HYDROLASE OF PHP SUPERFAMILY-RELATED PROTEIN | 0.97 | positive |
| g1819.t1 | CALPAIN | 0.97 | positive |
| g21652.t1 | P-LOOP CONTAINING NUCLEOSIDE TRIPHOSPHATE HYDROLASE | 0.97 | positive |
| g1197.t1 | DOUBLE-STRAND BREAK REPAIR RAD50 ATPASE, PUTATIVE-RELATED | 0.96 | positive |
| g19119.t1 | RIKEN CDNA 1700001C19 GENE | 0.96 | positive |
| g23413.t1 | FORMIN-BINDING PROTEIN 4 | 0.96 | positive |
| g23590.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.96 | positive |
| g6872.t1 | ALPHA-MANNOSIDE BETA-1,6-N-ACETYLGLUCOSAMINYLTRANSFERASE | 0.96 | positive |
| g16583.t1 | -- | 0.96 | positive |
| g16508.t1 | VACUOLAR PROTEIN SORTING-ASSOCIATED PROTEIN 37 | 0.96 | positive |
| g7311.t1 | CENTROMERE PROTEIN E | 0.96 | positive |
| g13795.t1 | PROTEIN PHOSPHATASE 1 REGULATORY SUBUNIT 27 | 0.96 | positive |
| g27458.t1 | NEUROPEPTIDE Y RECEPTOR | 0.96 | positive |
| g5349.t1 | FAMILY WITH SEQUENCE SIMILARITY 216 MEMBER A | 0.96 | positive |
| g30862.t1 | BETA-1,3-N-ACETYLGLUCOSAMINYLTRANSFERASE | 0.96 | positive |
| g22212.t1 | PHD-TYPE DOMAIN-CONTAINING PROTEIN | 0.95 | positive |
| g28149.t1 | -- | 0.95 | positive |
| g34939.t1 | TRANSCRIPTIONAL ACTIVATOR CUBITUS INTERRUPTUS | 0.95 | positive |
| g10773.t1 | -- | 0.92 | 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 109 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.