Skip to content

Commit f2375da

Browse files
committed
hyperlink pkgdown
1 parent 617b6f5 commit f2375da

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
R/_*
2+
*.html
23
*.Rproj
34
.DS_Store
45
.Rhistory

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ It enables the representation, handling, and integration of diverse spatial omic
77
using the [OME-NGFF (Next Generation File Format)](https://ngff.openmicroscopy.org) standard.
88
For more details on the framework, see [Marconato et al. (2024)](https://doi.org/10.1038/s41592-024-02212-x).
99

10+
## Resources
11+
12+
- [SpatialData class](https://helenalc.github.io/SpatialData/articles/SpatialData.html) documentation.
13+
- [SpatialData.plot](https://github.com/HelenaLC/SpatialData.plot): Visualization capabilities.
14+
- [SpatialData.demo](https://helenalc.github.io/SpatialData.demo/): Biotechnology workflows.
15+
- [SpatialData.data](https://github.com/HelenaLC/SpatialData.data): Example `SpatialData`sets.
16+
1017
## Key features
1118

1219
- Out-of-memory handling of images and labels using `ZarrArray` (via the [Rarr](https://bioconductor.org/packages/Rarr) package).
@@ -58,11 +65,6 @@ coordinate systems(5):
5865
- sequence(1): blobs_labels
5966
```
6067

61-
## Related Packages
62-
63-
- [SpatialData.plot](https://github.com/HelenaLC/SpatialData.plot): Visualization tools for `SpatialData` objects.
64-
- [SpatialData.data](https://github.com/HelenaLC/SpatialData.data): Example datasets and data reading/writing utilities.
65-
6668
***
6769

6870
*Past and current contributors include (in alphabetical order):

0 commit comments

Comments
 (0)