- Project title: No evidence that frontal eye field tDCS affects latency or accuracy of prosaccades.
- Project code: sacc-tDCS
- Authors: Reteig, L.C., Knapen T., Roelofs, F.J.F.W., Ridderinkhof, K.R., & Slagter, H.A.
- Affiliation: Department of Psychology, University of Amsterdam
- Year: 2018
Please see this project's page on the Open Science Framework. All the other files from this project can be obtained from there, along with much more (and more detailed) information then in this README.
Published paper: Reteig LC, Knapen T, Roelofs FJFW, Ridderinkhof KR, Slagter, HA (2018). No evidence that frontal eye field tDCS affects latency or accuracy of prosaccades. Front. Neurosci. 12:617. doi: 10.3389/fnins.2018.00617
Preprint: bioRxiv
Data: figshare
Run the R notebooks (.Rmd
) in a remote RStudio session in your browser with Binder:
Alternatively, inspect the output of the notebooks here on GitHub by viewing the associated .md
files.
-
sacc-tDCS.Rmd
: R notebook with analysis code that will reproduce all of the results, figures and statistics contained in the paper. See thenotebooks
folder for additional notebooks with a more in-depth exploration of the dataset. -
sacc-tDCS.md
: Output of the notebook, formatted in markdown. This file should render directly on GitHub, so use this to view all the code and output on here. (plots referenced in the.md
file are contained insacc-tDCS_files/
). -
sacc-tDCS.Rproj
: Config file with options for the R project; also determines top-level folder. -
analysis.m
: MATLAB script that loads the raw data and creates the.csv
file that's read in by the R notebook. -
install.R
andruntime.txt
: Binder configuration files. -
docs/
: Additional notebooks with more in-depth analyses on each different aspect of the project. More information can be found in the notebooks themselves; they are also referred to in the mainsacc-tDCS
notebook. Like the main notebook, each has three types of files (.Rmd
, and.md
) and a folder with plots. -
site
: Source files for the project website (linked at top of page). -
src/
: All other analysis code used in the project. -
task/
: Code for the experimental task and control of the eye tracker; used during data collection.