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
- Host: GitHub
- URL: https://github.com/bbuchsbaum/bidser
- Owner: bbuchsbaum
- License: other
- Created: 2019-03-03T16:41:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T19:04:24.000Z (8 months ago)
- Last Synced: 2025-06-16T19:50:14.339Z (8 months ago)
- Language: R
- Homepage: https://bbuchsbaum.github.io/bidser/
- Size: 16.2 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codemeta: codemeta.json
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
[](https://github.com/bbuchsbaum/bidser/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/bbuchsbaum/bidser?branch=master)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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