Switch to unified view

a/README.md b/README.md
1
<img src="https://github.com/Lotfollahi-lab/nichecompass/blob/main/docs/_static/nichecompass_logo_readme.png" width="800" alt="nichecompass-logo">
1
<img src="https://github.com/Lotfollahi-lab/nichecompass/blob/main/docs/_static/nichecompass_logo_readme.png?raw=true" width="800" alt="nichecompass-logo">
2
2
3
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/Lotfollahi-lab/nichecompass/blob/main/LICENSE)
3
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/Lotfollahi-lab/nichecompass/blob/main/LICENSE)
4
[![Stars](https://img.shields.io/github/stars/Lotfollahi-lab/nichecompass?logo=GitHub&color=yellow)](https://github.com/Lotfollahi-lab/nichecompass/stargazers)
4
[![Stars](https://img.shields.io/github/stars/Lotfollahi-lab/nichecompass?logo=GitHub&color=yellow)](https://github.com/Lotfollahi-lab/nichecompass/stargazers)
5
[![PyPI](https://img.shields.io/pypi/v/nichecompass.svg)](https://pypi.org/project/nichecompass)
5
[![PyPI](https://img.shields.io/pypi/v/nichecompass.svg)](https://pypi.org/project/nichecompass)
6
[![PyPIDownloads](https://static.pepy.tech/badge/nichecompass)](https://pepy.tech/project/nichecompass)
6
[![PyPIDownloads](https://static.pepy.tech/badge/nichecompass)](https://pepy.tech/project/nichecompass)
7
[![Docs](https://readthedocs.org/projects/nichecompass/badge/?version=latest)](https://nichecompass.readthedocs.io/en/stable/?badge=stable)
7
[![Docs](https://readthedocs.org/projects/nichecompass/badge/?version=latest)](https://nichecompass.readthedocs.io/en/stable/?badge=stable)
8
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
8
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9
[![PyPI](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
9
[![PyPI](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
10
10
11
NicheCompass (**N**iche **I**dentification based on **C**ellular grap**H** **E**mbeddings of **COM**munication **P**rograms **A**ligned across **S**patial **S**amples) is a package for end-to-end analysis of spatial multi-omics data, including spatial atlas building, niche identification & characterization, cell-cell communication inference and spatial reference mapping. It is built on top of [PyG](https://pytorch-geometric.readthedocs.io/en/latest/) and [AnnData](https://anndata.readthedocs.io/en/latest/).
11
NicheCompass (**N**iche **I**dentification based on **C**ellular grap**H** **E**mbeddings of **COM**munication **P**rograms **A**ligned across **S**patial **S**amples) is a package for end-to-end analysis of spatial multi-omics data, including spatial atlas building, niche identification & characterization, cell-cell communication inference and spatial reference mapping. It is built on top of [PyG](https://pytorch-geometric.readthedocs.io/en/latest/) and [AnnData](https://anndata.readthedocs.io/en/latest/).
12
12
13
## Resources
13
## Resources
14
- An installation guide, tutorials and API documentation is available in the [documentation](https://nichecompass.readthedocs.io/).
14
- An installation guide, tutorials and API documentation is available in the [documentation](https://nichecompass.readthedocs.io/).
15
- Please use [issues](https://github.com/Lotfollahi-lab/nichecompass/issues) to submit bug reports.
15
- Please use [issues](https://github.com/Lotfollahi-lab/nichecompass/issues) to submit bug reports.
16
- If you would like to contribute, check out the [contributing guide](https://nichecompass.readthedocs.io/en/latest/contributing.html).
16
- If you would like to contribute, check out the [contributing guide](https://nichecompass.readthedocs.io/en/latest/contributing.html).
17
- If you find NicheCompass useful for your research, please consider citing the NicheCompass manuscript.
17
- If you find NicheCompass useful for your research, please consider citing the NicheCompass manuscript.
18
18
19
## Reference
19
## Reference
20
```
20
```
21
@article{Birk2025,
21
@article{Birk2025,
22
  author    = {Birk, S. and Bonafonte-Pard{\`a}s, I. and Feriz, A. M. and et al.},
22
  author    = {Birk, S. and Bonafonte-Pard{\`a}s, I. and Feriz, A. M. and et al.},
23
  title     = {Quantitative characterization of cell niches in spatially resolved omics data},
23
  title     = {Quantitative characterization of cell niches in spatially resolved omics data},
24
  journal   = {Nature Genetics},
24
  journal   = {Nature Genetics},
25
  year      = {2025},
25
  year      = {2025},
26
  doi       = {10.1038/s41588-025-02120-6},
26
  doi       = {10.1038/s41588-025-02120-6},
27
  url       = {https://doi.org/10.1038/s41588-025-02120-6}
27
  url       = {https://doi.org/10.1038/s41588-025-02120-6}
28
}
28
}
29
```
29
```