You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ As a simple example for illustrative purposes, you may run the provided simulate
75
75
76
76
```bash
77
77
$ cd scalation_1.3/scalation/modeling
78
-
$ ./gene_analysis.sh simu.csv simuOut -r -10
78
+
$ ./gene_analysis.sh simu.csv simuOut -r \-100
79
79
```
80
80
81
81
## Software Options
@@ -84,7 +84,7 @@ The following is a comprehensive list of options for running the software:
84
84
85
85
| Option | Description |
86
86
| --- | --- |
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). |
88
88
|`-m <OPTARG>`| Specify k-max as `<OPTARG>`, the starting point for `k0` in the tight clustering algorithm. DEFAULT is `6`. |
89
89
|`-s`| Do not to use Singular Value Decomposition (SVD) for Gap Statistic clustering. DEFAULT is to use SVD. |
90
90
|`-p`| Generate plots for raw and smoothed data points. DEFAULT is to not generate plots. |
0 commit comments