We are just getting started with using this connectivity measure (wpli), so thanks for all of the help and information. I believe that a lot of the analysis code was from the MNE website, so it should be fairly familiar (I have the pseudo code and code snippet below). I have attached an image that shows what our lowest negative values (for ~30subjects) are with the wpli_debiased connectivity matrix and the percentage of connections that are negative . If the values should vary from -1 to 1, I would assume the percentage of negatives to be closer to 50% of the connections (since for every lead roi there would be a lag roi as well), but across subjects we are seeing about a 0-10% of the connections are negative. Attached are two example connectivity matrices (from Desikan-Killiany parcels) with the wpli_debiased measure as well as our code for the analysis. I will also upload the numpy matrices to the github site.
Psuedo Code:
Raw data is loaded from a resting state tSSS processed fif dataset
Make inverse operator
Make events of 1 second
Epoch data
Create dSPM (cov was created from emptyroom data - since no prestim period in resting data)
Load Labels >> Reorder labels to be L then R (vs. LRLRLR..)
Extract Labels
Create Connectivity using 3 measures (coh, pli, wpli)
Save out each conn measure as a numpy array.