bids.variables.variables

Classes for representing BIDS variables.

Functions

merge_variables(variables, **kwargs)

Merge/concatenate a list of variables along the row axis.

Classes

BIDSVariable(name, values, source)

Base representation of a column in a BIDS project.

DenseRunVariable(name, values, run_info, ...)

A dense representation of a single column.

SimpleVariable(name, data, source, **kwargs)

Represents a simple design matrix column that has no timing information.

SparseRunVariable(name, data, run_info, ...)

A sparse representation of a single column of events.