Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacomber authored Jul 19, 2023
1 parent e39441b commit 98e0519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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].

0 comments on commit 98e0519

Please sign in to comment.