diff --git a/README.md b/README.md index eecb391..59acd41 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,18 @@ The CLI allows you to calculate differential centralities using gene expression 1. **Using a single file with pre-calculated fold-changes:** ```bash - gemcat -e -o + gemcat -e -o ``` - * ``: Path to your input file. * ``: Path to your metabolic model file (SBML, JSON, or MAT format). + * ``: Path to your input file. * ``: The name of the column in your CSV containing the fold-change values. * ``: The desired output file path. 2. **Using two files (or one) with condition and baseline expression values:** ```bash - gemcat -e -b -c -o + gemcat -e -b -c -o ``` + * ``: Path to your metabolic model file (SBML, JSON, or MAT format). * ``: Path to the file with expression values for your experimental condition. * ``: Path to the file with baseline expression values. If this is the same as the condition file, you can omit the `-b` flag and just use `` as the second positional argument. * ``: Name of the column with condition expression data. @@ -119,7 +120,7 @@ The CLI allows you to calculate differential centralities using gene expression 3. **Using built-in models:** If you don't have a model file, GEMCAT can automatically access some common models by name: ```bash - gemcat -e -o + gemcat -e -o ``` Currently supported model names: * `recon3d`: [Recon3D](http://bigg.ucsd.edu/models/Recon3D)