-
Notifications
You must be signed in to change notification settings - Fork 6
Splenocyte
Qiao Liu edited this page Aug 28, 2020
·
7 revisions
git clone https://github.com/kimmo1019/scDEC.git
Downloaded Splenocyte dataset which has been formatted as input of scDEC from the zenode repository. Note that it should be located in the datasets
folder.
python main_clustering.py --data Splenocyte --K 12 --dx 10 --dy 20
The results will be saved in the results/Splenocyte/20200820_163135_x_dim=10_y_dim=20_alpha=10.0_beta=10.0_ratio=0.2
folder.
python eval.py --data Splenocyte --timestamp 20200820_163135
The visualization of latent features will be saved as scDEC_embedding.png
in the same result folder.