1hmmalign(1)                      HMMER Manual                      hmmalign(1)
2
3
4

NAME

6       hmmalign - align sequences to a profile HMM
7
8

SYNOPSIS

10       hmmalign [options] <hmmfile> <seqfile>
11
12

DESCRIPTION

14       Perform  a multiple sequence alignment of all the sequences in seqfile,
15       by aligning them individually to the profile HMM in hmmfile.
16
17
18       The new alignment is output to stdout in Stockholm format.
19
20
21
22       The sequences in seqfile are aligned in unihit  local  alignment  mode.
23       Therefore they should already be known to contain a single domain; they
24       should not contain more than one domain.  They may be  fragments.   The
25       optimal  alignment  may  assign some residues as nonhomologous (N and C
26       states), in which case these residues are still included in the result‐
27       ing  alignment, but shoved to the outer edges. To trim these nonhomolo‐
28       gous residues from the result, see the --trim option.
29
30
31

OPTIONS

33       -h     Help; print a brief reminder  of  command  line  usage  and  all
34              available options.
35
36
37       -o <f> Direct the output alignment to file <f>, rather than to stdout.
38
39
40       --allcol
41              Include columns in the output alignment for every match (consen‐
42              sus) state in the hmmfile, even if it means having all-gap  col‐
43              umns.  This is useful in analysis pipelines that need to be able
44              to maintain a predetermined profile HMM  architecture  (with  an
45              unchanging  number  of  consensus  columns)  through an hmmalign
46              step.
47
48
49       --mapali <f>
50              Merge the existing alignment in file <f> into the result,  where
51              <f>  is  exactly  the  same alignment that was used to build the
52              model in hmmfile.  This is done using a map of alignment columns
53              to  consensus  profile  positions that is stored in the hmmfile.
54              The multiple alignment in <f> will be exactly reproduced in  its
55              consensus columns (as defined by the profile), but the displayed
56              alignment in insert columns may be altered,  because  insertions
57              relative  to  a  profile  are  considered  by  convention  to be
58              unaligned data.
59
60
61
62       --trim Trim nonhomologous residues (assigned to N and C states  in  the
63              optimal  alignments)  from the resulting multiple alignment out‐
64              put.
65
66
67       --amino
68              Specify that all sequences in seqfile are proteins. By  default,
69              alphabet type is autodetected from looking at the residue compo‐
70              sition.
71
72
73       --dna  Specify that all sequences in seqfile are DNAs.
74
75
76       --rna  Specify that all sequences in seqfile are RNAs.
77
78
79       --informat <s>
80              Declare that the input  seqfile  is  in  format  <s>.   Accepted
81              sequence  file  formats  include  FASTA,  EMBL,  Genbank,  DDBJ,
82              Uniprot, Stockholm, and SELEX. Default is to autodetect the for‐
83              mat of the file.
84
85
86       --outformat <s>
87              Specify  that  the  msafile  is  in  format  <s>.  Currently the
88              accepted multiple alignment sequence file formats  only  include
89              Stockholm  and SELEX. Default is to autodetect the format of the
90              file.
91
92
93
94

SEE ALSO

96       See hmmer(1) for a master man page with a list of  all  the  individual
97       man pages for programs in the HMMER package.
98
99
100       For  complete  documentation,  see  the  user guide that came with your
101       HMMER  distribution  (Userguide.pdf);  or  see  the  HMMER   web   page
102       (@HMMER_URL@).
103
104
105
106
108       @HMMER_COPYRIGHT@
109       @HMMER_LICENSE@
110
111       For  additional  information  on  copyright and licensing, see the file
112       called COPYRIGHT in your HMMER source distribution, or  see  the  HMMER
113       web page (@HMMER_URL@).
114
115
116

AUTHOR

118       Eddy/Rivas Laboratory
119       Janelia Farm Research Campus
120       19700 Helix Drive
121       Ashburn VA 20147 USA
122       http://eddylab.org
123
124
125
126HMMER @HMMER_VERSION@            @HMMER_DATE@                      hmmalign(1)
Impressum