Could anyone recommend which analysis (feature of MNE-Python) to detect movement artifact ?
If the nature of experiment involves a conversation, could anyone suggest which algorithm (features of MNE-Python) that fits to remove such artifact from EEG data ? and why ?
After we run ICA, it provides us with several components to reject, is there any guideline how to reject or select the components ? I would really appreciate if you could share some information that can teach me the basic about rejecting ICA components that are not related to brain activity. I would like to learn about this.
Is there a way to reject ICA component automatically ? It is very tedious to look at it manually.
I would like to thank you in advanced for your help
I can take a shot at answering some of these questions:
Movement doesn’t just have one artifact presentation in EEG, which makes this a bit more complicated. For MEG, you compensate for the subject moving within the helmet but, for EEG, the cap stays snug to the subject’s head as they move so there isn’t actually much if any artifact directly related to the movement. There is, however, artifact related to muscle activation in facial and head muscles and artifact related to the cables swinging or bumping things (difficult to remove in my experience). The detection of muscle motor unit activation by EEG can sometimes be removed fairly well by ICA by excluding components with power distributed towards high frequencies and with a time course that looks like an EMG recording (spiky). See an example here: Annotate muscle artifacts — MNE 1.7.0.dev15+gb107d92ec documentation.
I would suggest ICA because it separates the data into components with maximally independent (pointing in different directions) variance which is what a key quality of such artifacts; they have a particular time course and topological distribution.
Thanks @alexrockhill . They are very useful papers.
I am still struggling a bit about choosing ICA component automatically since I have no EOG sensor (can become a reference as suggested in MNE documentation) that I used during recording using OpenBCI, does MNE have another alternative to reject this automatically ?
Regarding the second paper that you gave (related to paralyzed people’s face muscle), does MNE have function to calculate spatial smoothness or spectral slope (as suggested by the paper) to classify ICs ? Since I have a lot of data, it would be very time consuming to do this manually.
Hmmm, you could try using on of the frontal channels most contaminated by blinks. Depending on the data, it could be really highly correlated with blinks or only marginally. I think there is a good probability that it will work. Something like F1 or F2 or FCz would be a good idea to try.