berkeley-stat159 / project-beta

BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Project Beta

UC Berkeley's Statistics 159/259

Project Group Beta, Fall Term 2015

Build Status Coverage Status

Topic: [Modeling of Semantic Representation in the Brain Using fMRI Response] (https://openfmri.org/dataset/ds000113) Group members: Agrawal Raj, Dong Yucheng, Mo Cindy, Sinha Rishi & Wang, Yuan

Installation

  1. Install python dependencies with pip: pip install -r requirements.txt
  2. Clone the project repository: `git clone https://github.com/berkeley-stat159/project-beta.git'
  3. cd to the project-beta directory

Roadmap

Repository Navigation Overview

  1. make data - downloads the data for analysis
  2. make validate - ensure the data is not corrupted
  3. make coverage - runs coverage tests and generates the Travis coverage report
  4. make test - runs all of the tests for scripts
  5. make preprocess_data - preprocess the data
  6. make preprocess_description - Preprocess Description data
  7. make analysis - generate figures and results
  8. make paper_report - build final report

Data

Validate

Tests

Coverage

Preprocess data

Preprocess Description

Analysis

Regression

Report

Discussion on Reproducibility

All files mentioned below are located in the /code/ directory. The files are grouped by their functionalities.

1. Disk Usage

2. Data Preprocessing

3. Preprocess Description

4. Analysis

Team Members