|
|
|
|
|
Model Inference Software
|
We are making the model inference algorithm available as a plugin to Cytoscape, a network analysis and visualization software package. We provide a Java JAR file of compiled software as well as the interaction network and expression data used in this study.
Download & Installation
- This plugin requires Cytoscape version 2.1 or later. You can download the latest version of Cytoscape here
- Download the plugin (click here) and save it in the "plugins" directory in your Cytoscape installation.
- Download and save the three data files. Make sure they are in the same directory.
Generate models used in this study
To generate the models used in this study:
- Start Cytoscape from the directory where you saved the data files
- Select "Explain knockout data->Run algorithm" from the Plugins menu
- By default all of the algorithm parameters are preset to the values used in this study.
- Click "Run!"
- It will take 10-15 minutes for the algorithm to finish. Network models should appear in Cytoscape once the analysis is done. Model 0 in the output corresponds to Figure 1a. Model 4 corresponds to Figure 1b.
Note: You may need to edit your Cytoscape "Visual Properties" to get the models to look more like Figure 1 and the supplemental figures. Exact replication of the published results, however, will not be possible because the results have been post-processed for publication.
Application to other data sets
Using your own expression data
Expression profiling experiments must measure the change in expression in a single-gene knockout versus wild-type. For each expression change the following data are required:
[KO ORF] |
The ORF name of the gene that is knocked out. |
[Changing ORF] |
The ORF name of the gene that is differentially expressed |
[p-value] |
The significance of the differential expression |
[log ratio] |
The base 10 log ratio of the expression change (KO vs wild-type) |
Each line in the input expression file must contain data for one differentially expressed gene in one knockout experiment.
Each line must be in the following format:
[KO ORF] ko [Changing ORF] = [p-value] [log ratio]
See the expression file used in this study for an example.
|
|
|
|
|
|
|
|