Browse Source

update README on the analysis

Keisuke Sehara 1 year ago
parent
commit
3f320fe067
1 changed files with 2 additions and 2 deletions
  1. 2 2
      04_analysis/README.md

+ 2 - 2
04_analysis/README.md

@@ -4,7 +4,7 @@ The analysis code used in the study.
 
 - [01_asymmetry](01_asymmetry.ipynb): Plots and statistical analysis on whisker asymmetry and pupil positions under different behavioral states.
 - [02a_prediction-analysis-ROC](02a_prediction-analysis-ROC.ipynb): ROC analysis of whisker asymmetry and pupil positions during the backward-running epoch.
-- [02b_prediction-analysis-perceptron](02b_prediction-analysi-perceptron.ipynb): Perceptron analysis of whisker asymmetry and pupil positions during the backward-running epoch.
+- [02b_prediction-analysis-perceptron](02b_prediction-analysis-perceptron.ipynb): Perceptron analysis of whisker asymmetry and pupil positions during the backward-running epoch.
 - [03_saccades](03_saccades.ipynb): Analysis of whisker asymmetry around saccades.
 
 ## Dependencies
@@ -16,7 +16,7 @@ You will need Python ≥ 3.4 to run the code.
 | `numpy`                                                      | 1.18.1                    |
 | `scipy`                                                      | 1.4.1                     |
 | `matplotlib`                                                 | 3.1.3                     |
-| `statsmodels` (used to run `kw_dunn.py`)                     | 0.13.0                    |
+| `statsmodels` (used to run [`kw_dunn.py`](kw_dunn.py))       | 0.13.0                    |
 | `pandas`                                                     | 1.0.1                     |
 | `scikit-learn` (only for [02b](02b_prediction-analysis-perceptron.ipynb)) | 0.22.1                    |
 | `sliding1d`                                                  | 1.0                       |