kalign

Langue: en

Autres versions - même langue

Version: February 17, 2007 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

kalign - performs multiple alignment of biological sequences.

SYNOPSIS

kalign [infile.fasta] [outfile.fasta] [Options]
kalign [-i infile.fasta] [-o outfile.fasta] [Options]
kalign [< infile.fasta] [> outfile.fasta] [Options]

DESCRIPTION

Kalign

is a command line tool to perform multiple alignment of biological sequences. It employs the Wu-Manber string-matching algorithm, to improve both the accuracy and speed of the alignment. It uses global, progressive alignment approach, enriched by employing an approximate string-matching algorithm to calculate sequence distances and by incorporating local matches into the otherwise global alignment. In comparisons made by its authors, Kalign was about 10 times faster than ClustalW and, depending on the alignment size, up to 50 times faster than popular iterative methods.

OPTIONS

-s -gpo -gapopen -gap_open x

Gap open penalty .

-e -gpe -gap_ext -gapextension x

Gap extension penalty.

-t -tgpe -terminal_gap_extension_penalty x

Terminal gap penalties.

-m -bonus -matrix_bonus x

A constant added to the substitution matrix.

-c -sort <input, tree, gaps.>

The order in which the sequences appear in the output alignment.

-g -feature

Selects feature mode and specifies which features are to be used: e.g. all, maxplp, STRUCT, PFAM-A....

-d -distance <wu, pair>

Distance method

-b -tree -guide-tree <nj, upgma>

Guide tree method.

-z -zcutoff

Parameter used in the wu-manber based distance calculation.

-i -in -input

Name of the input file.

-o -out -output

Name of the output file.

-f -format <fasta, msf, aln, clu, macsim>

The output format.

-q -quiet

Print nothing to STDERR. Read nothing from STDIN.

REFERENCE

Please cite Timo Lassmann and Erik L.L. Sonnhammer (2005) Kalign - an accurate and fast multiple sequence alignment algorithm. BMC Bioinformatics 6:298

AUTHORS

Timo Lassmann <timolassmann@gmail.com>

Upstream author of kalign.

Charles Plessy <charles-debian-nospam@plessy.org>

Wrote the manpage.
Copyright © 2004, 2005, 2006 Timo Lassmann

Kalign 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 same terms as kalign itself.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.