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.
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>
The full JavaDocs are available at singa-bio.github.io/singa-doc.
Make sure you have the following tools and libraries installed:
For p-value calculation for Fit3D:
sfsmisc
package pre-installed