MetaReg models are stored in simple tab-delimited files, composed of several sections. Each section begins with a section header (starting with @) and ends with an empty line. Sample files can be found in the examples/ folder in the installation path.
@MODELThis section contains a single line specifying the name of the model. | |
@AUTHORThis section contains a single line specifying the authors of the model. | |
@SPECIESThis section contains a single line with the NCBI Taxonomy identifier of the species the model refers to. | |
@VARIABLEEach line in this section contains a general description of a variable in the model. The columns in this section are:
| |
@VARIABLE_ATTRIBThis section contains additional attributes of the model variables. Every line describes a single attribute of a single variable. The first column contains the internal variable identifier and the second column the name of the attribute. Supported attributes are:
| |
@LOGICEach line in this section contains a general description of a logic in the model. Note that the number of logics can be larger than the number of variables, as variable's logic can be a superposition of several logics. The columns in this section are:
| |
@LOGIC_ATTRIBThis section contains additional attributes of the model logics. Every line describes a single attribute of a single logic. The first column contains the internal logic identifier and the second column the name of the attribute. Supported attributes are:
| |
@FEEDBACK_SETThis section describes the feedback set in the model. A feedback set is a set of variables, removal of which removes all the cycles from the model and turns it into a directed acyclic graph (DAG). The feedback set is described as a list of internal variable identifiers (one per line). | |
@SUBNETThis section is used for executing the predictions engine. It specifies the connected component of the model on which the predictions engine is executed. The connected component is specified via an internal identifier of a variable in the component. | |
@CONDITIONSThis section lists the experimental data conditions loaded into the model. Every condition is listed in a separate line. The columns in this section are:
| |
@CONDATTRIBThis section lists the experimental setting (variable perturbations) in every experimental conditions. Each line lists a single perturbation in a single condition. This section contains three columns:
| |
@CONDDATAThis section lists the values of the variables as measured in the different experimental conditions. Each line lists a single measurement in a single condition. This section contains three columns:
|