All Projects → graphia-app → Graphia

graphia-app / Graphia

A visualisation tool for the creation and analysis of graphs

Projects that are alternatives of or similar to Graphia

Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (+155.22%)
Mutual labels:  data-science, data-analysis, data, data-visualization
Openrefine
OpenRefine is a free, open source power tool for working with messy data and improving it
Stars: ✭ 8,531 (+12632.84%)
Mutual labels:  data-science, data-analysis, data, data-visualization
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+246.27%)
Mutual labels:  data-science, data-analysis, data-visualization, graphs
Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
Stars: ✭ 2,433 (+3531.34%)
Mutual labels:  data-science, data-analysis, data-visualization, graphs
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+307.46%)
Mutual labels:  data-science, data-analysis, data, data-visualization
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (-26.87%)
Mutual labels:  data-science, data-analysis, data-visualization
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (+719.4%)
Mutual labels:  data-science, data-analysis, data-visualization
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+39904.48%)
Mutual labels:  data-analysis, data, data-visualization
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+1111.94%)
Mutual labels:  data-science, data-analysis, data-visualization
Datacleaner
The premier open source Data Quality solution
Stars: ✭ 391 (+483.58%)
Mutual labels:  data-science, data-analysis, data
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (+950.75%)
Mutual labels:  data-science, data-analysis, data-visualization
Datacomparer
dataCompareR is an R package that allows users to compare two datasets and view a report on the similarities and differences.
Stars: ✭ 58 (-13.43%)
Mutual labels:  data-science, data-analysis, data
Cookbook 2nd Code
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Stars: ✭ 541 (+707.46%)
Mutual labels:  data-science, data-analysis, data-visualization
Knowledge Repo
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
Stars: ✭ 4,956 (+7297.01%)
Mutual labels:  data-science, data-analysis, data
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+1505.97%)
Mutual labels:  data-science, data-analysis, data
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+577.61%)
Mutual labels:  data-science, data-analysis, data-visualization
Model Describer
model-describer : Making machine learning interpretable to humans
Stars: ✭ 22 (-67.16%)
Mutual labels:  data-science, data-analysis, data-visualization
Football Data
football (soccer) datasets
Stars: ✭ 18 (-73.13%)
Mutual labels:  data-science, data-analysis, data-visualization
Daru View
daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
Stars: ✭ 65 (-2.99%)
Mutual labels:  data-analysis, data-visualization, graphs
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+1189.55%)
Mutual labels:  data-science, data-analysis, data-visualization

Graphia

Build Status

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

User guide

Features

  • Support for a variety of input data formats, ranging from raw CSV to GraphML
  • Create correlation graphs using algorithms such as the Pearson Correlation Coefficient
  • Visualisation of millions of data points and relationships
  • Interactive visualisation and layout in 2D or 3D
  • Flexible search facilities, based on attribute information
  • Fast, tunable network clustering using Louvain or MCL algorithms
  • Graph metric algorithms including PageRank, Betweeness and Eccentricity
  • Enrichment Analysis
  • Filter graph elements based on numeric or string based attribute expressions
  • Customisable and simple to use web search
  • Easy export and sharing of analysis results

Many Data Types from Many Sectors

  • Biological Sciences - protein interaction data, transcriptomics, single cell analyses, proteomics, metabolomics, multiparameter flow cytometry, genotyping data, medical imaging data
  • Agritech - data relating to the performance of animals, crops, farms, etc.
  • Fintech - any numerical data relating to changing variables over time, e.g. share prices or categorical data relating to the attributes of commercial entities
  • Social Media - network connections between individuals, companies, etc.
  • Text Mining - count matrices of words found across many documents
  • Questionnaire - answers to questions are categorical (yes/no) or continuous (1-10)

About

Graphia is designed and built by a small dedicated group of scientists working in Edinburgh, Scotland. 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.

Working with us

There are lots of new features and functionality we still wish to add to Graphia and envisage a desire from some to integrate it into local data infrastructures or web resources. If you are interested in working with us to further improve Graphia or need our help in other ways, we would love to hear from you.

Please contact: [email protected]

If you use Graphia and would like to support the project, we would very much appreciate and gratefully accept donations.

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 5 to be installed and indicate to CMake where it lives:

CMAKE_PREFIX_PATH=/example/path/to/Qt/5.14.2/gcc_64/ cmake -B build && cmake --build build --parallel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].