abhinadduri commited on
Commit
095e44b
·
verified ·
1 Parent(s): 25bfa0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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-Tahoe_PATH> --pert_col drugname_drugconc --adata <INPUT_ADATA>.h5ad --output <OUTPUT_DIR>
15
  ```
16
 
 
 
17
  ## Running from source
18
 
19
  ```bash
 
8
  uv tool install arc-state
9
  ```
10
 
11
+ To generate predictions:
12
 
13
  ```code
14
  state tx infer --model_dir <ST-Tahoe_PATH> --pert_col drugname_drugconc --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