You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**studyset_references_get**](DefaultApi.md#studyset_references_get) | **GET** /studyset-references | Your GET endpoint
14
+
[**studyset_references_id_get**](DefaultApi.md#studyset_references_id_get) | **GET** /studyset-references/{id} | Your GET endpoint
13
15
14
16
15
17
# **meta_analyses_id_delete**
@@ -422,3 +424,129 @@ void (empty response body)
422
424
423
425
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
424
426
427
+
# **studyset_references_get**
428
+
> StudysetReferenceList studyset_references_get()
429
+
430
+
Your GET endpoint
431
+
432
+
433
+
434
+
### Example
435
+
436
+
```python
437
+
import time
438
+
import os
439
+
import neurosynth_compose_sdk
440
+
from neurosynth_compose_sdk.models.studyset_reference_list import StudysetReferenceList
441
+
from neurosynth_compose_sdk.rest import ApiException
442
+
from pprint import pprint
443
+
444
+
# Defining the host is optional and defaults to https://compose.neurosynth.org/api
445
+
# See configuration.py for a list of all supported configuration parameters.
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**mask** | **str** | a string representing a binary nifti file to select which voxels a user wants to include in the analysis. | [optional]
10
-
**contrast** | **str** | underspecified selection of columns to contrast (TODO, make better). | [optional]
10
+
**contrast** | **str** | selection of categories in the filter column to differentiate groups, or \"neurosynth\", \"neuroquery\", or \"neurostore\" to compare to a database reference group | [optional]
11
11
**transformer** | **str** | A transformation applied to column(s) (e.g., binarize based on a threshold). This is likely to become deprecated. | [optional]
**mask** | **str** | a string representing a binary nifti file to select which voxels a user wants to include in the analysis. | [optional]
11
-
**contrast** | **str** | underspecified selection of columns to contrast (TODO, make better). | [optional]
11
+
**contrast** | **str** | selection of categories in the filter column to differentiate groups, or \"neurosynth\", \"neuroquery\", or \"neurostore\" to compare to a database reference group | [optional]
12
12
**transformer** | **str** | A transformation applied to column(s) (e.g., binarize based on a threshold). This is likely to become deprecated. | [optional]
**mask** | **str** | a string representing a binary nifti file to select which voxels a user wants to include in the analysis. | [optional]
10
-
**contrast** | **str** | underspecified selection of columns to contrast (TODO, make better). | [optional]
10
+
**contrast** | **str** | selection of categories in the filter column to differentiate groups, or \"neurosynth\", \"neuroquery\", or \"neurostore\" to compare to a database reference group | [optional]
11
11
**transformer** | **str** | A transformation applied to column(s) (e.g., binarize based on a threshold). This is likely to become deprecated. | [optional]
**mask** | **str** | a string representing a binary nifti file to select which voxels a user wants to include in the analysis. | [optional]
11
-
**contrast** | **str** | underspecified selection of columns to contrast (TODO, make better). | [optional]
11
+
**contrast** | **str** | selection of categories in the filter column to differentiate groups, or \"neurosynth\", \"neuroquery\", or \"neurostore\" to compare to a database reference group | [optional]
12
12
**transformer** | **str** | A transformation applied to column(s) (e.g., binarize based on a threshold). This is likely to become deprecated. | [optional]
0 commit comments