1
- # ` MyoQuant `
1
+ # ` myoquant `
2
2
3
3
MyoQuant Analysis Command Line Interface
4
4
5
5
** Usage** :
6
6
7
7
``` console
8
- $ MyoQuant [OPTIONS] COMMAND [ARGS]...
8
+ $ myoquant [OPTIONS] COMMAND [ARGS]...
9
9
```
10
10
11
11
** Options** :
@@ -18,14 +18,14 @@ $ MyoQuant [OPTIONS] COMMAND [ARGS]...
18
18
* ` he-analysis ` : Run the HE analysis and quantification on...
19
19
* ` sdh-analysis ` : Run the SDH analysis and quantification on...
20
20
21
- ## ` MyoQuant docs`
21
+ ## ` myoquant docs`
22
22
23
23
Generate documentation
24
24
25
25
** Usage** :
26
26
27
27
``` console
28
- $ MyoQuant docs [OPTIONS] COMMAND [ARGS]...
28
+ $ myoquant docs [OPTIONS] COMMAND [ARGS]...
29
29
```
30
30
31
31
** Options** :
@@ -36,14 +36,14 @@ $ MyoQuant docs [OPTIONS] COMMAND [ARGS]...
36
36
37
37
* ` generate ` : Generate markdown version of usage...
38
38
39
- ### ` MyoQuant docs generate`
39
+ ### ` myoquant docs generate`
40
40
41
41
Generate markdown version of usage documentation
42
42
43
43
** Usage** :
44
44
45
45
``` console
46
- $ MyoQuant docs generate [OPTIONS]
46
+ $ myoquant docs generate [OPTIONS]
47
47
```
48
48
49
49
** Options** :
@@ -52,14 +52,14 @@ $ MyoQuant docs generate [OPTIONS]
52
52
* ` --output FILE ` : An output file to write docs to, like README.md.
53
53
* ` --help ` : Show this message and exit.
54
54
55
- ## ` MyoQuant he-analysis`
55
+ ## ` myoquant he-analysis`
56
56
57
57
Run the HE analysis and quantification on the image.
58
58
59
59
** Usage** :
60
60
61
61
``` console
62
- $ MyoQuant he-analysis [OPTIONS] IMAGE_PATH
62
+ $ myoquant he-analysis [OPTIONS] IMAGE_PATH
63
63
```
64
64
65
65
** Arguments** :
@@ -81,14 +81,14 @@ $ MyoQuant he-analysis [OPTIONS] IMAGE_PATH
81
81
* ` --fluo-nuc FILE ` : The path to single channel fluo image for nuclei.
82
82
* ` --help ` : Show this message and exit.
83
83
84
- ## ` MyoQuant sdh-analysis`
84
+ ## ` myoquant sdh-analysis`
85
85
86
86
Run the SDH analysis and quantification on the image.
87
87
88
88
** Usage** :
89
89
90
90
``` console
91
- $ MyoQuant sdh-analysis [OPTIONS] IMAGE_PATH
91
+ $ myoquant sdh-analysis [OPTIONS] IMAGE_PATH
92
92
```
93
93
94
94
** Arguments** :
@@ -105,4 +105,3 @@ $ MyoQuant sdh-analysis [OPTIONS] IMAGE_PATH
105
105
* ` --export-map / --no-export-map ` : Export the original image with cells painted by classification label. [ default: export-map]
106
106
* ` --export-stats / --no-export-stats ` : Export per fiber stat table. [ default: export-stats]
107
107
* ` --help ` : Show this message and exit.
108
-
0 commit comments