clearmap
ClearMap 2 with WobblyStitcher, TubeMap and CellMap
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 12 DOI reference(s) in README -
✓Academic publication links
Links to: scholar.google, sciencedirect.com, nature.com, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
ClearMap 2 with WobblyStitcher, TubeMap and CellMap
Basic Info
- Host: GitHub
- Owner: ClearAnatomics
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: master
- Homepage: https://clearanatomics.github.io/ClearMapDocumentation/
- Size: 285 MB
Statistics
- Stars: 123
- Watchers: 21
- Forks: 54
- Open Issues: 85
- Releases: 3
Metadata Files
README.md
ClearMap 2.1
ClearMap is a toolbox for the analysis and registration of volumetric data from cleared tissues.
ClearMap's tool box includes
Wobbly-Stitcher 
Stitch TB data sets non-rigidly.
TubeMap 
Extract vasculature and other tubular networks from TB data.
CellMap 
Extract neuronal activity marker and cell shapes.
Background and Applications
ClearMap has been designed to analyze O(TB) 3d datasets obtained via light sheet microscopy from iDISCO+ cleared tissue samples immunolabeled for proteins.
ClearMap has been written for mapping immediate early genes Renier et al. Cell 2016 as well as vasculature networks of whole mouse brains Kirst et al. Cell 2020
ClearMap tools may also be useful for data obtained with other types of microscopes, types of markers, clearing techniques, as well as other species, organs, or samples.
ClearMap is written in Python 3 and is designed to take advantage of parallel processing capabilities of modern workstations. We hope the open structure of the code will enable many new modules to be added to ClearMap to broaden the range of applications to different types of biological objects or structures.
Basic Installation
Prepare installation
For a basic installation on Ubuntu 24.04 first install miniconda and git
To use GPUs with ClearMap ensure your pytorch installation supports cuda.
Install ClearMap
Download ClearMap
In a console run:
> conda config --add channels conda-forge
> conda install mamba
> git clone https://github.com/ClearAnatomics/ClearMap
> cd ClearMap
> mamba create -f ClearMapUiBasic.yml
> conda activate clearmap
> python setup.py install
The last step will compile ClearMap and can take up to 20 minutes.
Create ClearMap configuration
In a console run:
> cd ~
> mkdir .clearmap
> cd ClearMap
> python -m ClearMap.config.update_config
Run ClearMap
There are multiple ways to run ClearMap, including through imports of ClearMap functions in python scripts, or starting the gui.
Python console
Activate the CLearMap environment, change to the ClearMap folder and run python
In a console run:
> conda activate clearmap
> cd `path-to-clearmap`
> python
In python run:
>>> import ClearMap.Environment as clm
Gui
Activate the conda ClearMap environment (clearmap)
In a console run:
> conda activate clearmap
> clearmap-ui
Installation
Please refer to our documentation on how to install ClearMap.
If the auto-installation scripts fail please use Basic Installation.
Documentation
ClearMap comes with a full documentation.
For experimental protocols also refer to idisco.info
News and Media
ClearMap has been featured in different articles, interviews and a TEDx talk:
See also our media gallery.
References
See who cites us:
and cite us if you use the sofware in any form:
@article{kirst2020mapping,
title={Mapping the fine-scale organization and plasticity of the brain vasculature},
author={Kirst, Christoph and Skriabine, Sophie and Vieites-Prado, Alba and Topilko, Thomas and Bertin, Paul and Gerschenfeld, Gaspard and Verny, Florine and Topilko, Piotr and Michalski, Nicolas and Tessier-Lavigne, Marc and others},
journal={Cell},
volume={180},
number={4},
pages={780--795},
year={2020},
publisher={Elsevier},
url={https://doi.org/10.1016/j.cell.2016.05.007}}
@article{renier2016mapping,
title={Mapping of brain activity by automated volume analysis of immediate early genes},
author={Renier, Nicolas and Adams, Eliza L and Kirst, Christoph and Wu, Zhuhao and Azevedo, Ricardo and Kohl, Johannes and Autry, Anita E and Kadiri, Lolahon and Venkataraju, Kannan Umadevi and Zhou, Yu and others},
journal={Cell},
volume={165},
number={7},
pages={1789--1802},
year={2016},
publisher={Elsevier},
url={https://doi.org/10.1016/j.cell.2020.01.028}}
Authors
ClearMap was originally designed and developed by Christoph Kirst.
Scripts and specific applications were developed by Nicolas Renier and Christoph Kirst.
Version 2.1 and GUI by Charly Rousseau and Etienne Doumazane with group analysis scripts contributed by Sophie Skriabine.
The deep vessel filling network was designed and created by Sophie Skriabine and integrated to ClearMap by Christoph Kirst.
The documentation was written by Christoph Kirst. and Nicolas Renier.
Contributions are very welcome.
Acknowlegements
We are very grateful to the Kavli Foundation for supporting this project.
License
This project is licensed under the GNU General Public License v3.0.
For other options contact the author Christoph Kirst (christoph.kirst.ck@gmail.com).
Copyright 2020 by Christoph Kirst
Versions
:new: This is the new 2.1 version of ClearMap which includes a Graphical User Interface. To use it, make sure that the install_gui.sh script is executable and run it by opening a terminal in the ClearMap2 folder and typing ./run_gui.sh.
2.1.0 what's new
- [x] Graphical user interface with many helper widgets
- [x] Redesigned code with config based parameters to replace the scripts
- [x] Atlas alignment improvements:
- [x] Updated Allen atlas files (no more "No Label")
- [x] Support for more atlases
- [x] Support for hemispheres information
- [x] Landmarks based registration
- [x] Batch mode for processing or analysis
- [x] New plots to visualise detected cells
- [x] Various bug fixes
VERSION 2.1
- Rewrite of the upper layers of software based on configuration files.
- Graphical user interface.
VERSION 2.0
Rewrite of ClearMap 1.0 to handle larger data sets (TB). This version implements TubeMap
VERSION 1.0
First version of ClearMap. Implements CellMap See https://github.com/ChristophKirst/ClearMap
Owner
- Name: ClearAnatomics
- Login: ClearAnatomics
- Kind: organization
- Repositories: 1
- Profile: https://github.com/ClearAnatomics
GitHub Events
Total
- Create event: 6
- Issues event: 13
- Watch event: 17
- Delete event: 1
- Member event: 1
- Issue comment event: 13
- Push event: 101
- Pull request review event: 10
- Pull request review comment event: 10
- Pull request event: 23
- Fork event: 8
Last Year
- Create event: 6
- Issues event: 13
- Watch event: 17
- Delete event: 1
- Member event: 1
- Issue comment event: 13
- Push event: 101
- Pull request review event: 10
- Pull request review comment event: 10
- Pull request event: 23
- Fork event: 8
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 9
- Total pull requests: 13
- Average time to close issues: 3 days
- Average time to close pull requests: 3 days
- Total issue authors: 9
- Total pull request authors: 5
- Average comments per issue: 0.11
- Average comments per pull request: 0.08
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 13
- Average time to close issues: 3 days
- Average time to close pull requests: 3 days
- Issue authors: 9
- Pull request authors: 5
- Average comments per issue: 0.11
- Average comments per pull request: 0.08
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- edoumazane (3)
- ved-sharma (2)
- LaylaQAQ (1)
- dkutsovsky (1)
- Mtkostecki (1)
- stellalessandra (1)
- alexjanis (1)
- GimenaA (1)
- garretttan23 (1)
- lauhei (1)
- Chrisa142857 (1)
- c3rry (1)
Pull Request Authors
- completementgaga (7)
- MaximeBoyerICM (2)
- edoumazane (2)
- Elise-L (1)
- c3rry (1)
- gablien (1)
- healthonrails (1)



