Meg information based connectivity coding session: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
There will be a quick discussion/demo (10-20mins) and some example data on biowulf. <br>
There will be a quick discussion/demo (10-20mins) and some example data on biowulf. <br>


FRITES toolbox-
==FRITES toolbox==
[https://megcore.nih.gov/MEG/FRITES_Tutorial_07132022.mp4 Club MEG Presentation Recording]
[https://megcore.nih.gov/MEG/FRITES_Tutorial_07132022.mp4 Club MEG Presentation Recording]
[https://brainets.github.io/frites/ Background]
[https://brainets.github.io/frites/ Background]
Line 10: Line 10:
[https://brainets.github.io/frites/auto_examples/index.html Example Scripts]
[https://brainets.github.io/frites/auto_examples/index.html Example Scripts]


Install in new environment (RECOMMENDED!):
===Install in new environment (RECOMMENDED!):===
conda create -n frites conda-forge::mne conda-forge::jupyterlab pip -y
conda create -n frites conda-forge::mne conda-forge::jupyterlab pip -y
conda activate frites
conda activate frites
Line 20: Line 20:
#Once jupyter is open, the notebooks are in the notebooks folder
#Once jupyter is open, the notebooks are in the notebooks folder


Install in current environment (Better to use New environment as listed above!)-
===Install in current environment (Better to use New environment as listed above!)-===
#Download getting started tutorials
#Download getting started tutorials
git clone https://github.com/brainets/CookingFrites.git
git clone https://github.com/brainets/CookingFrites.git
Line 27: Line 27:




SAM Information Based Connectivity - (tutorial will be formalized by Friday)
==SAM Information Based Connectivity - (tutorial will be formalized by Friday)==
[https://megcore.nih.gov/MEG/Robinson_InformationTheoryMEG_ClubMEG_03102022.mp4 Club MEG Presentation Recording]
[https://megcore.nih.gov/MEG/Robinson_InformationTheoryMEG_ClubMEG_03102022.mp4 Club MEG Presentation Recording]

Revision as of 13:53, 9 August 2022

!Under Construction - will be finalized by Friday!

We will be meeting virtually over Zoom from 1pm-3pm with breakout rooms for questions and collaboration
There will be a quick discussion/demo (10-20mins) and some example data on biowulf.

FRITES toolbox

 Club MEG Presentation Recording
 Background
 Getting Started Scripts
 Example Scripts

Install in new environment (RECOMMENDED!):

 conda create -n frites conda-forge::mne conda-forge::jupyterlab pip -y 
 conda activate frites
 pip install frites
 git clone https://github.com/brainets/CookingFrites.git
 cd CookingFrites
 jupyter lab
 #Once jupyter is open, the notebooks are in the notebooks folder

Install in current environment (Better to use New environment as listed above!)-

 #Download getting started tutorials
 git clone https://github.com/brainets/CookingFrites.git
 pip install frites


SAM Information Based Connectivity - (tutorial will be formalized by Friday)

Club MEG Presentation Recording