<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Johan,
<div class=""><br class="">
</div>
<div class="">If you want to do a ’superlet’ analysis on time series data that are defined in source space, you need to ensure first and foremost that you input data in to ft_freqanalysis is recognized by FieldTrip as if it is a channel level data structure.
 Source level data is not supported by ft_freqanalysis. Moreover, it typically does not make sense to compute a TFR-like decomposition on 10,000’s of source points, if the original data consisted only of 300’ish channel points. Therefore, the recommended way
 forward would be to compute the source-level time series on a parcellated (e.g. cortical sheet).</div>
<div class=""><br class="">
</div>
<div class="">The way forward would be:</div>
<div class=""><br class="">
</div>
<div class="">1 compute a spatial filter on a well-defined sourcemodel, using the inverse operator of choice. (and cfg.keepfilter = ‘yes’)</div>
<div class="">2 create a parcellation (e.g. atlas-based) of the sourcemodel of your liking.</div>
<div class="">3 use ft_virtualchannel with the original input data, together with the output of step 1 and 2 to create virtual channel time series, where each channel represents a source parcel</div>
<div class="">4 do the superlet (or whatever other downstream) analysis.</div>
<div class=""><br class="">
</div>
<div class="">Good luck and happy computing, </div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 15 Mar 2024, at 16:59, Johan Liljefors via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span lang="SV" class="">Dear Fieldtrip users<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
I am working on calculating trial level time series of spectral power in source space, for a MEG dataset I have collected. I have pre-processed and cleaned my data, which for a single subject is stored in the variable<span class="Apple-converted-space"> </span><i class="">data_meg</i>.
 I have the following variables:<o:p class=""></o:p></div>
<ul type="disc" style="margin-bottom: 0cm; margin-top: 0cm;" class="">
<li class="MsoListParagraph" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;">
data_meg: The cleaned and preprocessed dataset for a single subject<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;">
Headmodel_mne_meg and sourcemodelT: aligned headmodels, and sourcemodel (which has been calculated using Freesurfer)<o:p class=""></o:p></li></ul>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
If anyone has experience they can share it would be very appreciated. I have made an attempt below, the code runs but I cant tell if the results makes sense or not.<o:p class=""></o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
Thank  you for your time,<o:p class=""></o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
Regards<o:p class=""></o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
Johan<o:p class=""></o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
My code is as follows:<o:p class=""></o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class="">% Load the data<o:p class=""></o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">[data_meg, headmodel_mne_meg, sourcemodelT] = load_data(wsl_path,par_i,false);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class=""><o:p class=""> </o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class="">% Compute the forward solution<o:p class=""></o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">leadfield_mne = compute_leadfield(data_ meg, sourcemodelT, headmodel_mne_meg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class="">% Calculate evoked data and apply noise covariance matrix from empty room recording<o:p class=""></o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">cfg = [];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">cfg.covariance =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">cfg.covariancewindow = [-1 7.5];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">cfg.keeptrials =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'no'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">data_ind_avg = ft_timelockanalysis(cfg, data_ meg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">data_ind_avg.cov = cov_noise{par_i};                        % cov_noise{par_i} is the subject covariance matrix from the empty room recording<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class=""><span style="font-size: 10pt; font-family: Consolas;" class="">% Calculate the spatial filter using the evoked dataset and the noise covariance<o:p class=""></o:p></span></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">source_avg = source_recon(leadfield_mne, headmodel_mne_meg,  [],data_ind_avg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">filter = source_avg.avg.filter;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">% Do trial level source reconstruction using the filter<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">source_trial = source_recon_trials(leadfield_mne, headmodel_mne_meg, filter, data_meg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class="">% Calculate trial level spectral power using superlets and save the power spectrum<o:p class=""></o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class="">% This is done by “faking” a fieldtrip structure by putting each single trial into the .avg field and then running ft_freqanalysis<o:p class=""></o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">foi = 8:26;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">toi = -1:0.01:7.5;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">powspctrm = zeros(length(data_meg.trialinfo),<span style="color: rgb(14, 0, 255);" class="">...</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    size(sourcemodelT.pos,1),<span style="color: rgb(14, 0, 255);" class="">...</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    length(foi),<span style="color: rgb(14, 0, 255);" class="">...</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    length(toi)); <o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<i class=""><o:p class=""> </o:p></i></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">parfor<span class="Apple-converted-space"> </span></span><span style="font-size: 10pt; font-family: Consolas;" class="">iTrial = 1:length(data_meg.trialinfo)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        source_single_trial = rmfield(source_trial,<span style="color: rgb(170, 4, 249);" class="">"trial"</span>);     % These two lines “fake” a single trial which is then processed by ft_freqanalysis<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        source_single_trial.avg = source_trial.trial(iTrial);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg = [];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.method              =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'superlet'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.output              =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'pow'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.pad                 =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'nextpow2'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.foi                 = foi;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.toi                 = toi;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">       <span class="Apple-converted-space"> </span><span style="color: rgb(2, 128, 9);" class="">% cfg.order goes from 1 to 30 (<a href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.biorxiv.org%2Fcontent%2F10.1101%2F583732v4.full.pdf&data=05%7C02%7Cfieldtrip%40science.ru.nl%7C07cc8676cf0d4921fb3b08dc4a3fc655%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638466884958109871%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=m56LrdU5GGAQ3ggboqAuLY2f%2FZkeuu2xcTAWJI541so%3D&reserved=0" originalsrc="https://www.biorxiv.org/content/10.1101/583732v4.full.pdf" shash="RqawniafEJnluP3gef7GsTk2/m1NIHeZJ3fwUl8pHDZZiV62XgwCXVAd7G6ZGqGIH24ZKsFFcEK95o9V9torj1uoPOoRibfVYy5kAG75cPoB9woql3tIp99FzUxIRXFs79gspgkQSANrLEt1RO2XAcdQQF7TBWvlp7fW7odan0s=" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">https://www.biorxiv.org/content/10.1101/583732v4.full.pdf</a>)</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.order               = floor(linspace(1,30,numel(cfg.foi)));<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.width               = 5;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.gwidth               = 3;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        TFR_induced = ft_freqanalysis(cfg,source_single_trial);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        powspctrm(iTrial,:,:,:) = TFR_induced.powspctrm;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">end</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(2, 128, 9);" class="">% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(2, 128, 9);" class="">%           LOCAL FUNCTIONS                        %</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(2, 128, 9);" class="">%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">function<span class="Apple-converted-space"> </span></span><span style="font-size: 10pt; font-family: Consolas;" class="">leadfield_mne = compute_leadfield(data_meg, sourcemodelT,
 headmodel_mne_meg)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg = [];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.grad             = data_meg.grad;             <span class="Apple-converted-space"> </span><span style="color: rgb(2, 128, 9);" class="">% sensor positions</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.channel          =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meggrad'</span>;                  <span style="color: rgb(2, 128, 9);" class="">%
 the used channels</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.senstype         =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meg'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.sourcemodel      = sourcemodelT;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.headmodel        = headmodel_mne_meg;         <span class="Apple-converted-space"> </span><span style="color: rgb(2, 128, 9);" class="">% volume conduction model</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    leadfield_mne        = ft_prepare_leadfield(cfg,data_meg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">end</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">function<span class="Apple-converted-space"> </span></span><span style="font-size: 10pt; font-family: Consolas;" class="">source = source_recon(leadfield_mne, headmodel_mne_meg,
 filter, data)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg                     = [];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.method              =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'mne'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.channel             =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meggrad'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.senstype            =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meg'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.latency             = [-1 7.5];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.sourcemodel         = leadfield_mne;           <span class="Apple-converted-space"> </span><span style="color: rgb(2, 128, 9);" class=""> </span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.headmodel           = headmodel_mne_meg;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.prewhiten       =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.lambda          = 3;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.scalesourcecov  =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">if<span class="Apple-converted-space"> </span></span>isempty(filter)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.mne.keepfilter      =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">else</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.sourcemodel.filter = filter;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">end</span>  <span class="Apple-converted-space"> </span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    source = ft_sourceanalysis(cfg,data);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">end<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">function<span class="Apple-converted-space"> </span></span><span style="font-size: 10pt; font-family: Consolas;" class="">source_trial = source_recon_trials(leadfield_mne,
 headmodel_mne_meg, filter, data_meg)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg                     = [];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.method              =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'mne'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.channel             =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meggrad'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.senstype            =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'meg'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.latency             = [-1 7.5];<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.sourcemodel         = leadfield_mne;           <span class="Apple-converted-space"> </span><span style="color: rgb(2, 128, 9);" class=""> </span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.headmodel           = headmodel_mne_meg;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.prewhiten       =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.lambda          = 3;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.mne.scalesourcecov  =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">if<span class="Apple-converted-space"> </span></span>isempty(filter)<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.mne.keepfilter      =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">else</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">        cfg.sourcemodel.filter = filter;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">   <span class="Apple-converted-space"> </span><span style="color: rgb(14, 0, 255);" class="">end</span><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.keeptrials =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    cfg.rawtrial =<span class="Apple-converted-space"> </span><span style="color: rgb(170, 4, 249);" class="">'yes'</span>;<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class="">    source_trial = ft_sourceanalysis(cfg,data_meg);<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas; color: rgb(14, 0, 255);" class="">end</span><span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<span style="font-size: 10pt; font-family: Consolas;" class=""><o:p class=""> </o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<div style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Times; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
<span class="s1" style="-webkit-font-kerning: none;"></span><br class="">
</div>
<div style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Times; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
<span class="s1" style="-webkit-font-kerning: none;"></span><br class="">
</div>
<div style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Times; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
<span class="s1" style="-webkit-font-kerning: none;"><i class="">När du skickar e-post till Karolinska Institutet (KI) innebär detta att KI kommer att behandla dina personuppgifter.<span class="Apple-converted-space"> </span></i><a href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fki.se%2Fom-ki%2Fintegritetsskyddspolicy&data=05%7C02%7Cfieldtrip%40science.ru.nl%7C07cc8676cf0d4921fb3b08dc4a3fc655%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638466884958109871%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=3V1v25fSl5qz5ApGGj%2BxpRlLh4JuyZHp%2Fn5qreKnKTI%3D&reserved=0" originalsrc="https://ki.se/om-ki/integritetsskyddspolicy" shash="i0kgVXfzWgWzrbwcltcdZKx9wOr0VDLbeSt896EcttzrvYlYvHPZK4arX0BoV0sqhY1QvFkwPWBWzYYefhnhudLv5HFk2VHYoQK6H9AQXlcU8Lb8Z1Az6KqqHdSeU+3AAOPV2iNlvFhq65xfFc6JeqJHPMQC3+IG/nPOFn6hzJA=" originalsrc="https://ki.se/om-ki/integritetsskyddspolicy" shash="DOhBMyzqN8WKtDo6tuz/ExCZ7TdgNT6YOsB7KQvyo+ZHPtCk9N94DDKUl6/dI/GRm2QT09gDEW3zi9/tw6nnok+uE8pi85/Bx96GNBGC4HfYreYYnoE8vL1sbJY9S7+mZUBzRDboLn2wZLT8ZRl4dyFJWWo05w/G8reV6/drWNw=" style="color: rgb(149, 79, 114); text-decoration: underline;" class=""><span class="s2" style="text-decoration: underline; -webkit-font-kerning: none; color: rgb(0, 0, 238); -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 238);">Här
 finns information om hur KI behandlar personuppgifter</span></a>.<span class="Apple-converted-space"> </span></span></div>
<div style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Times; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
<span class="s1" style="-webkit-font-kerning: none;"></span><br class="">
</div>
<div style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Times; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
<span class="s1" style="-webkit-font-kerning: none;"><i class="">Sending email to Karolinska Institutet (KI) will result in KI processing your personal data.</i><span class="Apple-converted-space"> </span><a href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstaff.ki.se%2Fdata-protection-policy&data=05%7C02%7Cfieldtrip%40science.ru.nl%7C07cc8676cf0d4921fb3b08dc4a3fc655%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638466884958109871%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2FY8F1cc%2F2j2OlLca1w51ojRfmHeIFzrh5UB9vJM8pcg%3D&reserved=0" originalsrc="https://staff.ki.se/data-protection-policy" shash="D7740o1s//1FZc4KT5J8e8d/enqpzpT54tIwnb1v0my3mTfcyAapjF6v7AAQXxiPdp3JEJvQfuwbo1dPr2LeiEl5GF5A+mxF+On5vW+ekFpB9efq7DFjYoLmeODyjixJ+QlDa2nDErP17slkGjPOd+xF9mibCIyB+B36kYCiXhU=" originalsrc="https://staff.ki.se/data-protection-policy" shash="ZYwntTDi+wsVz3KMaN9bEYchbkrthu+RvGRgPVqw19x8LmiS8wicNFUeEfKikPx+FvbCFVRYhyui0Los7tQP6B8XVjZ0WG9DHKrqBJZ0raV4xw3N8bSOtAU3d5DkNWf3OKCyOFQ7TeImHYhGZ4n5qvo8NrhHoQvGMT+UOKkHDXU=" style="color: rgb(149, 79, 114); text-decoration: underline;" class=""><span class="s2" style="text-decoration: underline; -webkit-font-kerning: none; color: rgb(0, 0, 238); -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: rgb(0, 0, 238);">You
 can read more about KI’s processing of personal data here</span></a>.<span class="Apple-converted-space"> </span></span></div>
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">fieldtrip
 mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmailman.science.ru.nl%2Fmailman%2Flistinfo%2Ffieldtrip&data=05%7C02%7Cfieldtrip%40science.ru.nl%7C07cc8676cf0d4921fb3b08dc4a3fc655%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638466884958109871%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VzgeeoAwOsfiHuk8nuOfzAIJFstOeVIn2JtZv5DH7b4%3D&reserved=0" originalsrc="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" shash="X+yh0cZLwS1tFUnZW0tnDxMCVAcgT7/DWCDVurA2pHSR3BV9NYlb9suIVPhHObZbfoBYRq1WDesJo5EvyjkUC8J67RLfMV+bCcu3m9DILfaacHdEoNwGrUGmKZ+DKEfAMdLDLnKsD2FWUyNBTbcV6cT3ftHGgz7RzcxPWaIRSaU=" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<a href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdoi.org%2F10.1371%2Fjournal.pcbi.1002202&data=05%7C02%7Cfieldtrip%40science.ru.nl%7C07cc8676cf0d4921fb3b08dc4a3fc655%7C084578d9400d4a5aa7c7e76ca47af400%7C1%7C0%7C638466884958109871%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=JaA%2BPbdu0ccRSJqCwAn0zwXcaQfS1FKt%2F6gc0Aprv9E%3D&reserved=0" originalsrc="https://doi.org/10.1371/journal.pcbi.1002202" shash="WJYNOJML3YDJarJg4a7mKjoG5Yi2Af58DPd6My7LKEhVkRO9pgAMVaS3yAsJvgT3mEqCUD+9r3+ABKCQLnvGks5jh+DqxdHLAZIxfZSNHL81W6HywNm5hdJ8N7m7n0RB2DgwtDTs5yN7kSH+lI42XfeKZ0Lm9qDAcZEAh/M5A30=" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://doi.org/10.1371/journal.pcbi.1002202</a></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>