Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data loaders for SpatialData elements #1292

Open
5 of 17 tasks
Tracked by #1834
keller-mark opened this issue Jul 1, 2022 · 6 comments
Open
5 of 17 tasks
Tracked by #1834

Data loaders for SpatialData elements #1292

keller-mark opened this issue Jul 1, 2022 · 6 comments
Labels

Comments

@keller-mark
Copy link
Member

keller-mark commented Jul 1, 2022

User story

Tasks

Old issue contents

See

Preferred solution

  • Implement a convenience file type table.ome-zarr which transforms a file definition that points to a Zarr store containing an OME-NGFF table prototype into minimal AnnData file types implemented in File types and data types to support obs-x-feature use cases #1261 (and image.ome-zarr or obsSegmentations.ome-zarr file definitions)
    • Options for obsLocations: { path } and obsSegmentations: { path } to support PointTables and RegionTables
    • Eventually options for Regions of Interest as discussed in Regions of Interest #1284

Remaining tasks after #1693

Tasks

@keller-mark keller-mark added the feature New feature or request label Jul 1, 2022
@will-moore
Copy link
Contributor

I was just starting to look into vitessce's support for OME-NGFF and AnnData, hoping to view the proposed (soon to be merged?) NGFF table spec data in Vitessce. E.g. using sample data from https://github.com/kevinyamauchi/ome-ngff-tables-prototype/blob/main/examples/save_load_squidpy_segment.py as it appears in napari: ome/ngff#64 (comment)

I found this issue when trying to take the first step of viewing an OME-NGFF image in vitessce...

http://vitessce.io/docs/data-file-types/#rasterome-zarr

Using a config (below) based on the example there, and serving that locally: http://vitessce.io/#?edit=false&url=http://localhost:8000/vitessce/image_config.json I got:
"The dataset configuration is missing a version, preventing validation."

{
  "url": "http://localhost:8000/6001247.zarr",
  "type": "raster",
  "fileType": "raster.ome-zarr"
}

I don't see a version on any other examples on that page, so not sure what to use.

I see that the docs at https://github.com/vitessce/vitessce/blob/main/docs/docs/data-file-types.mdx#imageome-zarr are quite a bit different from those deployed above, so I'm not sure which to use for the app at http://vitessce.io?

@will-moore
Copy link
Contributor

Ah - with #1167 I found the example at https://github.com/vitessce/vitessce/blob/main/src/demo/view-configs/blin.js to be helpful

@keller-mark keller-mark changed the title Data loaders for ome-ngff-tables-prototype Data loaders for SpatialData Aug 16, 2023
@keller-mark
Copy link
Member Author

ome/ngff#138

@keller-mark
Copy link
Member Author

@keller-mark keller-mark pinned this issue Sep 20, 2023
@keller-mark keller-mark changed the title Data loaders for SpatialData Data loaders for SpatialData elements Mar 31, 2024
@keller-mark keller-mark unpinned this issue Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants