Skip to content

Commit e7f30a3

Browse files
authored
Update README.md
1 parent 76d4d34 commit e7f30a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ Example (`input.csv`):
4949
```bash
5050
Rscript Rscript_ssGSEA.R -i input_file.csv -o output_file.csv
5151
```
52+
# Beta-VAE Training Script
53+
54+
This script trains a Beta-VAE model on single-cell RNA sequencing data. Below are the instructions for running the script.
55+
56+
## Prerequisites
57+
58+
Make sure you have the following dependencies installed:
59+
60+
```bash
61+
pip install torch anndata scanpy numpy scikit-learn json argparse

0 commit comments

Comments
 (0)