Dear all,
I am currently working on a project involving fMRI data from both healthy subjects and patients with epilepsy. I plan to clean the data using ICA-FIX, and in this case, I think there are three possible approaches:
- Train the classifier on data from healthy subjects only and apply it to all data.
- Train the classifier on all subjects (combined healthy and patient data) and apply it to all data.
- Train the classifier separately for each category (healthy/patient) and apply it within the respective category.
After some consideration, I believe option 3 might be the best, as it might better account for potential disease-specific alterations in both noise and signal. However, I am concerned about introducing bias by performing disease specific noise classification (e.g., amplifying noise components in the patient data that might not be detected but persist in the healthy dataset).
I haven’t found a clear consensus in the literature on this matter. Would you have any suggestions for how to proceed or have any relevant literature to recommend?
Best regards,
Thomas