Skip to content

Analysis of mouse brain STP data with respect to the Allen Reference Atlas

License

Notifications You must be signed in to change notification settings

SainsburyWellcomeCentre/ara_tools

Repository files navigation

ARA Tools

What does it do?

This is a collection of MATLAB functions for handling mouse whole-brain imaging data and associated "sparse" point data such as cell locations, traced neurite trees, or traced projections from a bulk injection. This package provides functions for relating these sparse data to the Allen Reference Atlas (ARA):

  1. Downsampling full-resolution brain volumes to the ARA voxel size.
  2. Downsampling associated sparse data to the ARA voxel size and exporting of these data to a csv file.
  3. Registering the sample brain and sparse data to the ARA: both sample -> ARA and ARA -> sample transformations.
  4. Determining the ARA brain area associated with each sparse point.
  5. Extracting area outlines from the reference atlas that you can use for plotting.

Who is it for?

ARA Tools is written in the Mrsic-Flogel lab with our data in mind. In places it might expect the raw data were stitched using StitchIt, so you may need to adapt our code for your own work.

Installation

  1. Clone the repository in a Git client like SmartGit or SourceTree.
  2. You will need some or all of the dependencies listed below. Which ones you need depends on what you're doing. e.g. you won't need the registration stuff to plot cells.
  3. You will need a copy of the Allen Atlas and the template brain in MHD format. One is included on this page.
  4. Add the contents of the code directory to your MATLAB path.
  5. Setup ara_tools properly (see wiki)

Dependencies

ARA tools depends on the following MATLAB packages and requires at least R2016b. Clone them and add to your path.

Also relevant

Using the toolbox

See the Wiki for documentation on using the tools.

Related projects

Further info

Major changes

1st April 2020 - Large changes to the directory structure of the downsampled stacks and the input arguments and behavior of ARAregister. See changelog. Look in the releases if you want to just use the latest legacy version.