GithubHelp home page GithubHelp logo

shenylsherry / nilearn-tutorial-brainhack-2016-vienna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joaoloula/nilearn-tutorial-brainhack-2016-vienna

0.0 0.0 0.0 1.57 MB

Nilearn tutorial for brainhack 2016 at Vienna

Jupyter Notebook 100.00%

nilearn-tutorial-brainhack-2016-vienna's Introduction

Nilearn tutorial for brainhack 2016 at Vienna

When?

The tutorial will take place on Monday, 19th at 11 in Jugendstilhörsaal.

Preparing your computer for the tutorials

No action is required during the tutorial: We will explain the code and present the results. There will be an online version that you can easily follow. However, we strongly encourage you to run the example on your computer, just as we speak.

Installing nilearn

Follow the instructions on the nilearn website. Note that you have to install the latest version of nilearn (2.6) for the tutorial to work. We will provide assistance before the tutorial.

http://nilearn.github.io/introduction.html#installing-nilearn

You will also need the Jupyter notebook. You can install it by running:

pip install jupyter --user

Downloading the data for the tutorial

First, you need to start ipython. Just type ipython in your terminal. Then, copy paste the following lines:

from nilearn.datasets import fetch_abide_pcp

fetch_abide_pcp(derivatives='func_preproc', n_subjects=3, SITE_ID=['NYU'],
                pipeline='cpac')
fetch_abide_pcp(derivatives=['rois_cc200'], SITE_ID=['NYU'], pipeline='cpac')

Downloading extra data

We will show the result of a full analysis on ABIDE. You do not have to run it yourself but, if you want to do it, you will need the timeseries of all ABIDE subjects. Run the command below (after the others) to download them.

fetch_abide_pcp(derivatives=['rois_cc200'], pipeline='cpac')

nilearn-tutorial-brainhack-2016-vienna's People

Contributors

alexandreabraham avatar joaoloula avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.