bids.analysis.analysis.apply_transformations

apply_transformations(collection, transformations, select=None)[source]

Apply all transformations to the variables in the collection.

Parameters
  • transformations (list) – List of transformations to apply.

  • select (list) – Optional list of names of variables to retain after all transformations are applied.