Skip to content

Analysis code for understanding the activities of graph-structured systems, such as development in cultures of dissociated cortical cultures.

License

Notifications You must be signed in to change notification settings

UWB-Biocomputing/GraphSystemsAnalysis

Repository files navigation

DOI

GraphSystemsAnalysis

A repository with code to analyze data from simulations of graph-structured systems, such as development in cultures of dissociated cortical neurons or interactions in emergency services communications systems. In particular, this code targets systems that produce spatiotemporal point processes, i.e., events at discrete points in time at either or both of graph vertices or graph edges. This code is primarily used by the UW Bothell Intelligent Networks Laboratory. See the Graphitti simulator and Workbench provenance system repositories for the other components of our research infrastructure.

Contents

  • Avalanches. Code to identify event avalanches from spatiotemporal point processes in graphs, based both on event times and on event times and vertex locations combined.
  • Bursts. Code to analyze whole-graph bursts, identified either from aggregated network event timing characteristics or from avalanches.
  • DataReorganization. Code to read and write different file formats, extract subsets of data, etc.
  • ESCS. Code to analyze the results of ESCS simulations.
  • ML. Machine learning code.
  • Ratime. Code to analyze aggregate graph event behaviors, i.e., event counts within equal time bins (and therefore event rate versus time).
  • scripts. Miscellaneous scripts to do various tasks.

Code of Conduct

This project and everyone participating in it is governed by the Intelligent Networks Laboratory Code of Conduct. By participating, you are expected to uphold this code.

Contributing

Please refer to the Contributing Guide for information about how internal and external contributors can work on this code.