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).

annotationBase

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).

annotationRelationships

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.

studyset

Type: object

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

studysetBase.yml

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.

studysetRelationship

Type: object

Type: array

The collection of studies.

No Additional Items

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.

study

Type: object

A publishable unit of research.

studyBase

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

studyRelationships

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.

No Additional Items

Each item of this array must be:


analysis

Type: object

A contrast of weighted conditions with associated statistical results.

analysisRelationships

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.

No Additional Items

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.

No Additional Items

Each item of this array must be:


image

Type: object

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

imageBase

Type: object

imageRelationships

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.

No Additional Items

Each item of this array must be:


point

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

pointBase

Type: object

pointRelationships

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.

No Additional Items

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.

No Additional Items

Each item of this array must be:

noteCollection

Type: object

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

noteCollectionBase

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.

noteCollectionRelationships

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.

annotation

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