|
a |
|
b/docs/index.md |
|
|
1 |
# Documentation |
|
|
2 |
|
|
|
3 |
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/). |
|
|
4 |
The package is developed and maintained by the [Lotfollahi Lab](https://github.com/Lotfollahi-lab) at the Wellcome Sanger Institute. |
|
|
5 |
|
|
|
6 |
::::{grid} 1 2 3 3 |
|
|
7 |
:gutter: 2 |
|
|
8 |
|
|
|
9 |
:::{grid-item-card} Installation {octicon}`plug;1em;` |
|
|
10 |
:link: installation |
|
|
11 |
:link-type: doc |
|
|
12 |
|
|
|
13 |
Check out the installation guide. |
|
|
14 |
::: |
|
|
15 |
|
|
|
16 |
:::{grid-item-card} Tutorials {octicon}`play;1em;` |
|
|
17 |
:link: tutorials/index |
|
|
18 |
:link-type: doc |
|
|
19 |
|
|
|
20 |
Learn by following example applications of NicheCompass. |
|
|
21 |
::: |
|
|
22 |
|
|
|
23 |
:::{grid-item-card} User Guide {octicon}`book;1em;` |
|
|
24 |
:link: user_guide/index |
|
|
25 |
:link-type: doc |
|
|
26 |
|
|
|
27 |
Review good practices for training NicheCompass models on your own data. |
|
|
28 |
::: |
|
|
29 |
|
|
|
30 |
:::{grid-item-card} API {octicon}`info;1em;` |
|
|
31 |
:link: api/index |
|
|
32 |
:link-type: doc |
|
|
33 |
|
|
|
34 |
Find a detailed description of NicheCompass APIs. |
|
|
35 |
::: |
|
|
36 |
|
|
|
37 |
:::{grid-item-card} Release Notes {octicon}`tag;1em;` |
|
|
38 |
:link: release_notes/index |
|
|
39 |
:link-type: doc |
|
|
40 |
|
|
|
41 |
Follow the latest changes to NicheCompass. |
|
|
42 |
::: |
|
|
43 |
|
|
|
44 |
:::{grid-item-card} Contributing {octicon}`code;1em;` |
|
|
45 |
:link: contributing |
|
|
46 |
:link-type: doc |
|
|
47 |
|
|
|
48 |
Help improve NicheCompass. |
|
|
49 |
::: |
|
|
50 |
:::: |
|
|
51 |
|
|
|
52 |
If you find NicheCompass useful for your research, please consider citing the NicheCompass manuscript. |
|
|
53 |
|
|
|
54 |
```{toctree} |
|
|
55 |
:hidden: true |
|
|
56 |
:maxdepth: 3 |
|
|
57 |
:titlesonly: true |
|
|
58 |
|
|
|
59 |
installation |
|
|
60 |
tutorials/index |
|
|
61 |
api/index |
|
|
62 |
release_notes/index |
|
|
63 |
contributing.md |
|
|
64 |
references.md |
|
|
65 |
``` |