Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g2461.t1 | - | 1 | positive |
| g10434.t1 | CADHERIN-23 | 0.98 | positive |
| g16658.t1 | CONTACTIN 5 | 0.98 | positive |
| g2952.t1 | CENTROSOMAL PROTEIN 2 | 0.98 | positive |
| g23590.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.98 | positive |
| g10237.t1 | MULTICOPPER OXIDASE-RELATED | 0.97 | positive |
| g10238.t1 | SUSHI DOMAIN-CONTAINING PROTEIN 1 | 0.97 | positive |
| g2936.t1 | CENTROSOMAL PROTEIN 2 | 0.97 | positive |
| g23523.t1 | -- | 0.97 | positive |
| g12668.t1 | -- | 0.97 | positive |
| g16657.t1 | RECEPTOR-TYPE TYROSINE-PROTEIN PHOSPHATASE | 0.97 | positive |
| g27103.t1 | G_PROTEIN_RECEP_F2_4 DOMAIN-CONTAINING PROTEIN | 0.97 | positive |
| g14728.t1 | EUKARYOTIC TRANSLATION INITIATION FACTOR 2-ALPHA KINASE EIF2-ALPHA KINASE -RELATED | 0.97 | positive |
| g11216.t1 | ENHANCER OF MRNA-DECAPPING PROTEIN 4 | 0.97 | positive |
| g12658.t1 | CATION TRANSPORTING ATPASE | 0.97 | positive |
| g34505.t1 | SI:CH211-108C17.2-RELATED-RELATED | 0.97 | positive |
| g13999.t1 | PROBABLE PHOSPHOLIPID-TRANSPORTING ATPASE | 0.97 | positive |
| g2719.t1 | GLR0591 PROTEIN | 0.97 | positive |
| g24216.t1 | TYROSINE-PROTEIN KINASE RECEPTOR | 0.97 | positive |
| g107.t1 | SYNAPTOTAGMIN | 0.97 | positive |
| g23171.t1 | -- | 0.96 | positive |
| g30127.t1 | -- | 0.96 | positive |
| g13062.t1 | SODIUM/CHLORIDE DEPENDENT TRANSPORTER | 0.96 | positive |
| g26543.t1 | MALE STERILE (3) 76CA | 0.95 | positive |
| g26432.t1 | -- | 0.95 | positive |
| g8973.t1 | ANKYRIN REPEAT-CONTAINING | 0.95 | positive |
| g1746.t1 | EXOCYST COMPLEX COMPONENT 4 | 0.95 | positive |
| g8040.t1 | CONTACTIN 5 | 0.94 | 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 102 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.