-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from catalystneuro/000458
added reanalysis notebook and readme
- Loading branch information
Showing
3 changed files
with
1,456 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.