We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d4d34 commit e7f30a3Copy full SHA for e7f30a3
README.md
@@ -49,3 +49,13 @@ Example (`input.csv`):
49
```bash
50
Rscript Rscript_ssGSEA.R -i input_file.csv -o output_file.csv
51
```
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