Browse Source

Update 'README.md'

Francisco Garcia-Rosales 2 years ago
parent
commit
b48fc52c42
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -12,7 +12,7 @@ These data can be used to visualize LFPs, or execute an example run of the cycle
 
 ### master > GLM_Model_Outcomes: 
 
-Tables (in .csv) containing information about the outcomes of the GLMs ran across channels and frequency bands (these are results from the R scripts). This files are directly used by the script “*pprocstatsGLMMfromR.m*”, which visualizes the results of the models.
+Tables (in .csv) containing information about the outcomes of the GLMs ran across channels and frequency bands (these are results from the R scripts). This files are directly used by the script “*pproc_stats_GLMM_fromR.m*”, which visualizes the results of the models.
 
 ### master > bycycle_run_example_output: 
 
@@ -20,10 +20,10 @@ Here are two .csv tables with the detailed output of the cycle-by-cycle algorith
 
 ### master > matlab_vars:
 
-Mostly MatLab variables (.mat files) of actual results from the paper. For example, dPTE connectivity matrices obtained from running the script “*coregetPTEpopulation.m*” are provided (file: *PTEechononecho201127prepost500len.mat*). These variables can be used with a variety of scripts in order to visualize the results. The variable related the dPTE matrices can be directly used, for instance, to generate connectivity graphs. 
+Mostly MatLab variables (.mat files) of actual results from the paper. For example, dPTE connectivity matrices obtained from running the script “*core_get_PTE_population.m*” are provided (file: *PTE_echo_non_echo_201127_pre_post_500len.mat*). These variables can be used with a variety of scripts in order to visualize the results. The variable related the dPTE matrices can be directly used, for instance, to generate connectivity graphs. 
 
-Other useful variables that may be needed to appropriately run scripts are also included here. Not all are MatLab variable files: “*DataFilesArrangementA16x2.xlsx*” is a table that contains the organization of the raw data, directly from recordings.
+Other useful variables that may be needed to appropriately run scripts are also included here. Not all are MatLab variable files: “*Data_Files_Arrangement_A16x2.xlsx*” is a table that contains the organization of the raw data, directly from recordings.
 
 ## Notes:
 
-If scripts are to be run, please make sure that all variables are in the local computer and that the local path is added in MatLab. It may be necessary to pre-load a variable file before running a script. Note that scripts usually begin with a “clear all” statement, so loading variables and then blindly running a script is likely to fail. Rather, modify the first sections of the scripts’ code according to whether variables are already loaded, or to the position of these variables in the local computer.
+If scripts are to be run, please make sure that all variables are in the local computer and that the local path is added in MatLab. It may be necessary to pre-load a variable file before running a script. Note that scripts usually begin with a “`clear all`” statement, so loading variables and then blindly running a script is likely to fail. Rather, modify the first sections of the scripts’ code according to whether variables are already loaded, or to the position of these variables in the local computer.