scGTN: Deep Siamese Graph Transformer Network for Single-cell RNA Sequencing Clustering
pip install -r requirements.txtpython train_scGTN.py --dataset Muraro_human_Pancreas_cell --n_top_genes 2000Place .h5 files in the datasets/ folder.
scGTN/
├── config.py # Model configuration
├── model.py # scGTN model
├── layer.py # Loss functions
├── preprocess.py # Data preprocessing
├── utils.py # Utility functions
├── train_scGTN.py # Training script
├── datasets/ # Data folder
└── README.md