From 03de9519736693e500be5e872cb8f5798d1a0d85 Mon Sep 17 00:00:00 2001 From: Shai Pilosof Date: Tue, 4 Aug 2026 22:34:04 -0500 Subject: [PATCH] docs(compare): drop analysis & 3D rows and the "strongest" section Co-Authored-By: Claude Opus 4.8 --- compare.html | 57 ---------------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/compare.html b/compare.html index ee3b5dd..af38695 100644 --- a/compare.html +++ b/compare.html @@ -118,22 +118,6 @@

Feature comparison

Yes — interactive GUI Yes — interactive GUI - - Built-in network analysis (centralities, communities, etc.) - Descriptive summaries — analysis is done upstream and uploaded as attributes - Extensive — multilayer centralities, communities, reducibility - Some — degree, betweenness, clustering, community detection - Extensive — statistics, modularity, centralities - Extensive — via apps (e.g. clusterMaker, NetworkAnalyzer) - - - 3D rendering - Pseudo-3D — oblique stacked-layer projection - Yes — 3D (OpenGL) - Yes — true 3D scene - Mostly 2D - Mostly 2D - Figure / data export PNG, JPG, PDF; reproducible session file (data included) @@ -154,47 +138,6 @@

Feature comparison

-

Where each tool is strongest

-

MiRA

-

- MiRA is the tool to reach for when you want to see a multilayer network quickly and - interactively without installing anything or writing code. It is the only tool in this set - that combines dedicated bipartite layouts with geographic layer placement — the two features - ecological multilayer networks most often need — alongside live filtering, cross-layer - highlighting, and seven linked visualization modes. It reads JSON or CSV, or plots directly - from the emln R package, and - saves a self-contained session file that reopens the full visualization with its data. -

-

muxViz

-

- muxViz is the most analytically complete tool for multilayer networks. If you need multilayer - centralities, community detection, reducibility analysis, or georeferenced layers and you are - comfortable in R, muxViz is hard to beat. Its interactivity is limited compared with a live - web app, and it does not handle bipartite networks, but its analytical depth is a genuine - strength. -

-

Arena3Dweb

-

- Arena3Dweb renders beautiful, fully interactive true-3D multilayer scenes in the - browser and exposes an API for integration into other pipelines. It was designed for - biomedical networks and does not support bipartite structures or geographic layouts, but for - immersive 3D exploration and programmatic embedding it is excellent. -

-

Gephi

-

- Gephi is a mature, general-purpose network tool built for large single-layer graphs. Its - layout algorithms, statistics, and ability to handle very large networks are outstanding. It - is not multilayer-native and needs a desktop install, but for scale and general graph - analysis it remains a standard. -

-

Cytoscape

-

- Cytoscape is the standard for molecular and biological network analysis, with a large - ecosystem of apps for enrichment, clustering, and data integration. It is a desktop - application built around single-graph analysis rather than multilayer visualisation, but its - app ecosystem and analytical reach are major strengths. -

-

Claims about MiRA are drawn from its source code and manual. Claims about muxViz,