Skip to content

Neuroinflab/marmosetbrain.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The marmoset brain connectivity atlas's immediate aim is to create a systematic, publicly available digital repository for data on the connections between different cortical areas, in a primate species.

This initial stage takes advantage of a large collection of materials obtained over two decades of research, using fluorescent retrograde tracer injections in adult marmosets (Callithrix jacchus). Whereas several research papers have already stemmed from this material (e.g. Rosa et al. 2009; Burman et al. 2011; Reser et al. 2013; Burman et al. 2014, 2015; Majka et al. 2019), the present project represents a new initiative, towards collating these data and making them publicly available, in their entirety.

We believe that sharing these materials via a digital interface will address many of the current limitations of the traditional media used for communication of neuroanatomical research, including allowing access to the entire data set (as opposed to the few sections typically illustrated in journal articles), and enabling other interpretations of the data, in light of the future evolution of knowledge about the marmoset cortex.

Among other positive consequences, we hope that the availability of raw data, which can be analysed independently in different contexts, will reduce the number of animals that need to be used for research on the organization of the primate nervous systems. See the technical whitepaper for more details.

Installation

The building programming language of Marmoset Brain Connectivity Atlas is Python with NumPy and several other Open Source Software. The only operating system supported is Linux, though there was success deploying the project on MacOS.

There are 3 major components.

/web

The Web framework, developed based on Pyramid with client Javascript code compiled by nodesass, webpack and other utility tools.

/rosaj2k

Another Python WSGI application, used to decode the JPEG2000 encoded images separately. This server is very CPU and RAM hungry and is intended to run separately from the main web application

/rosatiff

A convenient Python module (Cython based) wrapper to work together with Kakadu JPEG2000 decoder and OpenJPEG. There is particular handling of utility code to handle Aperio Image Scanner's propritary format .sws file.

other requirement and dependencies

The main web application uses PostgreSQL. Though it is entirely possible to run MySQL / MariaDB instead, some feature may not working perfectly due to the some database dialect used.

Database schema files are provided in the repository.

The image decoding application expect to run with RabbitMQ as Celery backend with local guest account enabled. A working MongoDB local installation is expected as well.

To build the tiff dlibrary, type from source tree directory:

python setup.py build_ext
pip install -e .

Then the rosatiff module is available to be invoked from JPEG2000 server.

To setup and run the image server

cd rosaj2k
pip install -e .
uwsgi --ini-paste development.ini
celery worker -A pyramid_celery.celery_app --ini development.ini --loglevel=DEBUG&

To setup and run the main web server

cd web
cd connectome
cd react
npm install

cd ..
pip install -e .
uwsgi --ini-paste development.ini

npm run webpack&
npm run grunt&

The software expect to run under non-privileged user.

Note: Some libraries needed indirectly by the software stack may need to be installed. A general working command for Ubuntu or Debian based Linux is as follows:

sudo apt-get install libpython-dev libpy-dev python-virtualenv python2.7-dev python-pip libopenjpeg-dev mongodb postgresql-server nginx nodejs

Licensing and Citation Policy

This source code is distributed under the term of GNU AFFERO GENERAL PUBLIC LICENSE Version 3. Click here for citation policy page.

Authors

Click here for a detailed list of Authors and Contributors of the project.

Sponsors

International Neuroinformatics Coordinating Facility Seed Funding Grant Australian Research Council Centre of Excellence for Integrative Brain Function

Nencki Insitute of Experimental Biology Monash University

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published