PRIME website

Introduction

PRIME is a multiple sequence alignment program that employs doubly nested randomized iterative refinement strategy, and written in ISO standard C++. The crucial feature of PRIME is a group-to-group sequence alignment algorithm with piecewise linear gap cost, instead of traditional affine gap cost.

Downloads

Current Release (Updated: 15, Jul 2007):
Previous Release:

Installation

To begin with, extract gzipped tar archive:
$ gzip -dc file_name.tar.gz | tar xvf -
Set compile options if needed, and compile the source codes:
$ make
Then, copy prime binary into your favorite directory. For detailed compile options, see `Makefile'.

Usage

The basic usage is:
$prime [options] [-o output_file] [-i] input_file
All options are shown in the man page for prime(1). Two simple examples are given below.

If you simply align the sequences in the file `input' without specifying any options, then:
$prime input
In this case, the result will be printed in the standard output.

If you align the sequences in `input' with `BLOSUM62' matrix and gap cost specified by `gparam' and make sure that the result will be written to the file `output':
$prime -s BLOSUM62 -g gparam -f msf -o output -i input

References

  1. Yamada,S., Gotoh,O. and Yamana,H. (2006) Improvement in accuracy of multiple sequence alignment using novel group-to-group sequence alignment algorithm with piecewise linear gap cost, BMC Bioinformatics, 7, 524.
  2. Gotoh,O. (1996) Significant improvement in accuracy of multiple protein sequence alignments by iterative refinement as assessed by reference to structural alignments, J. Mol. Biol., 264, 823-838.
  3. Gotoh,O. (1990) Optimal sequence alignment allowing for long gaps, Bull. Math. Biol., 52, 359-373.
  4. Gotoh,O. (1993) Optimal alignment between groups of sequences and its application to multiple sequence alignment, Comput. Appl. Biosci., 9, 361-370.
  5. Gotoh,O. (1994) Further improvement in methods of group-to-group sequence alignment with generalized profile operations, Comput. Appl. Biosci., 10, 379-387.

External Links

PRIME-related websites: Institution and Laboratory websites:

Contact

If you have any problems or comments, please don't hesitate to send an e-mail.

Valid HTML 4.01 Transitional Valid CSS!

Copyright © 2006-2007 Shinsuke Yamada, All Rights Reserved.