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
([steps, drop_na, finalize])Set up the sequence of steps for analysis.
finalize
Methods
__init__
(layout, model)Initialize self.
finalize
(**kwargs)setup
([steps, drop_na, finalize])Set up the sequence of steps for analysis.