GraphVar Dynamic Tutorial
GraphVar Dynamic Tutorial
- Pearson corr
- Partial corr
- Covariance
- Mutual inf
- etc…..
- Variance
- Standard deviation
- Periodicity
- PointProcess: rate
- PointProcess: intervall
(Matlab definition)
(Matlab definition)
-> Periodicity:
1. Optional: band pass filter of the time series of graph measures or connectivity
measures of the raw matrix (by default this is not done; to change see script in
src/ext/DynamicSummaryMeasures/periodicity)
5. (measure = maximum/[median*peaks])
->the authors apply this to BOLD time series (in GraphVar “Raw matrix”) . We also offer to
apply this method to “graph time series” (i.e., local efficiency at different time points). It is
up to the community to determine if this approach may contribute to the evolving field of
dynamic graph theory.
„ … A recent series of studies demonstrated that the continuous BOLD signal can be
transformed into a discrete point-process encoding the timings of the most functionally
relevant events [Petridou et al., 2012, Davis et al., 2013; Tagliazucchi et al., a,b, 2012a]. In
this approach, relevant events are defined by a threshold crossing (e.g. whenever the
signal departs +1 SD from its mean value).
As default in GraphVar the critical
Two interdependent observables are defined once the point-process is obtained: the threshold is set as mean + - 1 SD of the
rate (number of crossings divided by the series length) and inter-event intervals respective time series
(average temporal separation between two consecutive points).
On average, there is a clear inverse relationship between these two variables. You can change this in the scripts:
Furthermore, the rate is expected to increase (or the interval to decrease) for a signal with src/calc/pointprocess_*
a high contribution of fast frequencies.”
As always you can include your own scripts for your costum analyses
4. -> make sure you find all the parts where „e.g. periodicity“ is mentioned in the scrips
and copy the style of the reference functions. Also use the dimensions of the data as
we suggest (the „multidimfunc“ will do the rest)
If you have an awesome function that you would like to share with the
community through GraphVar, we would be happy to receive the
proper MATLAB code to include it in an upcoming version!
„GetComponent“ feature
In this version we have a new feature: „GetComponent“
-> this button will NOT perform NBS but will show you the
components (i.e. subnetworks) that can be extracted from what
you see in the results viewer
-> this means that you could use a link-wise controlling procedure
(e.g. random Networks/Groups FDR“) and plot the respective
subnetwork in the Network Inspector
„GetComponent“ feature
-> for „GetComponent“ there is no column in the Network Inspector telling you
the significance of this component as derived from comparison with random
data (as this is only done in NBS)
„GetComponent“ feature