README.md

AceScripts

Scripts and specific analyses for ACE

These scripts rely on the aceR package, which you can read about here

Installation:

  1. Install RStudio
  2. Install git. On mac, simply open your Terminal app, and type git on the command line and press enter. Your computer will then walk you through the steps to install it.
  3. In the command line, navigate to the folder which you want to AceScripts to live. For example, cd ~/Desktop
  4. Run git clone https://github.com/gazzlab/AceScripts.git This will create a new AceScripts folder in the directory you're in
  5. Open AceScripts.Rproj in RStudio
  6. Install the aceR library. Run these 2 instructions in the R console:
install.packages("devtools")
devtools::install_github("josegallegos07/aceR")

Running:



gazzlab/AceScripts documentation built on May 16, 2019, 10:11 p.m.