From 648cc3ee694b29956ae79ff6fe1eac7293e60238 Mon Sep 17 00:00:00 2001 From: Jaewon Chung Date: Fri, 31 Jan 2020 14:32:10 -0500 Subject: [PATCH] Add graspy in python packages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 872e8b5..53f9474 100755 --- a/README.md +++ b/README.md @@ -626,6 +626,8 @@ __Note:__ searching for ‘@’ will return all Twitter accounts listed on this - [dash-cytoscape](https://github.com/plotly/dash-cytoscape) - Interactive network visualization library in Python, powered by Cytoscape.js and Dash - [graph-tool](http://graph-tool.skewed.de/) - Python module for network manipulation and analysis, written mostly in C++ for speed. - [graphviz](https://pypi.python.org/pypi/graphviz) - Python renderer for the DOT graph drawing language. +- [GraSPy](https://github.com/neurodata/graspy) - Python package for statistical algorithms, models, and visualization for single and multiple networks. + - [Tutorials on algorithms and models](https://graspy.neurodata.io/tutorial.html). - [hiveplot](https://pypi.python.org/pypi/hiveplot) - Python utility for drawing networks as hive plots on matplotlib, a more comprehensive network visualization. - [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network. - [metaknowledge](http://networkslab.org/metaknowledge/) - Python package to turn bibliometrics data into authorship and citation networks.