Creating a New Project: Delimited Text Files

New Project dialog

A delimited text file is simply any plain text file that contains a "table" of data in which each column is separated by a certain character. This type of file is extremely common; most spreadsheet applications can create them, and R and other statistical analysis packages can output results to this type of file. For this example, we'll be looking at the following file, created in Excel:
Data file in Excel
To save an Excel file as a delimited text file, choose File->Save As... In the dialog that appears, choose either the Text (Tab delimited) or CSV (Comma delimited) option from the Save as type drop-down menu. Note that whatever character you use as a delimited can't appear anywhere in the data (i.e. don't choose Comma delimited if any commas appear in your data).
Save as dialog
Note that data can come from any source, not just Excel. In fact, for extremely large data sets (which MetaOmGraph is adept at handling), Excel may be unusable. An Excel file is simply used as an example. The process for data from any other source is identical.

Loading Your Data

Before loading your data into MetaOmGraph, there are three things you need to know about your file:

When you're ready to load your file into MetaOmGraph, choose File->New Project->From Delimited Text File... In the New Project dialog, click the Browse... button next to Data File and select your data file. MetaOmGraph will analyze the file, and if successful, will fill in the rest of the fields for you. The status message at the bottom of the dialog will indicate whether the analysis was successful. Check the rest of the fields to ensure they're correct, then click OK. Your data will be loaded into MetaOmGraph.

Retrieving Data From MetNetDB

If your info columns/row identifiers contain arabidopsis gene IDs (locus IDs, affy IDs), after loading your project, you will be prompted to connect to MetNetDB to retrieve additional data. This data includes gene names, and MetNet pathways in which the genes appear. Retrieving this data is optional, and requires an Internet connection.

Optional Files

There are three optional files that you can load in addition to your data file.