daviddaiweizhang / istar

GNU General Public License v3.0
75 stars 7 forks source link

Inferring Supper-Resolution Tissue Architecture by Integrating Spatial Transcriptomics and Histology

This software package implements iStar (Inferring Supper-resolution Tissue ARchitecture), which enhances the spatial resolution of spatial transcriptomic data from a spot-level to a near-single-cell level. The iStar method is presented in the following paper:

Daiwei Zhang, Amelia Schroeder, Hanying Yan, Haochen Yang, Jian Hu, Michelle Y. Y. Lee, Kyung S. Cho, Katalin Susztak, George X. Xu, Michael D. Feldman, Edward B. Lee, Emma E. Furth, Linghua Wang, Mingyao Li. Inferring super-resolution tissue architecture by integrating spatial transcriptomics with histology. Nature Biotechnology (2024). https://doi.org/10.1038/s41587-023-02019-9

iStar WebUI (Update 2024-05-11)

A web version of iStar is now available at istar.live. New features will be continuously added here as we develop expansions of the model. Please contact Daiwei (David) Zhang if you encounter any issues or have any questions.

Get Started

To run the demo,

# Use Python 3.9 or above
pip install -r requirements.txt
./run_demo.sh

Using GPUs is highly recommended.

Data format

License

The software package is licensed under GPL-3.0. For commercial use, please contact Daiwei (David) Zhang and Mingyao Li.

Acknowledgements

The codes for iStar are written by Daiwei (David) Zhang and under active development. Please open an issue on GitHub if you have any questions about the software package.

The codebase for the hierarchical vision transformer is built upon Vision Transformer (as implemented by Hugging Face), DINO, and HIPT. We thank the authors for releasing the codes and the model weights.

If you find this work useful, please consider citing

@article{zhang2024inferring,
  title = {Inferring Super-Resolution Tissue Architecture by Integrating Spatial Transcriptomics with Histology},
  author = {Zhang, Daiwei and Schroeder, Amelia and Yan, Hanying and Yang, Haochen and Hu, Jian and Lee, Michelle Y. Y. and Cho, Kyung S. and Susztak, Katalin and Xu, George X. and Feldman, Michael D. and Lee, Edward B. and Furth, Emma E. and Wang, Linghua and Li, Mingyao},
  year = {2024},
  month = jan,
  journal = {Nature Biotechnology},
  pages = {1--6},
  doi = {10.1038/s41587-023-02019-9},
}

as well as Vision Transformer, DINO, and HIPT.