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

https://github.com/bbuchsbaum/bidser

Working with Brain Imaging Data Structure in R
https://github.com/bbuchsbaum/bidser

Last synced: 6 months ago
JSON representation

Working with Brain Imaging Data Structure in R

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# bidser

[![R-CMD-check](https://github.com/bbuchsbaum/bidser/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bbuchsbaum/bidser/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/bbuchsbaum/bidser/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bbuchsbaum/bidser?branch=master)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/bidser)](https://CRAN.R-project.org/package=bidser)

[BIDS](https://bids.neuroimaging.io/) in R -- (it's a start!)

The goal of bidser is to make working with the BIDS neuroimaging format convenient in R.
Currently there is support for MRI data and some support for some [fmriprep](https://fmriprep.org/en/stable/) derivatives.

## Installation

Install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("bbuchsbaum/bidser")
```
## Example

See https://bbuchsbaum.github.io/bidser/articles/quickstart.html