Skip to content

A toolbox for searchlight base representational similarity of fMRI datasets. Originally developed at the Botvinick Lab by Francisco Pereira.

License

Notifications You must be signed in to change notification settings

crcox/simitar-rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simitar Toolbox

A release of the Botvinick lab at the Princeton Neuroscience Institute, written by [email protected]. This fork is maintained by Chris Cox at the University of Wisconsin-Madison, [email protected].

Installation:

  1. Add the toolbox directory to your MATLAB path ( addpath(<directory>) ). This will also work in Octave.

  2. From MATLAB, go to the toolbox directory and try

	mex findNeighbours.c
	mex simitar.c
	mex fastscoring.c

If these work you will have much faster code for

  • preparing metas with createMetaFromMask
  • computing searchlight correlation matrices
  • computing similarity structure score maps

That's it! If you want to learn more please follow the tutorial available on the Simitar web page.

Data preparation:

In order to use any functions with your own data you will need to create a data structure that maintains spatial information such as which voxels are neighbours of which. There is a page on this topic linked to from the tutorial page, or you can read README.datapreparation.txt, as it will explain how to create this data structure from a binary mask indicating which voxels are in the brain.

Functionality:

About

A toolbox for searchlight base representational similarity of fMRI datasets. Originally developed at the Botvinick Lab by Francisco Pereira.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published