Description:
- Imports gene networks from a normal text file with tab separated values. The text file should contain the connection table – a list of edges.
- Each row in this text file represents an edge. The edge is described by 4 tab separated values as follows:
<parent_gene_name> <child_gene_name> <edge_score> <relation_type>
- After importing the text file, the gene network is stored in the CI model and can be saved to a CSML file using the File | Save as command.