Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/aal

Automated Anatomical Labeling ('AAL') Atlas
https://github.com/muschellij2/aal

Last synced: 19 days ago
JSON representation

Automated Anatomical Labeling ('AAL') Atlas

Awesome Lists containing this project

README

        

---
output: github_document
---

[![Travis build status](https://travis-ci.com/muschellij2/aal.svg?branch=master)](https://travis-ci.com/muschellij2/aal)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/aal?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/aal)
[![Coverage status](https://codecov.io/gh/muschellij2/aal/branch/master/graph/badge.svg)](https://codecov.io/gh/muschellij2/aal)

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# aal Package:

The goal of `aal` is to provide an automated anatomical parcellation of the spatially normalized single-subject high-resolution 'T1' volume
provided by the Montreal Neurological Institute ('MNI') and an alternative parcellation of the orbitofrontal cortex.

See http://www.gin.cnrs.fr/en/tools/aal-aal2/ for more information.

## Installation

You can install `aal` from GitHub with:

```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("muschellij2/aal")
```