SMA

About SMA

SMA consists of a small collection of programs that performs different tests for association between genotypes at a single marker and a binary disease status.

SMA is released under the GNU General Public License.

Installation

SMA is written in C++ and is available as source code (under the GNU General Public License, GPL). and as binary versions as Linux RPM files. The source code has been successfully compiled on various Linux systems. As I have only limited access to architectures other than Linux, it is not possible for me to make binary distributions for other platforms, but if anyone is willing to build the distributions I will be more than happy to put them on this site.

SMA requires the Boost Library, the GNU Scientific Library (GSL), and the SNPfile library to be installed.

The most recent versions of SMA can be downloaded below, older versions are available from here.

Binary Distributions

The rpm-files were built on Linux Fedora Core 5. The Debian files were built on Ubuntu Feisty Fawn. If you have problems installing these files on other Redhat or Debian based systems, please let me know.

Source Code Distributions

To build the source files, first uncompress and untar the file, then run 'configure' and finally 'make'. To test that the build was successful, run 'make check'. To install the program, run 'make install'.

    $ tar zxf sma-version.tar.gz
    $ cd sma-version
    $ ./configure
    $ make
    $ make check
    $ make install

Usage

Currently, the programs only read input files in the SNPfile format. In this format, the meta data protocol is:

This is the same meta data protocol as used by the snp_file_convert program in the SNPfile package and by the Blossoc tool and for the case/control format by the HapCluster tool.

We hope to have a users' manual available soon.

Programs

Contact

For bug-reports or feature requests, please use our bug-tracking software.

For comments or questions, please contact Thomas Mailund <mailund@birc.au.dk>, Bioinformatics Research Center (BiRC), University of Aarhus, Høegh-Guldbergsgade 10, DK-8000 Århus C.

Contact: mailund@birc.au.dk