Browse Source

Minor formatting update of README.md files

Martin Spacek 2 years ago
parent
commit
8869a8f70a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      R/README.md
  2. 1 1
      csv/README.md
  3. 1 1
      stats/README.md

+ 1 - 1
R/README.md

@@ -2,4 +2,4 @@ The R markdown files (`.Rmd`) contain code for all statistical analyses in R, se
 
 The data exported from Python for use as input to the R analyses are stored in `.csv` files in the parent folder's `csv` folder. The `.csv` input files are parsed by a helper function, `get_data.R`, which creates unique IDs for mice, series, experiments, and neurons, required to fit the models.
 
-For easy access, coefficients of the linear models are also saved in *.csv files in the _stats directory.
+For easy access, coefficients of the linear models are also saved in `.csv` files in the `_stats` folder.

+ 1 - 1
csv/README.md

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

+ 1 - 1
stats/README.md

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