Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/robex

Robust Brain Extraction
https://github.com/muschellij2/robex

Last synced: 2 months ago
JSON representation

Robust Brain Extraction

Awesome Lists containing this project

README

        

---
output: github_document
---

[![R-CMD-check](https://github.com/muschellij2/robex/workflows/R-CMD-check/badge.svg)](https://github.com/muschellij2/robex/actions)
[![Travis build status](https://travis-ci.org/muschellij2/robex.svg?branch=master)](https://travis-ci.org/muschellij2/robex)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/muschellij2/robex?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/robex)

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# robex Package:
The goal of `robex` is to provide Robust Brain Extraction ('ROBEX') in a wrapper format.

## Installation

You can install `robex` from GitHub with:

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