Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muschellij2/aal
- Owner: muschellij2
- License: gpl-3.0
- Created: 2018-10-29T17:13:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T20:29:19.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T08:22:04.510Z (2 months ago)
- Language: R
- Size: 782 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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")
```