POA(1) | POA(1) |
poa - align a set of sequences or alignments.
poa [OPTIONS] [MATRIXFILE]
One of the -read_fasta, -read_msa, or -read_msa_list arguments must be used, since a sequence or alignment file is required.
POA is Partial Order Alignment, a fast program for multiple sequence alignment (MSA) in bioinformatics. Its advantages are speed, scalability, sensitivity, and the superior ability to handle branching / indels in the alignment. Partial order alignment is an approach to MSA, which can be combined with existing methods such as progressive alignment. POA optimally aligns a pair of MSAs and which therefore can be applied directly to progressive alignment methods such as CLUSTAL. For large alignments, Progressive POA is 10 to 30 times faster than CLUSTALW.
poa -read_fasta multidom.seq -clustal m.aln blosum80.mat
On Debian systems, poa can be tested using the following command:
poa -read_fasta /usr/share/doc/poa/examples/multidom.seq -clustal /dev/stdout -v /usr/share/poa/blosum80.mat
-read_fasta FILE
-read_msa FILE
-read_msa2 FILE
-subset FILE
-subset2 FILE
-remove FILE
-remove2 FILE
-read_msa_list FILE
-tolower
-toupper
-do_global
-do_progressive
-read_pairscores FILE
-fuse_all
-hb
-hbmin VALUE
-pir FILE
-clustal FILE
-po FILE
-preserve_seqorder
-printmatrix LETTERS
-best
-v
Please cite Grasso C, Lee C. (2004) Combining partial order alignment and progressive multiple sequence alignment increases alignment speed and scalability to very large alignment problems. Bioinformatics. 2004 Jul 10;20(10):1546-56. Epub 2004 Feb 12.
The homepage of POA is http://www.bioinformatics.ucla.edu/poa
Copyright (C) 2001, 2006 Christopher Lee <leec@mbi.ucla.edu>. POA is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
This manual page was written by Charles Plessy <charles-debian-nospam@plessy.org> for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
Copyright © 2006 Charles Plessy
September 26, 2006 |