bio.singa:singa-mathematics

The SiNGA mathematics package handles most of the algorithms and data structures with mathematical background. Amongst others: affinity propagation, graph isomorphism, or voronoi diagram creation.

License

License

GroupId

GroupId

bio.singa
ArtifactId

ArtifactId

singa-mathematics
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

The SiNGA mathematics package handles most of the algorithms and data structures with mathematical background. Amongst others: affinity propagation, graph isomorphism, or voronoi diagram creation.

Download singa-mathematics

How to add to project

<!-- https://jarcasting.com/artifacts/bio.singa/singa-mathematics/ -->
<dependency>
    <groupId>bio.singa</groupId>
    <artifactId>singa-mathematics</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/bio.singa/singa-mathematics/
implementation 'bio.singa:singa-mathematics:0.7.0'
// https://jarcasting.com/artifacts/bio.singa/singa-mathematics/
implementation ("bio.singa:singa-mathematics:0.7.0")
'bio.singa:singa-mathematics:jar:0.7.0'
<dependency org="bio.singa" name="singa-mathematics" rev="0.7.0">
  <artifact name="singa-mathematics" type="jar" />
</dependency>
@Grapes(
@Grab(group='bio.singa', module='singa-mathematics', version='0.7.0')
)
libraryDependencies += "bio.singa" % "singa-mathematics" % "0.7.0"
[bio.singa/singa-mathematics "0.7.0"]

Dependencies

compile (2)

Group / Artifact Type Version
bio.singa : singa-core jar 0.7.0
org.slf4j : slf4j-api jar 1.7.21

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.slf4j : slf4j-log4j12 jar 1.7.21

Project Modules

There are no modules declared in this project.

Build Status License: GPL v3 MMTF support DOI

SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.

Many aspects of the API are under development. API changes are frequent, never the less we try to keep them minimal.

Quick start

SiNGA is deployed to the Maven Central Repository. Simply add the desired modules to your pom.xml:

<dependencies>
    <dependency>
        <groupId>bio.singa</groupId>
        <artifactId>singa-[module]</artifactId>
        <version>0.7.0</version>
    </dependency>
    <!-- more dependencies -->
</dependencies>

Documentation

The full JavaDocs are available at singa-bio.github.io/singa-doc.

Requirements

Make sure you have the following tools and libraries installed:

  • Java 8 or later

For p-value calculation for Fit3D:

  • R installation 3.4.x or later
  • local package installation privileges or the sfsmisc package pre-installed

Contributors

Projects using SiNGA

bio.singa

SiNGA

Developing scientific software for structural and systems biology.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.2
0.4.0