-
Notifications
You must be signed in to change notification settings - Fork 1
CyGenexpi
Martin Černý edited this page Dec 29, 2016
·
4 revisions
CyGenexpi is a Cytoscape plugin for validating/inferring genetic networks from time series expression data. It is based on a ordinary differential equation (ODE) model of gene regulation published in Vohradský J., 2001.
If you already have Cytoscape (version 3.4+) you can get CyGenexpi from within Cytoscape through Menu
. You can also download a complete package (Unix and Win) of Cytoscape with CyGenexpi preinstalled. Simply unpack the file and run cytoscape.bat (Win) or cytoscape.sh (Unix).
Cytoscape requires Java 1.8.
Is best shown by an Example.
The general process followed with Genexpi is:
- Start with a network of putative regulations either obtained from database mining or experiments, (for network inference, this may be a complete graph).
- The time-course data are smoothed to provide a continuous curve, we had best results with either polynomial spline or linear kernel estimator.
- Remove genes whose expression does not change significantly throughout the whole time-course.
- Remove genes that could be modelled with 0 regulators (e.g. whose expression could be explained by mRNA synthesis being constant throughout the whole time-course).
- Optional: Human inspection of the results of steps 2&3, possibly overriding the algorithm’s decisions.
- Finding best parameters of the ODE model for each gene-regulator pair. The fitted models are then classified into good and bad fits. Good fits indicate that the regulation is plausible, while bad fits show that the regulation either does not take place or involves additional regulators.
- Optional: Human inspection of the fits, possibly overriding the algorithm’s classification.
CyGenexpi handles time series with the help of the CyDataSeries plugin. Detailed help on importing and manipulating time series can be found there.