Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/whitestripe

WhiteStripe Package
https://github.com/muschellij2/whitestripe

Last synced: 2 months ago
JSON representation

WhiteStripe Package

Awesome Lists containing this project

README

        

---
output: github_document
---

[![R-CMD-check](https://github.com/muschellij2/WhiteStripe/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/muschellij2/WhiteStripe/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/WhiteStripe)](https://cran.rstudio.com/web/packages/WhiteStripe/index.html)
[![](https://cranlogs.r-pkg.org/badges/grand-total/WhiteStripe)](https://cran.rstudio.com/web/packages/WhiteStripe/index.html)

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

## WhiteStripe

![Sticker](sticker.png)

Package for White Stripe segmentation algorithm presented in
[Statistical normalization techniques for magnetic resonance imaging](https://www.sciencedirect.com/science/article/pii/S221315821400117X)

## Installation

You can install `WhiteStripe` from GitHub with:

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