Skip to content

Commit

Permalink
Merge pull request #98 from catalystneuro/000458
Browse files Browse the repository at this point in the history
added reanalysis notebook and readme
  • Loading branch information
bendichter authored Aug 15, 2024
2 parents a2e171c + 566f841 commit 1f72bb5
Show file tree
Hide file tree
Showing 3 changed files with 1,456 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 000458/AllenInstitute/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Reanalysis of Dandiset 000458

This submission provides a walkthrough of basic reanalysis of Dandiset #000458: `reanalysis.ipynb`

The notebook makes an approximate reproduction of Figure 4B from the 2023 _Neuron_ article [“Active cortical networks promote shunting fast synaptic inhibition _in vivo_](https://doi.org/10.1016/j.neuron.2023.08.005) by Burman et al.

It is meant as a companion to the upcoming blog post: ["Unraveling Anesthesia's Effect on Brain Activity"](https://github.com/dandi/dandi.github.io/pull/74)
11 changes: 11 additions & 0 deletions 000458/AllenInstitute/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# run: conda env create --file environment.yaml
name: blog_000458_env
channels:
- conda-forge
dependencies:
- python==3.12
- pip
- pip:
- dandi
- ipykernel
- matplotlib
Loading

0 comments on commit 1f72bb5

Please sign in to comment.