Skip to content

Releases: biocoder/SBEToolbox

SBEToolbox: A Matlab Toolbox for Biological Network Analysis

15 May 15:43
Compare
Choose a tag to compare

LICENSE

We present SBEToolbox (Systems Biology and Evolution Toolbox), an open-source Matlab toolbox for biological network analysis. It takes a network file as input, calculates a variety of centralities and topological metrics, clusters nodes into modules, and displays the network using different graph layout algorithms. Straightforward implementation and the inclusion of high-level functions allow the functionality to be easily extended or tailored through developing custom plugins. SBEGUI, a menu-driven Graphical User Interface (GUI) of SBEToolbox enables easy access to various network and graph algorithms for programmers and non-programmers alike.

Documentation : https://promis.tamu.edu/projects/sbetoolbox/wiki/SBEToolbox_User_Manual

Reference DOI

Konganti K, Wang G, Yang E, Cai JJ* (2013). SBEToolbox: a Matlab Toolbox for Biological Network Analysis. Evolutionary Bioinformatics 2013:9 355-362

sbegui_v1

Checkout repo :

  • Stable
    • Git :

      git clone https://github.com/biocoder/SBEToolbox.git
      cd SBEToolbox
      git checkout v1.3.3
      
    • Subversion :

      svn co https://github.com/biocoder/SBEToolbox/tags/v1.3.3 SBEToolbox_v1.3.3
      
  • Development
    • Git :

      git clone https://github.com/biocoder/SBEToolbox.git
      
    • Subversion :

      svn co https://github.com/biocoder/SBEToolbox/trunk
      

SBEToolbox Version 1.3.2

22 Feb 21:04
Compare
Choose a tag to compare
v1.3.2

Updating version number to tag new release

SBEToolbox Version 1.3.1

16 Jan 21:37
Compare
Choose a tag to compare
v1.3.1

No version info needed now in README.md

SBEToolbox Version 1.3

03 Dec 21:48
Compare
Choose a tag to compare
v1.3

Fixing a bug where pdb database was removed from annotation

SBEToolbox Version 1.2

04 Dec 21:52
Compare
Choose a tag to compare
v1.2

Updating README.md

SBEToolbox Version 1.1

21 Aug 16:11
Compare
Choose a tag to compare
v1.1

The Version 1.1 release of SBEToolbox as described in the manuscript …