bids.analysis.Analysis

class Analysis(layout, model)[source]

Represents an entire BIDS-Model analysis.

Parameters
  • layout (bids.layout.BIDSLayout or str) – A BIDSLayout instance or path to pass on to the BIDSLayout initializer.

  • model (str or dict) – A BIDS model specification. Can either be a string giving the path of the JSON model spec, or an already-loaded dict containing the model info.

Methods

setup(self[, steps, drop_na])

Set up the sequence of steps for analysis.

__init__(self, layout, model)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, layout, model)

Initialize self.

setup(self[, steps, drop_na])

Set up the sequence of steps for analysis.