Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,14 @@ State is distributed via [`uv`](https://docs.astral.sh/uv). To train models on y
|
|
8 |
uv tool install arc-state
|
9 |
```
|
10 |
|
11 |
-
To
|
12 |
|
13 |
```code
|
14 |
state tx infer --model_dir <ST-Parse_PATH> --pert_col cytokine --adata <INPUT_ADATA>.h5ad --output <OUTPUT_DIR>
|
15 |
```
|
16 |
|
|
|
|
|
17 |
## Running from source
|
18 |
|
19 |
```bash
|
@@ -28,7 +30,7 @@ uv venv
|
|
28 |
uv tool install -e .
|
29 |
```
|
30 |
|
31 |
-
To generate
|
32 |
|
33 |
```code
|
34 |
state tx infer --model_dir <ST-Parse_PATH> --pert_col cytokine --adata <INPUT_ADATA>.h5ad --output <OUTPUT_DIR>
|
|
|
8 |
uv tool install arc-state
|
9 |
```
|
10 |
|
11 |
+
To generate predictions:
|
12 |
|
13 |
```code
|
14 |
state tx infer --model_dir <ST-Parse_PATH> --pert_col cytokine --adata <INPUT_ADATA>.h5ad --output <OUTPUT_DIR>
|
15 |
```
|
16 |
|
17 |
+
This will group the cells in your input AnnData by the specified `pert_col` and run inference with a pretrained ST checkpoint.
|
18 |
+
|
19 |
## Running from source
|
20 |
|
21 |
```bash
|
|
|
30 |
uv tool install -e .
|
31 |
```
|
32 |
|
33 |
+
To generate predictions:
|
34 |
|
35 |
```code
|
36 |
state tx infer --model_dir <ST-Parse_PATH> --pert_col cytokine --adata <INPUT_ADATA>.h5ad --output <OUTPUT_DIR>
|