-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# NR-Analysis | ||
Scripts and data used in the creation of "[A Thalamic-Hippocampal CA1 Signal for Contextual Fear Memory Suppression, Extinction, and Discrimination](https://www.biorxiv.org/content/10.1101/2023.03.27.534420v1)" | ||
|
||
Contained in this repository are the Python and R scripts used in the creation of this [paper](https://www.biorxiv.org/content/10.1101/2023.03.27.534420v1), as well as datasets used in the creation of all paper figures, including mouse behavior: `all_behavior.pkl`, shock data: `shock_behavior`, NR axonal traces `traces`, and the two computational models used: `results_normalized_axon` for the main computational model, and `results_across_mice.pkl` for the cross-mouse trained model in the supplement. | ||
Contained in this repository are the Python and R scripts used in the creation of this [paper](https://www.biorxiv.org/content/10.1101/2023.03.27.534420v1), as well as datasets used in the creation of all paper figures, including shock data: `shock_behavior.pkl`, NR axonal traces `traces.pkl`, and mouse behavior stored on an external google drive found [here](https://drive.google.com/file/d/1zJl73Oknp7RNM1oQ8t0EW-6npI0PhJvO/view?usp=sharing). | ||
|
||
It additionally includes the code used to generate figures and some statistics `NR_Analysis_Paper.ipynb` some additional mouse behavior statistics `r_stats.R` which rely on the csv files `pf_dark`, `pf_exp_days` and `pf_imaged` and original pre-processing code `pre-processing.py` for methodological reference. Original, raw data is too large to include in this repository as it contains multiple terabytes, but can access to raw files can be arranged by contacting [email protected]. | ||
It additionally includes the code used to generate figures and some statistics `NR_Analysis_Paper.ipynb` some additional mouse behavior statistics `r_stats.R` which rely on the csv files `pf_dark.csv`, `pf_exp_days.csv` and `pf_imaged.csv` and original pre-processing code `pre-processing.py` for methodological reference. Original, raw data is too large to include in this repository as it contains multiple terabytes, but access to raw files can be arranged by contacting [email protected]. |