eelbrain.pipeline.SubGroup

class eelbrain.pipeline.SubGroup(base, exclude)

Group defined by removing subjects from a base group

Parameters:
  • base (str) – The name of the group to base the new group on (e.g., 'all').

  • exclude (collection of str) – Subjects to exclude (e.g., ("R0026", "R0042", "R0066")).