Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/robex
Robust Brain Extraction
https://github.com/muschellij2/robex
Last synced: 2 months ago
JSON representation
Robust Brain Extraction
- Host: GitHub
- URL: https://github.com/muschellij2/robex
- Owner: muschellij2
- License: other
- Created: 2017-09-19T13:50:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T20:05:23.000Z (over 3 years ago)
- Last Synced: 2023-10-20T21:56:50.017Z (about 1 year ago)
- Language: R
- Homepage: https://www.nitrc.org/projects/robex
- Size: 89.3 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```