annotation


an annotation describes each analysis within a studyset with typically subjective information pertinant to the analysis (like inclusion/exclusion criteria) as opposed to an immutable attribute about the analysis (like sample size).

Type: object

Type: string

Descriptive name for the annotation.

Type: string

Long form description of the annotation.

Type: object

object describing metadata about the annotation, such as software used or descriptions of the keys used in the annotation.

Type: object

The keys (columns) in the annotation and the key's respective data type (such as an integer or string).

Type: object


The studyset the annotation is associated with. Each annotation is associated with one and only one studyset, but a studyset can have multiple annotations. The representation can either be a studyset object or a string indicating the location to find the studyset object.

Type: object

A collection of studies (e.g., publications).

Type: object

Type: string

Descriptive and human readable name of the studyset.

Type: string

A longform description of the studyset.

Type: string

The journal/source the studyset is connected to if the studyset was published.

Type: string

A DOI connected to the published studyset (may change to being automatically created so each studyset connected to a successful meta-analysis gets a DOI).

Type: string

If the article connected to the studyset was published on PubMed, then link the ID here.

Type: object

Type: array

The collection of studies.

Each item of this array must be:


Studies can either be presented in their full nested representation, or simply as a string referencing the location of the study.

Type: object

A publishable unit of research.

Type: object

Type: object

Metadata associated with the study not covered by the other study attributes.

Type: string

Long form description of the study, typically the abstract.

Type: string

If the study was published on PubMed, place the PubMed ID here.

Type: integer

The year this study was published.

Value must be greater or equal to 0 and lesser or equal to 9999

Type: object

Type: array

The analyses making up the study. A study can have one or more analyses, since each analysis represents a contrast of conditions, where psychological, behavioral, pharmacological, or group based. Either represented as an analysis object or a string pointing to the location of the analysis object.

Each item of this array must be:


Type: object

A contrast of weighted conditions with associated statistical results.

Type: object

Type: array

Array of conditions (e.g., 2-back, memory, etc.) that must be the same length as the weights attribute. Either is an array of condition objects or strings that point to condition objects.

Each item of this array must be:


Type: array

Statistical images (e.g., beta, t-statistic, and/or z-statistic images) where each voxel gets a value. Either represented as an array of image objects or strings linking to image objects.

Each item of this array must be:


Type: object

A description of a brain image linking to the actual nifti file (typically on neurovault).

Type: object

Type: object

Type: array

Coordinates of significance associated with the contrast. Either an array of point objects or an array of strings linking to point objects.

Each item of this array must be:


Type: object

A stereotaxic 3 dimensional coordinate describing a reported coordinate from a statistical map. This coordinate could be from a center of mass cluster, a peak statistic, a sub-threshold statistic, or from some other mechanism of selection

Type: object
Type: object

Type: array

An array of values at this point since each value could represent a beta, t-statistic and/or z-statistic, etc.

Each item of this array must be:

Type: string

The id or uri indicating the location of the study.

Type: array

The collection of notes for each analysis within the studyset. Each analysis will have all note_keys with the appropriately typed values.

Each item of this array must be:

Type: object

The storage object for all notes within an annotation for a single analysis.

Type: object

Type: object

The note will contain all notekeys as keys and have a value of either null or the value type specified in notekeys.

Type: object


The analysis the note collection is associated with. Either represented as an analysis object or a string pointing to the location of the analysis object.


The annotation this collection of notes is associated with. Either represented as an annotation object or a string pointing to the location of the annotation object.

Type: object

an annotation describes each analysis within a studyset with typically subjective information pertinant to the analysis (like inclusion/exclusion criteria) as opposed to an immutable attribute about the analysis (like sample size).

Same definition as annotation