-
Notifications
You must be signed in to change notification settings - Fork 18
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
View OME-NGFF collection of Images #123
Comments
This will be really useful! I have a HCS dataset we published and was wondering exactly the feature you are describing. Have some other use cases too, we want to build a viewer for machine learning datasets, which would also fall into the collection case. |
@oeway Viewing of a HCS Plate of images in OME-NGFF HCS layout is already supported - See https://www.openmicroscopy.org/2020/12/01/zarr-hcs.html for a few original examples and https://hms-dbmi.github.io/vizarr/?source=https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.3/idr0094A/7751.zarr to view a more recent version. Clicking on the Well thumbnails opens the Well images in a new Tab. |
Nice! This is the dataset I mentioned earlier https://www.covid19dataportal.se/highlights/immunofluorescence/ Do you think we can use this HCS format? |
Yes, and I would expect |
In general yes Note the currently 0.4.0 version of |
Thank you for the information, I wonder how you handle irregular HCS collections, e.g. for each well, we may have different number of field of views and maybe with different size, would that work? Try to see the limitations here. |
There should be no limitation to both scenarios, at least at the specification level. Implementations might choose to be more restrictive in their support. |
I think that |
We are making progress with defining a specification for a collection of Images at ome/ngff#31
and with generating a collection of OME-NGFF Images (export from OMERO) at ome/omero-cli-zarr#83 so I'm starting to think how we could visualise/browse these.
Although there has been discussion of grouping subsets of a collection by various criteria, in the simplest case we'd just want to be able to see a thumbnail and or name for each image in the collection.
In some ways this is similar to the HCS view, but it is more complex because we have to handle the case where all the images have different number of channels, different pixel type and rendering settings.
There will be some image collections where you might want the HCS-type view, with the same adjustable rendering settings applied to all images. I don't know if we'd want to try and handle this use-case or just assume that all collections are un-related images.
I don't know if this should even be built-in to the existing vizarr viewer, or if this should be an entirely different app that could link to vizarr viewer when an image is clicked?
The text was updated successfully, but these errors were encountered: