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):
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
- 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.
- 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.
- Gotoh,O. (1990) Optimal sequence alignment allowing for long gaps, Bull. Math. Biol., 52, 359-373.
- Gotoh,O. (1993) Optimal alignment between groups of sequences and its application to multiple sequence alignment, Comput. Appl. Biosci., 9, 361-370.
- 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.
Copyright © 2006-2007 Shinsuke Yamada, All Rights Reserved.