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
The MELD pipeline now accept BIDS format as input data. For more information about BIDS format, please refers to their [instructions](https://bids.neuroimaging.io/)
24
26
@@ -50,7 +52,7 @@ Additionally, you will need to have two json files in the `input` folder:
50
52
"BIDSVersion": "1.0.2"}
51
53
```
52
54
53
-
## Prepare the demographic information (required only to compute the harmonisation parameters)
55
+
## **Prepare the demographic information (required only to compute the harmonisation parameters)**
54
56
55
57
To compute the harmonisation parameters, you will need to provide a couple of information about the subjects into a csv file.
56
58
@@ -64,10 +66,10 @@ You can copy the *demographics_file.csv* that you can find in your <meld_data_fo
64
66
- Age at preoperative: The age of the subject at the time of the preoperative T1 scan (in years)
65
67
- Sex: 'male' if the subject is a male or 'female' if the subject is a female
66
68
67
-
### Warning
69
+
### **Warning**
68
70
- please ensure the column names are unchanged and completed with the appropriate values, otherwise the pipeline will fail.
69
71
- please make sure you add the appropriate age and sex of the patients. Adding dummy information can lead to suboptimal harmonisation.
70
72
- please ensure that there is non-zero variance in the age of your subjects. Similar age for all subjects will lead to harmonisation failure. If your patients have the same age, please add randomly +- 0.01 to all age to introduce variance.
71
73
72
-
## FAQs
74
+
## **FAQs**
73
75
Please see our [FAQ page](https://meld-graph.readthedocs.io/en/latest/FAQs.html) for common questions about data preparation
0 commit comments