create_blooddata_bids: Create a blooddata object from BIDS data

View source: R/kinfitr_blooddata.R

create_blooddata_bidsR Documentation

Create a blooddata object from BIDS data

Description

Deprecated. This function creates a blooddata object from JSON data structured according to the old PET BIDS standard.

Usage

create_blooddata_bids(bids_data, TimeShift = 0)

Arguments

bids_data

The filename of a PET BIDS json sidecar, or a list containing the information contained within a PET BIDS json sidecar.

TimeShift

The extent to which all the times in the data should be shifted (in seconds). Defaults to 0.

Value

A blooddata object

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
a <- create_blooddata_bids("bids_sidecar.json")

## End(Not run)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.