ImaGIN_Validate_StimNames.m
15.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
function ImaGIN_Validate_StimNames(S)
% -=============================================================================
% This function is part of the ImaGIN software:
% https://f-tract.eu/
%
% This software is distributed under the terms of the GNU General Public License
% as published by the Free Software Foundation. Further details on the GPLv3
% license can be found at http://www.gnu.org/copyleft/gpl.html.
%
% FOR RESEARCH PURPOSES ONLY. THE SOFTWARE IS PROVIDED "AS IS," AND THE AUTHORS
% DO NOT ASSUME ANY LIABILITY OR RESPONSIBILITY FOR ITS USE IN ANY CONTEXT.
%
% Copyright (c) 2000-2018 Inserm U1216
% =============================================================================-
%
% Authors: Viateur Tuyisenge & Olivier David
if (nargin >= 1) && isfield(S, 'dataset') && ~isempty(S.dataset)
sFile = S.dataset;
else
sFile = spm_select(1, '\.mat$', 'Select EEG mat file');
if isempty(sFile)
return;
end
end
if (nargin >= 1) && isfield(S, 'defaultPulseDuration') && ~isempty(S.defaultPulseDuration)
if ~isnumeric(S.defaultPulseDuration)
pulseDefault = str2double(S.defaultPulseDuration);
else
pulseDefault = S.defaultPulseDuration;
end
else
pulseDefault = NaN;
end
if (nargin >= 1) && isfield(S, 'patientName') && ~isempty(S.patientName)
patientCode = S.patientName;
else
patientCode = '';
end
fprintf('MESSAGE: Got default pulse duration = %d \n', pulseDefault);
try
D = spm_eeg_load(sFile); % Load the converted file .mat
catch
error('File %s NOT loaded \n', sFile);
end
%%
evt = events(D);
evsize = size(evt,2); % Number of events
Notes = cell(1,evsize); % Events labels
% Extract events properties (label and time in sampling)
for i = 1: evsize
Notes{i}= char(evt(i).type);
end
%%
% Read notes to keep only those related to a stimulation
KeepEvent=[];
for c=1:evsize % Navigate all available events
xpr1 = '\w*hz_\w*';
xpr2 = '\w*stim\w*';
xpr2b = '\w*TextNote\w*';
xpr2c = '\w*CONNECT TO\w*';
xpr3 = '\w*mA\w*';
xpr4 = '\w*50.0hz\w*';
xpr5 = '\w*50hz\w*';
xpr6 = '\w*50 hz\w*';
xpr4b = '\w*55.0hz\w*';
xpr5b = '\w*55hz\w*';
xpr6b = '\w*55 hz\w*';
xpr7 = '\w*alarme\w*';
xpr8 = '\w*SE1Hz\w*';
xpr9 = '\w*SE 1Hz\w*';
xpr10 = 'crise';
[~,di]=regexp(Notes{c},'\d*','Match');
if ~isempty(di)
if ~isempty(regexpi(Notes{c},xpr4)) || ~isempty(regexpi(Notes{c},xpr5)) || ...
~isempty(regexpi(Notes{c},xpr6)) || ~isempty(regexpi(Notes{c},xpr7)) || ...
~isempty(regexpi(Notes{c},xpr8)) || ~isempty(regexpi(Notes{c},xpr9)) || ...
~isempty(regexpi(Notes{c},xpr4b)) || ~isempty(regexpi(Notes{c},xpr5b)) || ~isempty(regexpi(Notes{c},xpr6b)) ||...
strcmpi(Notes{c}(1:min([length(Notes{c}) 5])),xpr10)
elseif ~isempty(regexpi(Notes{c},xpr1))
KeepEvent=[KeepEvent c];
elseif ~isempty(regexpi(Notes{c},xpr2))
KeepEvent=[KeepEvent c];
elseif~isempty(regexpi(Notes{c},xpr2b))
KeepEvent=[KeepEvent c];
elseif~isempty(regexpi(Notes{c},xpr2c))
KeepEvent=[KeepEvent c];
elseif ~isempty(regexp(Notes{c},xpr3,'ONCE'))
KeepEvent=[KeepEvent c];
elseif ismember(lower(Notes{c}(1)),['a':'z']) && di(1)<=4 && ~strcmp(regexprep(Notes{c},' ',''),'SE1Hz') && ~strcmp(regexprep(Notes{c},' ',''),'SE50Hz')
KeepEvent=[KeepEvent c];
end
end
end
for j=1:length(KeepEvent) % Navigate all stim events
noteName = char(Notes{KeepEvent(j)});
tmp=find(noteName==',');
if ~isempty(tmp) && strcmpi(patientCode(5:end),'BUC')
if noteName(tmp(1)-3)=='-';
noteName(tmp(1))=' ';
end
end%BUC
noteName = regexprep(noteName,',','.');%BUC
noteName = strrep(noteName, ' ','_');
noteName = regexprep(noteName,'�','u'); %OD
noteName(~ismember(double(noteName),['A':'Z' 'a':'z' '_' '.' '''' 'µ' '-' '0':'9'])) ='';
noteName = regexprep(noteName,'_+','_'); noteName = regexprep(noteName,'µ','u');
if strcmpi(patientCode(5:end),'MIL');noteName = strrep(noteName,'.0',''); noteName = strrep(noteName,'_MA_','_');end%some MIL notes
if strcmpi(patientCode(5:end),'REN');noteName = strrep(noteName,'.0','');end%some REN notes
noteName = strrep(noteName,'.',''); noteName = strrep(noteName,',',''); % /!\ float value becomes integer /!\
noteName = strrep(noteName,'sec','s'); noteName = strrep(noteName,'AA','A');
noteName = strrep(noteName,'Stim_Start_',''); noteName = strrep(noteName,'Stim_Stop_','');
noteName = strrep(noteName,'stim',''); noteName = strrep(noteName,'Stim','');
noteName = strrep(noteName,'STIM',''); noteName = strrep(noteName,'TextNote_','');
noteName = strrep(noteName,'CONNECT_TO_',''); noteName = strrep(noteName,'_-_','-');
noteName = strrep(noteName,'Start',''); noteName = strrep(noteName,'Stop','');
noteName = strrep(noteName,'uus','us'); noteName = strrep(noteName,'CDuruue','');
noteName = strrep(noteName,'Display',''); noteName = strrep(noteName,'Type','');
noteName = strrep(noteName,'Impulsions_biphasiques','');
noteName = strrep(noteName,'_mA','mA'); %MIL
noteName = strrep(noteName,'_ma','mA'); %BUC
noteName = strrep(noteName,'_MA','mA'); %BUC
noteName = strrep(noteName,'MA','mA'); %BUC
noteName = strrep(noteName,'ma','mA'); %BUC
noteName = strrep(noteName,'HZ','Hz'); %BUC
noteName = strrep(noteName,'_Hz','Hz'); %BUC
[numb,nIDX]= regexp(noteName,'\d*','Match');
if strcmpi(patientCode(5:end),'YUQ') && numel(numb) >= 3
if length(noteName) > nIDX(3)
noteName = strcat([noteName(1:nIDX(3)),'mA_1Hz'],noteName(nIDX(3)+1:end));
else
noteName = [noteName(1:nIDX(3)),'mA_1Hz'];
end
end
Notes{KeepEvent(j)} = noteName;
end
rxp1 = '[-+]?(\d*[.])?\d+mA'; rxp2 = '[-+]?(\d*[.])?\d+Hz';
rxp3 = '[-+]?(\d*[.])?\d+us'; rxp4 = '[-+]?(\d*[.])?\d+s'; % find available pulse duration values
rxp3bis = '[-+]?(\d*[.])?\d+�s';
buc_flag = 0;
% BUC patients have amplitude that varies
if strcmpi(patientCode(5:end),'BUC')
load('/gin/data/database/02-raw/stim_parameters-ftract-buc.mat','stim_params')
% load('/Users/admin/Documents/Data/SEEG/F-TRACT/BUC/stim_parameters-ftract-buc.mat','stim_params')
Loc = find(ismember(stim_params.PCode, patientCode), 1);
if ~isempty(Loc)
buc_flag = 1;
Frq = stim_params.Freq{Loc};
% Amp = stim_params.Ampl{Loc};
Pul = stim_params.Pulse{Loc};
for n = 1:length(KeepEvent)
xsub1 = regexp(Notes{KeepEvent(n)},rxp1,'match');
xsub2 = regexp(Notes{KeepEvent(n)},rxp2,'match');
xsub3 = regexp(Notes{KeepEvent(n)},rxp3,'match');
% if ~isempty(xsub1) % insert stim Amplitude
% Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub1,Amp));
% else
% Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Amp];
% end
%
% if isempty(xsub1) % insert stim Amplitude
% Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Amp];
% end
if ~isempty(xsub2) % insert stim Frequency
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub2,Frq));
else
Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Frq];
end
if ~isempty(xsub3) % insert stim Pulse
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub3,Pul));
else
Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Pul];
end
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},'_3_','_'));
evt(KeepEvent(n)).type = Notes{KeepEvent(n)};
end
D = events(D,1,evt);
D2 = clone(D, D.fnamedat, [D.nchannels D.nsamples D.ntrials]);
D2(:,:,:) = D(:,:,:);
save(D2);
fprintf('\n \n MESSAGE: .. %s parameters updated ..::\n',patientCode);
%set_final_status('OK')
end
end
mil_flag = 0;
% MIL patients have stims parameters in stim_parameters file saved on /02-raw
% that could be loaded
if strcmpi(patientCode(5:end),'MIL')
load('/gin/data/database/02-raw/stim_parameters-ftract-mil.mat','stim_params')
% load('/Users/admin/Documents/Data/SEEG/F-TRACT/MIL/stim_parameters-ftract-mil.mat','stim_params')
Loc = find(ismember(stim_params.PCode, patientCode), 1);
if ~isempty(Loc)
mil_flag = 1;
Frq = stim_params.Freq{Loc};
Amp = stim_params.Ampl{Loc};
Pul = stim_params.Pulse{Loc};
for n = 1:length(KeepEvent)
xsub1 = regexp(Notes{KeepEvent(n)},rxp1,'match');
xsub2 = regexp(Notes{KeepEvent(n)},rxp2,'match');
xsub3 = regexp(Notes{KeepEvent(n)},rxp3,'match');
% if ~isempty(xsub1) % insert stim Amplitude
% Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub1,Amp));
% else
% Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Amp];
% end
%
if isempty(xsub1) % insert stim Amplitude
Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Amp];
end
if ~isempty(xsub2) % insert stim Frequency
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub2,Frq));
else
Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Frq];
end
if ~isempty(xsub3) % insert stim Pulse
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},xsub3,Pul));
else
Notes{KeepEvent(n)} = [Notes{KeepEvent(n)} '_' Pul];
end
Notes{KeepEvent(n)} = char(strrep(Notes{KeepEvent(n)},'_3_','_'));
evt(KeepEvent(n)).type = Notes{KeepEvent(n)};
end
D = events(D,1,evt);
D2 = clone(D, D.fnamedat, [D.nchannels D.nsamples D.ntrials]);
D2(:,:,:) = D(:,:,:);
save(D2);
fprintf('\n \n MESSAGE: .. %s parameters updated ..::\n',patientCode);
%set_final_status('OK')
end
end
fre_flag = 0;
if strcmpi(patientCode(5:end),'FRE')
load('/gin/data/database/02-raw/stim_parameters-ftract-fre.mat','stim_params')
Loc = find(ismember(stim_params.PCode, patientCode), 1);
if ~isempty(Loc)
fre_flag = 1;
Frq = stim_params.Freq{Loc};
Amp = stim_params.Ampl{Loc};
Pul = stim_params.Pulse{Loc};
for n = 1:length(KeepEvent)
undsc = strfind(Notes{KeepEvent(n)},'_');
if ~isempty(undsc)
Notes{KeepEvent(n)} = strcat(Notes{KeepEvent(n)}(1:undsc(1)),Amp,'_',Frq,'_',Pul);
end
Notes{KeepEvent(n)} = char(Notes{KeepEvent(n)});
evt(KeepEvent(n)).type = Notes{KeepEvent(n)};
end
D = events(D,1,evt);
D2 = clone(D, D.fnamedat, [D.nchannels D.nsamples D.ntrials]);
D2(:,:,:) = D(:,:,:);
save(D2);
fprintf('\n \n MESSAGE: .. %s parameters updated ..::\n',patientCode);
end
end
val_flag = 0;
if strcmpi(patientCode(5:end),'VAL')
load('/gin/data/database/02-raw/stim_parameters-ftract-val.mat','stim_params')
Loc = find(ismember(stim_params.PCode, patientCode), 1);
if ~isempty(Loc)
fre_flag = 1;
Frq = stim_params.Freq{Loc};
Amp = stim_params.Ampl{Loc};
Pul = stim_params.Pulse{Loc};
for n = 1:length(KeepEvent)
undsc = strfind(Notes{KeepEvent(n)},'_');
if ~isempty(undsc)
Notes{KeepEvent(n)} = strcat(Notes{KeepEvent(n)}(1:undsc(1)),Amp,'_',Frq,'_',Pul);
end
Notes{KeepEvent(n)} = char(Notes{KeepEvent(n)});
evt(KeepEvent(n)).type = Notes{KeepEvent(n)};
end
D = events(D,1,evt);
D2 = clone(D, D.fnamedat, [D.nchannels D.nsamples D.ntrials]);
D2(:,:,:) = D(:,:,:);
save(D2);
fprintf('\n \n MESSAGE: .. %s parameters updated ..::\n',patientCode);
end
end
if mil_flag == 0 || fre_flag == 0 || buc_flag == 0 || val_flag == 0
pVals = [];
for k = 1:length(KeepEvent)
xsub3 = regexp(Notes{KeepEvent(k)},rxp3,'match');
if isempty(xsub3)
xsub3 = regexp(Notes{KeepEvent(k)},rxp3bis,'match');
end
xsub4 = regexp(Notes{KeepEvent(k)},rxp4,'match');
if ~isempty(xsub3)&& isempty(xsub4)
xsub3 = char(xsub3);
pVals = [pVals;str2double(xsub3(1:end-2))];
elseif isempty(xsub3)&& ~isempty(xsub4)
xsub4 = char(xsub4);
xsub3 = char(xsub4(1:end-1)); % sec --> msec
if numel(xsub3) <= 3
buff = num2str(str2double(xsub3)*1000);
if numel(buff) <= 4
xsub3 = buff;
end
end
pVals = [pVals;str2double(xsub3)];
else
xsub3 = '0';
pVals = [pVals;str2double(xsub3)];
end
end
pIdx = find(pVals);
if numel(pIdx) == numel(KeepEvent)
fprintf('MESSAGE: All Notes include pulse duration ! \n');
set_final_status('OK')
else
if ~isempty(pIdx)
pval = unique(pVals(pIdx));
fprintf('MESSAGE: Pulse duration found, but not in all Notes. Its unique value is %d \n', pval);
else
if ~isnan(pulseDefault)
if pulseDefault == 0
error('No pulse duration found in Notes and default value is zero!');
else
fprintf('MESSAGE: Pulse duration not found in any of the Notes. Using default value = %d \n', pulseDefault);
pval = pulseDefault;
end
else
error('No pulse duration found in Notes and default value is NaN!');
end
end
if isempty(pval)
error('No pulse duration found in Notes, no default value neither.');
else
if numel(pval) > 1
pval = pval(1);
end
pval = strcat(num2str(pval),'us');
for c = 1:length(KeepEvent)
if isempty(strfind(Notes{KeepEvent(c)},pval))
Notes{KeepEvent(c)}=[Notes{KeepEvent(c)} '_' pval]; % add pulse duration
end
end
for ii =1:evsize
Notes{ii} = strrep(Notes{ii},'MA','mA');
Notes{ii} = strrep(Notes{ii},'ma','mA');
Notes{ii} = strrep(Notes{ii},'Ma','mA');
Notes{ii} = strrep(Notes{ii},'HZ','Hz');
Notes{ii} = strrep(Notes{ii},'hz','Hz');
Notes{ii} = strrep(Notes{ii},'hZ','Hz');
Notes{ii} = strrep(Notes{ii},'1_HA','1Hz');
Notes{ii} = strrep(Notes{ii},'_mA','mA');
Notes{ii} = strrep(Notes{ii},'_Hz','Hz');
Notes{ii} = strrep(Notes{ii},'_0us','');
evt(ii).type = Notes{ii};
end
D = events(D,1,evt);
D2 = clone(D, D.fnamedat, [D.nchannels D.nsamples D.ntrials]);
D2(:,:,:) = D(:,:,:);
save(D2);
fprintf('\n \n ');
fprintf('MESSAGE: .. Pulse duration of %s added ..::\n',pval);
set_final_status('OK')
end
end
end