Browse Source

Update README.md, add /csv, /pickles and /stats README.md files

Martin Spacek 2 years ago
parent
commit
e15e47543b
4 changed files with 10 additions and 4 deletions
  1. 7 4
      README.md
  2. 1 0
      csv/README.md
  3. 1 0
      pickles/README.md
  4. 1 0
      stats/README.md

+ 7 - 4
README.md

@@ -1,7 +1,7 @@
-Data and code for Spacek et. al., 2021, "Robust effects of corticothalamic feedback
-during naturalistic visual stimulation", submitted to eLife.
+Data and code for Spacek et. al., 2022, "Robust effects of corticothalamic feedback and
+behavioral state on movie responses in mouse dLGN", submitted to eLife.
 
-https://www.biorxiv.org/content/10.1101/776237v5
+https://doi.org/10.1101/776237
 
 Use `main.py` to load data for all LGN opto experiments as a function of stimulus type
 (movies, gratings), run state, and opto state. Data are loaded from pandas DataFrames,
@@ -13,7 +13,7 @@ IPython/Jupyter's namespace instead of an empty one:
 `run -i main.py`
 
 `pvmvis` (default) or `ntsrmvis` can be provided as an `--exptype=` argument to this `main.py`,
-to load and then plot PV-Cre (most of the paper) or Ntsr1-Cre (Fig S5) data, respectively.
+to load and then plot PV-Cre (most of the paper) or Ntsr1-Cre (Fig S4) data, respectively.
 
 Results can be plotted by executing the desired `figx.py` file in the same namespace:
 
@@ -32,7 +32,10 @@ parent figure's script for convenience:
 ```
 run -i fig1S33S1.py
 run -i fig1S4.py
+run -i fig1S5.py
+run -i fig1S6.py
 run -i fig4S1.py
+run -i fig5S2.py
 run -i ipos.py
 ```
 

+ 1 - 0
csv/README.md

@@ -0,0 +1 @@
+These .csv files are DataFrames exported to R for LMM statistical analysis.

+ 1 - 0
pickles/README.md

@@ -0,0 +1 @@
+These are Python3 pickles of pandas DataFrames or lists of Python strings which locally store all relevant data.

+ 1 - 0
stats/README.md

@@ -0,0 +1 @@
+These .csv and .pdf files are the output of LMM statistical analysis from R.