Skip to content
Snippets Groups Projects
Commit 069b9085 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

Merge branch 'add_readmes_and_reorganise' into 'master'

Add readmes and reorganise

See merge request !22
parents ff333602 4fffe42b
No related branches found
No related tags found
1 merge request!22Add readmes and reorganise
Applications
============
This directory contains a series of practicals which focus
on using Python to accomplish specific tasks, and practicals which introduce
a range of useful Python-based libraries.
Practicals are split into the following sub-categories (and sub-folders):
1. `data_visualisation` : learn to use various data visualisation packages.
2. `fslpy`: a collection of utilities and data abstractions used within FSL and by FSLeyes.
3. `matlab_vs_python` : a number of data analysis examples with head-to-head comparisons between matlab and python code.
4. `modelling` : multiple examples of analysis methods in python.
5. `pandas` : processing and analsing tabular data with the powerful Pandas package.
DATA VISUALISATION
==================
This directory contains a series of practicals which focus
on using Python for data visualisation.
1. `bokeh` - package for creating interactive visualisations. This folder contains two files: a notebook that collates multiple examples from the `bokeh` documentation into a single notebook, and an example Python script that uses `bokeh` to create a simple GUI to run FSL BET.
2. `fsleyes_render.md` - learn to use FSLeyes in the command line to create a range of static and dynamic figures. This is not focused on Python per se.
3. `matplotlib.ipynb` - the most popular generic data visualisation package in Python.
4. `plotly.ipynb` - an alternative to `bokeh` for creating interactive plots.
5. `nilearn.ipynb` - package for doing machine learning in neuroimaging in Python. This tutorial focuses on using the visualisation tools in `nilearn`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment