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
"tooltip": "Nifti file name to be use as the template for spatially constrained ICA",
45
+
"order": 3
46
+
},
47
+
"subsample_nifti_images": {
48
+
"group": "options",
49
+
"default": "false",
50
+
"label": "Perform input nifti subsampling",
51
+
"type": "boolean",
52
+
"source": "owner",
53
+
"tooltip": "true to subsample nifti images else false",
54
+
"order": 4
55
+
},
56
+
"voxel_size": {
57
+
"group": "options",
58
+
"default": "2",
59
+
"label": "Voxel size (subsampling)",
60
+
"type": "number",
61
+
"source": "owner",
62
+
"tooltip": "Voxel size to subsample nifti images",
63
+
"order": 4
64
+
},
65
+
"covariates": {
66
+
"group": "Regression variables",
67
+
"label": "Covariates",
68
+
"type": "csv",
69
+
"items": ["boolean", "number", "string"],
70
+
"source": "member",
71
+
"tooltip": "csv file with nifti file name, covariates information of each subject in a separate line",
72
+
"order": 5
73
+
},
74
+
"reference_columns": {
75
+
"group": "Regression variables",
76
+
"label": "Regression reference column(s) and value(s)",
77
+
"default": {},
78
+
"type": "object",
79
+
"source": "owner",
80
+
"tooltip": "Used in regression for dummy encoding categorical covariate columns. Required only if specific value(s) should be used for dummy encoding a column(s); Example : { \"reference_column_name\": \"reference_value\" }",
81
+
"order": 6
82
+
},
83
+
"group_col_name": {
84
+
"group": "Regression variables",
85
+
"label": "Patient/Control column name",
86
+
"default": "",
87
+
"type": "string",
88
+
"source": "owner",
89
+
"tooltip": "Column name in the covariates file that contains patients and controls information.",
0 commit comments