Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Theta Gamma Analysis

A Theta Gamma Analysis Repository hosted at the Genzel Lab

Contributors

Table Of Contents

About The Project

This repository is a culmination of all the techniques and methods used to discover the properties of the Theta-Gamma code. Currently, we're working on a combination of techniques used in two papers (Lopes-dos-Santos et al., 2018 & Zhang et al., 2019). An ongoing project at the Donders Institute for Brain Cognition and Behaviour, Radboud Univeristy, this project will periodically go through updates as the analysis is being refined, stay tuned for more developments.

Getting Started

Most of the analysis is carried out within Python environments, tutorial notebooks can be loaded independently using Google Colab or locally,except for Tutorial 4. The following steps will guide you through the installation process

Prerequisites

Install Python:

  • For Windows, it's recommended to download and install Python directly from the official Python website.

Make sure to check the "Add Python to PATH" option during installation so that you can run Python from the command prompt.

  • For macOS (using Homebrew):
    brew install python

Verify Python Installation:

   python --version

Installation

Clone The Repository

  • Download the repository from the github repo web address

  • OR Clone it using the terminal.

    Navigate to the directory where you want to clone the repository:

cd /path/to/your/desired/directory
git clone https://github.com/AbdelRayan/ThetaGammaAnalysis.git
cd ThetaGammaAnalysis

Install the dependencies

  • Through the requirements.txt file
pip install -r requirements.txt
  • OR Through the setup.py file
python setup.py install

Usage

Please go through Tutorials 1 through 4 on how the code is implemented and patched together. This section will be further detailed with more usage scenarios and implementations

References

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages