nimare.nimads
.Analysis
- class Analysis(source)[source]
Bases:
object
A single statistical contrast from a Study.
Added in version 0.0.14.
- Variables:
id (str) – A unique identifier for the Analysis.
name (str) – A human readable name of the Analysis.
conditions (list of Condition objects) – The Conditions in the Analysis.
annotations (list of Annotation objects) – Any Annotations available for the Analysis. Each Annotation should come from the same Annotator.
images (dict of Image objects) – A dictionary of type: Image pairs.
points (list of Point objects) – Any significant Points from the Analysis.
Notes
Should the images attribute be a list instead, if the Images contain type information?
Methods
to_dict
()Convert the Analysis to a dictionary.