fromBidsJson | R Documentation |
Functions to convert to and from BIDS JSON format for image metadata. They
are wrappers around functions from the jsonlite
package, with the
additional ability to convert between the tag naming convention used by the
divest
and tractor.base
packages and the BIDS equivalent. The
differences are mostly in capitalisation, and the units used for magnetic
resonance echo, repetition and inversion times.
fromBidsJson(source, rename = FALSE)
toBidsJson(source, path = NULL, rename = FALSE)
source |
A list containing metadata (see |
rename |
Logical value. If |
path |
For |
fromBidsJson
returns a list of image attributes.
toBidsJson
returns a character vector if path
is
NULL
, otherwise nothing.
These functions do not check BIDS metadata for validity in either direction, either in terms of the names of the fields or their contents.
Jon Clayden <code@clayden.org>
More information about metadata captured by the BIDS format can be found at https://bids.neuroimaging.io or in the paper cited below.
K.J. Gorgolewski, T. Auer, V.D. Calhoun, et al. The brain imaging data structure, a format for organizing and describing outputs of neuroimaging experiments (2016). Scientific Data 3:160044. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/sdata.2016.44")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.