|
a |
|
b/script/run_scMDC_script.sh |
|
|
1 |
#!/bin/bash -l |
|
|
2 |
#SBATCH --gres=gpu:1 |
|
|
3 |
|
|
|
4 |
#Here are the commands for the real data experiments. We test ten times on each dataset. |
|
|
5 |
|
|
|
6 |
f=../datasets/CITESeq_GSE128639_BMNC_annodata.h5 |
|
|
7 |
echo "Run CITE-seq BMNC" |
|
|
8 |
python -u run_scMDC.py --n_clusters 27 --ae_weight_file AE_weights_bmnc.pth.tar --data_file $f --save_dir citeseq_bmnc / |
|
|
9 |
--embedding_file --prediction_file --filter1 |
|
|
10 |
|
|
|
11 |
f=../datasets/SMAGESeq_10X_pbmc_granulocyte_plus.h5 |
|
|
12 |
echo "Run SMAGE-seq PBMC10K" |
|
|
13 |
python -u run_scMDC.py --n_clusters 12 --ae_weight_file AE_weights_pbmc10k.pth.tar --data_file $f --save_dir atac_pbmc10k / |
|
|
14 |
--embedding_file --prediction_file --filter1 --filter2 --f1 2000 --f2 2000 -el 256 128 64 -dl1 64 128 256 -dl2 64 128 256 -phi1 0.005 -phi2 0.005 -signma2 2.5 -tau .1 |
|
|
15 |
|
|
|
16 |
f=../datasets/CITESeq_realdata_spleen_lymph_111_anno_multiBatch.h5 |
|
|
17 |
echo "Run multi-batch CITE-seq SLN111" |
|
|
18 |
python -u run_scMDC_batch.py --n_clusters 35 --ae_weight_file AE_weights_sln111.pth.tar --data_file $f --save_dir citeseq_sln111 / |
|
|
19 |
--embedding_file --prediction_file --filter1 |