Views
No views yet
1git clone https://github.com/Graph-and-Geometric-Learning/HEIST
2cd HEIST
3pip install -e .1from model.model import GraphEncoder
2
3model = GraphEncoder.from_pretrained("HirenMadhu/HEIST")
4model.eval()cell_embeddings.ipynb in the GitHub repo.1@inproceedings{madhu2026heist,
2 title={{HEIST}: A Graph Foundation Model for Spatial Transcriptomics and Proteomics Data},
3 author={Madhu, Hiren and Rocha, Jo{\~a}o Felipe and Huang, Tinglin and Viswanath, Siddharth and Krishnaswamy, Smita and Ying, Rex},
4 booktitle={The Fourteenth International Conference on Learning Representations},
5 year={2026},
6 url={https://openreview.net/forum?id=lK82jpa8jr}
7}