Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ref/contrast to condition #67

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -932,10 +932,33 @@ components:
type: string
description: a string representing a binary nifti file to select which voxels a user wants to include in the analysis.
nullable: true
contrast:
type: string
conditions:
description: 'selection of categories in the filter column to differentiate groups, or "neurosynth", "neuroquery", or "neurostore" to compare to a database reference group'
x-stoplight:
id: y2wlpp9g6m1ih
oneOf:
- nullable: true
items:
x-stoplight:
id: wiogm5nzrju66
type: string
type: array
- x-stoplight:
id: cpefbentap20i
items:
x-stoplight:
id: ihjh738q2qul8
type: boolean
type: array
weights:
type: array
x-stoplight:
id: w4fpef48gekp2
nullable: true
items:
x-stoplight:
id: mtq6rsrjgmn2g
type: number
transformer:
type: string
description: 'A transformation applied to column(s) (e.g., binarize based on a threshold). This is likely to become deprecated.'
Expand All @@ -946,6 +969,12 @@ components:
type: string
description: a column from annotations selecting which analyses to include in the meta-analysis
nullable: true
database_studyset:
x-stoplight:
id: t6l13psq6wvv6
example: neurostore
type: string
nullable: true
estimator:
title: estimator
type: object
Expand Down
Loading