Skip to content

Commit

Permalink
Merge pull request #396 from sytseng/main
Browse files Browse the repository at this point in the history
Add visualize_2p_VR_behavior notebook
  • Loading branch information
rcpeene authored Jun 12, 2024
2 parents 960ff48 + 74a39bd commit fbb153a
Show file tree
Hide file tree
Showing 5 changed files with 2,745 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We are releasing this code to the public as a tool we expect others to use and a
- [Neural dynamics using time-analysis with CEBRA](https://alleninstitute.github.io/openscope_databook/higher-order/cebra_time.html)
[CEBRA Demo on the CEBRA Repository](https://github.com/adaptivemotorcontrollab/CEBRA-demos/blob/main/Demo_openscope_databook.ipynb)
- [Extracting clusters of correlated neurons with TCA](https://alleninstitute.github.io/openscope_databook/higher-order/tca.html)
- [Estimating behavioral state given trial choices and relating states to pupil size](https://alleninstitute.github.io/openscope_databook/higher-order/behavioral_state.ipynb)
- [Estimating behavioral state given trial choices and relating states to pupil size](https://alleninstitute.github.io/openscope_databook/higher-order/behavioral_state.html)
- Analysis of functional connectivity.

### Chapter 5: Replicating figures
Expand Down
13 changes: 12 additions & 1 deletion docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,15 @@ @article{Vonderheydt1984
, pages = {}
, publisher = {Society for Neuroscience}
, url = {https://doi.org/10.1523/JNEUROSCI.09-05-01731.1989}
}
}
@article{Tseng2022
, title = {Shared and specialized coding across posterior cortical areas for dynamic navigation decisions}
, author = {Shih-Yi Tseng and Selmaan N. Chettih and Charlotte Arlt and Roberto Barroso-Luque and Christopher D. Harvey}
, journal = {Neuron}
, year = {2022}
, volume = {110}
, number = {15}
, pages = {2484-2502}
, publisher = {Elsevier}
, url = {https://doi.org/10.1016/j.neuron.2022.05.012}
}
2,730 changes: 2,730 additions & 0 deletions docs/visualization/visualize_2p_VR_behavior.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ statsmodels==0.14.0
suite2p==0.12.1
tensortools==0.4
zarr==2.13.3
ndx-harvey-swac @ git+https://github.com/sytseng/ndx-harvey-swac
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description_content_type="text/markdown",
long_description=readme,
author="Carter Peene",
version="1.0.0",
version="1.1.0",
author_email="[email protected]",
url="https://github.com/AllenInstitute/openscope_databook",
license=license,
Expand Down

0 comments on commit fbb153a

Please sign in to comment.