NB most AnalysisSuite functionality has been superseded by the much more modern nat R package however this code is still of more than historical interest since a small amount of functionality has not been ported to nat.
This package provides numerous functions for reading/writing and analysing neuroanatomical data in R. It is an update to accompany the paper:
Cachero, Ostrovsky et al., Sexual Dimorphism in the Fly Brain, Current Biology (2010), doi:10.1016/j.cub.2010.07.045
http://dx.doi.org/10.1016/j.cub.2010.07.045
of software first released for the paper:
"Comprehensive Maps of Drosophila Higher Olfactory Centers: Spatially Segregated Fruit and Pheromone Representation" Cell (2007), doi:10.1016/j.cell.2007.01.040 by Gregory S.X.E. Jefferis*, Christopher J. Potter* Alexander M. Chan, Elizabeth C. Marin Torsten Rohlfing, Calvin R. Maurer, Jr., and Liqun Luo
http://dx.doi.org/10.1016/j.cell.2007.01.040
Make sure you have a recent version of R installed (R>=2.15.1 recommended). Choose from one of the 3 install methods below and then see Running AnalysisSuite in R.
This is the recommended installation method if you just want to try this out. This code changes frequently, so for regular use, the Developer install is recommended.
source("http://flybrain.mrc-lmb.cam.ac.uk/R/AnalysisSuite/WebInstall.R")
You should only need do this if the Easy Install fails
/path/to/some/sensible/directory/AnalysisSuite/R/Install.R
source('/path/to/some/sensible/directory/AnalysisSuite/R/Install.R')
at the command lineThis is strongly recommended if you plan to use this code on a regular basis
cd /path/to/some/sensible/directory
git clone https://github.com/jefferis/AnalysisSuite.git
source('/path/to/some/sensible/directory/AnalysisSuite/R/Install.R')
source(getOption('gjanalysissuite.startup'))
If you move the AnalysisSuite directory on your filesystem just source AnalysisSuite/R/Install.R
again to update the path to AnalysisSuite.
There are a few useful Amira scripts located in the amira subdirectory.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4