Skip to main content

Detect all superbubbles in a graph.

Project description

Linear Superbubble Detector

https://raw.githubusercontent.com/Fabianexe/Superbubble/master/logo.png

Introduction

This project gives the reference implementation of the Linear Superbubble Dector (LSD).

Features

  • Detect superbubbles in linear time

  • Uses NetworkX as graph library

  • Can load plenty file formats (everything that NetworkX can load )

  • Have different ways to report the superbubbles

  • Simple and clean code

  • Simple to understand and reimplement

Documentation

The documentation can be found at: https://fabianexe.github.io/Superbubble

Installation

The simples way to install is using pip:

pip install LSD-Bubble

You can also download the source from https://github.com/Fabianexe/Superbubble and run the make script to install the package. These needs that setuptools are installed.

Usage

The programms needs only a path to a graph file to work and the algorithm that it should use:

lsd d path

If you want other detection algorithm try:

lsd p path

or

lsd o path

If as input format not edgelist is used give the format with the -f parameter

lsd d path -f gml

If you want a different reporting format use -r

lsd d path -r count

If you want not to detect superbubbles but week superbubbles use –week:

lsd d path –week

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LSD-Bubble-2.0.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distributions

LSD_Bubble-2.0-py3.7.egg (88.6 kB view hashes)

Uploaded Source

LSD_Bubble-2.0-py3-none-any.whl (36.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page