Skip to content

Commit ce19e9d

Browse files
authored
Update README.md
1 parent 42c63c0 commit ce19e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ As a simple example for illustrative purposes, you may run the provided simulate
7575

7676
```bash
7777
$ cd scalation_1.3/scalation/modeling
78-
$ ./gene_analysis.sh simu.csv simuOut -r -10
78+
$ ./gene_analysis.sh simu.csv simuOut -r \-100
7979
```
8080

8181
## Software Options
@@ -84,7 +84,7 @@ The following is a comprehensive list of options for running the software:
8484

8585
| Option | Description |
8686
| --- | --- |
87-
| `-r <OPTARG>` | Specify the row sum as `OPTARG` (for filtering the results). DEFAULT is 100. This filters out "housekeeping" or inconsequential samples whose gene expression levels across all observations do not warrant scrutiny. NOTE that a negative number may be passed here as a parameter, however you must use an escape sequence to pass it (i.e. - to pass -1 you must use -1). |
87+
| `-r <OPTARG>` | Specify the row sum as `OPTARG` (for filtering the results). DEFAULT is 100. This filters out "housekeeping" or inconsequential samples whose gene expression levels across all observations do not warrant scrutiny. NOTE that a negative number may be passed here as a parameter, however you must use an escape sequence to pass it (i.e. - to pass -1 you must use \-1). |
8888
| `-m <OPTARG>` | Specify k-max as `<OPTARG>`, the starting point for `k0` in the tight clustering algorithm. DEFAULT is `6`. |
8989
| `-s` | Do not to use Singular Value Decomposition (SVD) for Gap Statistic clustering. DEFAULT is to use SVD. |
9090
| `-p` | Generate plots for raw and smoothed data points. DEFAULT is to not generate plots. |

0 commit comments

Comments
 (0)