https://github.com/alleninstitute/v1dd_physiology
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: AllenInstitute
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 62.5 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
v1dd_physiology
This python package allows the interaction with the Allen Institute V1 DeepDive Physiology data set. This data set contains dense calcium imaging (two-photon and three-photon) of excitatory neurons at the center of mouse primary visual cortex while displaying various visual stimuli. In total, data were collected from four mice expressing GCaMP6s as calcium indicator in excitatory neurons. The base data format loosely follows the Neurodata Without Borders (nwb) standard.
Importantly, the imaged tissue of one mouse were processed by volumetric EM processing and reconstruction to reveal detailed anatomical structures and synaptic-level connectome.
The description of the data set can be found here.
The project white paper can be found here and additional meta data can be found here.
The example for using this package can be found in these ipython notebooks.
A recorded video introducing this database can be found here or as a mp4 file: \\allen\programs\mindscope\workgroups\surround\v1dd_in_vivo_new_segmentation\v1dd_physiology_intro_JunZhuang-20220701.mp4
Special dependency
Install
Create environment
```
conda create -n v1dd python=3 conda activate v1dd ```
Install volumeimaging2P_analysis
```
pip install v1dd-physiology ```
or
```
git clone https://github.com/AllenInstitute/v1ddphysiology.git cd v1ddphysiology pip install . ```
Install Jupyter Notebook
```
conda install jupyter jupyterlab python -m ipykernel install --user --name v1dd --display-name "Python3 (v1dd)" ```
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jun Zhuang | w****r@h****m | 73 |
| Jun Zhuang | j****z@a****g | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 33
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- zhuangjun1981 (33)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 6 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 3
- Total maintainers: 1
pypi.org: v1dd-physiology
SDK for volumetric multi-photon data of V1 DeepDive project
- Homepage: https://github.com/AllenInstitute/v1dd_physiology.git
- Documentation: https://v1dd-physiology.readthedocs.io/
- License: gpl-3.0
-
Latest release: 1.0
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- NeuroAnalysisTools *
- cython *
- h5py *
- matplotlib *
- numpy *
- opencv-python *
- pandas *
- pillow *
- pytest *
- scikit-image *
- scipy *
- tifffile *