Built a bioio reader for imzML files #217
DBP008
started this conversation in
Show and tell
Replies: 4 comments 6 replies
|
Beautiful! This is exactly the kind of thing we have had in mind for bioio. Are you advertising your reader anywhere else, such as image.sc? (I'm not sure how many bioio + imzML users there could be.) |
1 reply
|
@DBP008 out of curiosity did you use the cookiecutter for this repo? Im wondering how useful it is to have given the rise of gen ai |
3 replies
|
@DBP008 Two updates for ya. 1) The zipped zarr support has been merged and released (v3.8.0). 2) We added your plugin to the registry in the bioio readme! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi bioio team!
I'm not sure if this is the right place to reach-out, please redirect me otherwise 😄
I've created a bioio plugin for imzML mass spectrometry imaging (MSI) data and published it on PyPI:
bioio-imzml.It handles both continuous and processed-mode MSI files and integrates cleanly with BioIO's reader plugin architecture, which I particularly enjoy for its reliance on dask / xarray
This should be useful for anyone working with mass spec imaging data in Python
It heavily relies on
pyimzmlto do the parsing from .imzml to numpyI'm not sure if this even aligns with how you envision plugins extending bioio
Would this be worth listing?
Of course, I'm always happy to adjust the API or implementation based on feedback
Thanks for building such a clean framework!
Have a nice day!
Davide
Repo: https://github.com/DBP008/bioio-imzml
PyPI: https://pypi.org/project/bioio-imzml/
PS: @BrianWhitneyAI I'm the same guy who opened the ome-zarr-zip issue 😂
All reactions