Closed yacineMahdid closed 4 years ago
I've documented the mapping over here in a wiki page
We are having some issue with the converter as the version I have in NeuroAlgo doesn't allow for channel with name like Fsomething. I will make a conversion module to take each channels that doesn't start with E and map it to its equivalent.
One of the similarity matrices, done with the first way of doing it
There is clearly something wrong since we get a a matrix with higher contrast for the alpha vs recovery in the previous picture. Should take a look at the raw matrices.
Given this dPLI matrices what we have above doesn't make any sense.
The problem seems to be caused by a mismatch in the regions localization. We see the exact same pattern, but shifted in one case and not in another.
When using the min-max normalization we do not get the same shift
The similarity matrix looks like this now
However we still have larger difference in the baseline vs recovery comparisons
To validate that the number of channels are making our analysis less robust I'll run the analysis again but with only the left brain for all other participant than WSAS02
The main issue was in the filter_matrix function which was not filtering the matrices properly. I also added normalization as Dr. Blain-Moraes suggested, which helped :+1:
Here is the results!
I will move away from Github Wiki and instead directly use markdown files inside the github repository. This will be easier to structure and will allow for the documentation to match up with the codebase current state.
This is important since we want to be able to validate if the dpli index make sense and we have recovery information about the participant WSAS02 which doesn't have a similar headset than all the other participants.
First task to do:
egi_channels, bp_channels
right now we have a third column that has the order since the second column is not ordered properly. (Can be Python with pandas) : the file however is currently useless since the mapping is not consistent between our recording channel location and what is on the csv file, Update 2: After some back and forth Danielle provided me with a file that I now follow for the mappingWill need to run four analysis
These should be documented in the corresponding wikipage