Interactive visualization of gene co-expression networks, expression and funtional enrichment analysis.
| Gene ID | Description | PCC | Relationship |
|---|---|---|---|
| g6614.t1 | COLLAGEN ALPHA | 1 | positive |
| g17806.t1 | COLLAGEN ALPHA | 1.00 | positive |
| g34677.t1 | COLLAGEN ALPHA | 1.00 | positive |
| g27385.t1 | MICROSOMAL DIPEPTIDASE | 0.99 | positive |
| g34663.t1 | SI:CH211-266K2.1 | 0.99 | positive |
| g17621.t1 | -- | 0.99 | positive |
| g12961.t1 | T-BOX PROTEIN-RELATED | 0.99 | positive |
| g13454.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g4784.t1 | POLYCYSTIN FAMILY MEMBER | 0.99 | positive |
| g28439.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g7.t1 | NEUROTRANSMITTER GATED ION CHANNEL | 0.99 | positive |
| g126.t1 | THROMBOSPONDIN | 0.99 | positive |
| g14389.t1 | TRANSMEMBRANE PROTEASE SERINE | 0.99 | positive |
| g2930.t1 | ADAMTS A DISINTEGRIN AND METALLOPROTEASE WITH THROMBOSPONDIN MOTIFS PROTEASE | 0.99 | positive |
| g2113.t1 | -- | 0.99 | positive |
| g27238.t1 | TRYPTASE-RELATED | 0.99 | positive |
| g34675.t1 | SI:CH211-266K2.1 | 0.99 | positive |
| g8733.t1 | CALCIUM-ACTIVATED POTASSIUM CHANNEL ALPHA CHAIN | 0.99 | positive |
| g3348.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g2901.t1 | ANKYRIN REPEAT PROTEIN | 0.99 | positive |
| g31421.t1 | SI:CH211-266K2.1 | 0.99 | positive |
| g9349.t1 | SURFACE ANTIGEN BSPA-LIKE-RELATED | 0.99 | positive |
| g14024.t1 | LYSYL OXIDASE-LIKE-RELATED | 0.99 | positive |
| g6445.t1 | FIBRILLIN-RELATED | 0.99 | positive |
| g13536.t1 | SODIUM/CALCIUM EXCHANGER | 0.99 | positive |
| g12821.t1 | -- | 0.99 | positive |
| g7744.t1 | SULFATE TRANSPORTER | 0.99 | positive |
| g35970.t1 | PENICILLIN-BINDING PROTEIN | 0.99 | positive |
| g6303.t1 | XANTHINE DEHYDROGENASE | 0.99 | positive |
| g13340.t1 | TENEURIN AND N-ACETYLGLUCOSAMINE-1-PHOSPHODIESTER ALPHA-N-ACETYLGLUCOSAMINIDASE | 0.99 | positive |
| g4678.t1 | CONTACTIN 5 | 0.99 | positive |
| g18807.t1 | 5-HYDROXYTRYPTAMINE RECEPTOR | 0.99 | positive |
| g853.t1 | -- | 0.99 | positive |
| g34672.t1 | COLLAGEN ALPHA | 0.99 | positive |
| g4151.t1 | DYNEIN HEAVY CHAIN | 0.99 | positive |
| g10529.t1 | ORGANIC ANION TRANSPORTER | 0.98 | positive |
| g31974.t1 | ANK_REP_REGION DOMAIN-CONTAINING PROTEIN | 0.98 | positive |
| g7907.t1 | -- | 0.98 | positive |
| g15181.t1 | -- | 0.98 | positive |
| g18559.t1 | N-ACETYLATED-ALPHA-LINKED ACIDIC DIPEPTIDASE | 0.98 | positive |
| g17867.t1 | CTX-RELATED TYPE I TRANSMEMBRANE PROTEIN | 0.98 | positive |
| g21113.t1 | RIBONUCLEASE | 0.98 | 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 233 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.