Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muschellij2/whitestripe
WhiteStripe Package
https://github.com/muschellij2/whitestripe
Last synced: 2 months ago
JSON representation
WhiteStripe Package
- Host: GitHub
- URL: https://github.com/muschellij2/whitestripe
- Owner: muschellij2
- Created: 2014-04-29T03:11:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T18:55:11.000Z (8 months ago)
- Last Synced: 2024-11-01T02:34:30.283Z (2 months ago)
- Language: R
- Size: 22.3 MB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```