![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@hms-dbmi/vizarr
Advanced tools
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hms-dbmi/vizarr/master?filepath=example%2Fgetting_started.ipynb) [![launch ImJoy](https://imjoy.io/static/badge/launch-imjoy-badge.svg)](https://imjoy.io/#/app?workspace=vizarr&pl
Vizarr is a minimal, purely client-side program for viewing Zarr-based images. It is built with
Viv and exposes a Python API using the
imjoy-rpc
, allowing users to programatically view multiplex
and multiscale images from within a Jupyter Notebook. The ImJoy plugin registers a codec for Python
zarr.Array
and zarr.Group
objects, enabling Viv to securely request chunks lazily via
Zarr.js. This means that other valid zarr-python
stores can be viewed remotely with Viv,
enabling flexible workflows when working with large datasets.
We created Vizarr to enhance interactive multimodal image alignment using the
wsireg library. We describe a rapid workflow where
comparison of registration methods as well as visual verification of alignnment can be assessed
remotely, leveraging high-performance computational resources for rapid image processing and
Viv for interactive web-based visualization in a laptop computer. The Jupyter Notebook containing
the workflow described in the manuscript can be found in multimodal_registration_vizarr.ipynb
.
For more information, please read our preprint doi:10.31219/osf.io/wd2gu.
Vizarr supports viewing 2D slices of n-Dimensional Zarr arrays, allowing users to choose
a single channel or blended composites of multiple channels during analysis. It has special support
for the developing OME-Zarr format
for multiscale and multimodal images. Currently Viv supports
u1
, u2
, u4
, and f4
arrays, but contributions are welcome to support more np.dtypes
!
The easiest way to get started with vizarr
is to clone this repoe and open one of
the example Jupyter Notebooks.
vizarr
was built to support the registration use case above where multiple, pyramidal OME-Zarr images
are viewed within a Jupyter Notebook. Support for other Zarr arrays is supported but not as well tested.
More information regarding thew viewing of generic Zarr arrays can be found in in the example notebooks.
FAQs
Unknown package
The npm package @hms-dbmi/vizarr receives a total of 17 weekly downloads. As such, @hms-dbmi/vizarr popularity was classified as not popular.
We found that @hms-dbmi/vizarr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.