SubjectDescription#

class torch_brain.data.SubjectDescription(id, species=None, age=None, sex=None, **kwargs)[source]#

Bases: torch_brain.data.data.Data

A container for storing subject related metadata.

Parameters:
  • id (str) – Unique identifier for the subject

  • species (Optional[str]) – Species of the subject, defaults to None

  • age (Union[int, str, float, None]) – Age of the subject (in days). It will be converted to float if not None. defaults to None

  • sex (Optional[str]) – Sex of the subject, defaults to None