brainets / hoi

Higher-Order Interactions
https://brainets.github.io/hoi/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

GSoC - Remove neuro orientation and dependency to Frites #2

Closed EtienneCmb closed 1 year ago

EtienneCmb commented 1 year ago

The current version of the code assumes brain data as inputs. However, HOI can be computed on any type of system, from population of neurons, interactions between molecules, psychological tests etc. The goal of this first issue is to make the code more general and supports other types of data. Also, here's the Matlab version of the HOI that we'll use for reference.

@Dishie2498

Code structure

Core functions

This folder will contain the low level-functions

HOI functions

This folder will contain HOI measurements (zero-lag, task-related, lagged)

Remove dependencies