graphia-app / graphia

A visualisation tool for the creation and analysis of graphs
https://graphia.app
229 stars 20 forks source link
analysis data data-analysis data-science data-visualization graphs interpretation networks visualisation visualization

Graphia

Build Status Release Size Downloads Issues Commits

Graphia is a powerful open source visual analytics application developed to aid the interpretation of large and complex datasets.

Graphia: a visual analytics platform for complex data

User guide

Features

Many Data Types from Many Sectors

About

Graphia is designed and built by a small group working in Edinburgh, UK. We are passionate about graphs, the power of visualisation and creating tools that aid the interpretation of complex data.

Our journey started 20 years ago, as we began to envisage how graphs could help us analyse the relationships between genes and proteins. Over this time we developed multiple tools and refined our approach, eventually arriving where we are today with Graphia. We believe it is the best option for interactively visualising large graphs.

Help

If you have a question about how to do something that isn't explained in the user guide, a suggestion for a feature or just want to discuss Graphia in some way, please use the discussions section on GitHub. If you believe you're experiencing a bug, please report it in the issues section on GitHub and we will endeavour to solve it. For any other more general queries, email us directly: info@graphia.app.

Please help us to help you!

Acknowledgements

We would like to thank those who have helped us develop Graphia:

Pre-release Builds

Pre-release builds are available. Stability is not guaranteed, but any testing undertaken is greatly appreciated.

Building

Graphia uses the CMake build system. A full build can be performed using the following command:

cmake -B build && cmake --build build --parallel

Note however that you will usually also need Qt 6 to be installed and indicate to CMake where it lives:

CMAKE_PREFIX_PATH=/example/path/to/Qt/6.5.0/gcc_64/ cmake -B build && cmake --build build --parallel