{"name":"brainreg-napari","display_name":"brainreg-napari","visibility":"public","icon":"","categories":[],"schema_version":"0.1.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"brainreg-napari.Register","title":"Atlas Registration","python_name":"brainreg_napari.register:brainreg_register","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"brainreg-napari.SampleData","title":"Low resolution brain","python_name":"brainreg_napari.sample_data:load_test_brain","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"brainreg-napari.Register","display_name":"Atlas Registration","autogenerate":false}],"sample_data":[{"command":"brainreg-napari.SampleData","key":"sample","display_name":"Low resolution brain"}],"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"brainreg-napari","version":"0.1.2","dynamic":null,"platform":null,"supported_platform":null,"summary":"Multi-atlas whole-brain microscopy registration","description":"[![Python Version](https://img.shields.io/pypi/pyversions/brainreg-napari.svg)](https://pypi.org/project/brainreg-napari)\n[![PyPI](https://img.shields.io/pypi/v/brainreg-napari.svg)](https://pypi.org/project/brainreg-napari)\n[![Wheel](https://img.shields.io/pypi/wheel/brainreg-napari.svg)](https://pypi.org/project/brainreg-napari)\n[![Development Status](https://img.shields.io/pypi/status/brainreg-napari.svg)](https://github.com/brainglobe/brainreg-napari)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n[![codecov](https://codecov.io/gh/brainglobe/brainreg-napari/branch/master/graph/badge.svg?token=HEBXJPLD2S)](https://codecov.io/gh/brainglobe/brainreg-napari)\n\n# brainreg-napari\nNapari plugin to run [brainreg](https://github.com/brainglobe/brainreg),\ndeveloped by [Stephen Lenzi](https://github.com/stephenlenzi).\n\n## Installation\n```bash\npip install brainreg-napari\n```\n\n## Usage\nDocumentation and tutorials for the plugin can be found [here](https://brainglobe.info/documentation/brainreg/index.html).\n\nFor segmentation of bulk structures in 3D space\n(e.g. injection sites, Neuropixels probes), please see\n[brainreg-segment](https://github.com/brainglobe/brainreg-segment).\n\nThis software is at a very early stage, and was written with our data in mind.\nOver time we hope to support other data types/formats. If you have any issues, please get in touch [on the forum](https://forum.image.sc/tag/brainglobe) or by\n[raising an issue](https://github.com/brainglobe/brainreg/issues).\n\n## Details\nbrainreg is an update to\n[amap](https://github.com/SainsburyWellcomeCentre/amap-python) (itself a port\nof the [original Java software](https://www.nature.com/articles/ncomms11879))\nto include multiple registration backends, and to support the many atlases\nprovided by [bg-atlasapi](https://github.com/brainglobe/bg-atlasapi).\n\nThe aim of brainreg is to register the template brain\n (e.g. from the [Allen Reference Atlas](https://mouse.brain-map.org/static/atlas))\n to the sample image. Once this is complete, any other image in the template\n space can be aligned with the sample (such as region annotations, for\n segmentation of the sample image). The template to sample transformation\n can also be inverted, allowing sample images to be aligned in a common\n coordinate space.\n\nTo do this, the template and sample images are filtered, and then registered in\na three step process (reorientation, affine registration, and freeform\nregistration.) The resulting transform from template to standard space is then\napplied to the atlas.\n\nFull details of the process are in the\n[original aMAP paper](https://www.nature.com/articles/ncomms11879).\n![reg_process](https://user-images.githubusercontent.com/13147259/143553945-a046e918-7614-4211-814c-fc840bb0159d.png)\n**Overview of the registration process**\n\n## Contributing\nContributions to brainreg-napari are more than welcome. Please see the [developers guide](https://brainglobe.info/developers/index.html).\n\n### Citing brainreg\n\nIf you find brainreg useful, and use it in your research, please let us know and also cite the paper:\n\n> Tyson, A. L., Vélez-Fort, M., Rousseau, C. V., Cossell, L., Tsitoura, C., Lenzi, S. C., Obenhaus, H. A., Claudi, F., Branco, T., Margrie, T. W. (2022). Accurate determination of marker location within whole-brain microscopy images. Scientific Reports, 12, 867 [doi.org/10.1038/s41598-021-04676-9](https://doi.org/10.1038/s41598-021-04676-9)\n\nPlease also cite aMAP (the original pipeline from which this software is based):\n\n>Niedworok, C.J., Brown, A.P.Y., Jorge Cardoso, M., Osten, P., Ourselin, S., Modat, M. and Margrie, T.W., (2016). AMAP is a validated pipeline for registration and segmentation of high-resolution mouse brain data. Nature Communications. 7, 1–9. https://doi.org/10.1038/ncomms11879\n\nLastly, if you can, please cite the BrainGlobe Atlas API that provided the atlas:\n\n>Claudi, F., Petrucco, L., Tyson, A. L., Branco, T., Margrie, T. W. and Portugues, R. (2020). BrainGlobe Atlas API: a common interface for neuroanatomical atlases. Journal of Open Source Software, 5(54), 2668, https://doi.org/10.21105/joss.02668\n\n**Don't forget to cite the developers of the atlas that you used (e.g. the Allen Brain Atlas)!**\n","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":null,"author_email":"\"Adam Tyson, Stephen Lenzi\" ","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 4 - Beta","Framework :: napari","Topic :: Scientific/Engineering :: Image Recognition","Intended Audience :: Developers","Intended Audience :: Science/Research","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Operating System :: OS Independent"],"requires_dist":["napari","napari-plugin-engine >=0.1.4","magicgui","qtpy","brainglobe-napari-io","brainreg","brainreg-segment","brainglobe-utils","pooch >1","check-manifest ; extra == 'dev'","gitpython ; extra == 'dev'","napari[pyqt5] ; extra == 'dev'","pre-commit ; extra == 'dev'","pytest ; extra == 'dev'","pytest-cov ; extra == 'dev'","pytest-qt ; extra == 'dev'","setuptools-scm ; extra == 'dev'","tox ; extra == 'dev'"],"requires_python":">=3.8.0","requires_external":null,"project_url":["homepage, https://brainglobe.info","bug_tracker, https://github.com/brainglobe/brainreg-napari/issues","documentation, https://docs.brainglobe.info/brainreg-napari","source_code, https://github.com/brainglobe/brainreg-napari","user_support, https://forum.image.sc/tag/brainglobe","twitter, https://twitter.com/brain_globe"],"provides_extra":["dev"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}