1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
.TH "hmmlogo" 1 "@HMMER_DATE@" "HMMER @HMMER_VERSION@" "HMMER Manual"
.SH NAME
hmmlogo \- produce a conservation logo graphic from a profile
.SH SYNOPSIS
.B hmmlogo
[\fIoptions\fR]
.I hmmfile
.SH DESCRIPTION
.PP
.B hmmlogo
computes letter height and indel parameters that can be used to
produce a profile HMM logo. This tool is essentially a
command-line interface for much of the data underlying the Skylign
logo server (skylign.org).
By default,
.B hmmlogo
prints out a table of per-position letter heights (dependent on the
requested height method), then prints a table of per-position gap
probabilities.
In a typical logo, the total height of a stack of letters for one
position depends on the information content of the position, and
that stack height is subdivided according to the emission
probabilities of the letters of the alphabet.
.SH OPTIONS
.TP
.B \-h
Help; print a brief reminder of command line usage and all available
options.
.TP
.B \-\-height_relent_all
Total height = relative entropy (aka information content); all letters
are given a positive height. (default)
.TP
.B \-\-height_relent_abovebg
Total height = relative entropy (aka information content); only letters
with above-background probability are given positive height.
.TP
.B \-\-height_score
Total height = sums of scores of positive-scoring letters; letter
height depends on the score of that letter at that position. Only
letters with above-background probability (positive score) are
given positive height. (Note that only letter height is meaningful -
stack height has no inherent meaning).
.TP
.B \-\-no_indel
Don't print out the indel probability table.
.SH SEE ALSO
See
.BR hmmer (1)
for a master man page with a list of all the individual man pages
for programs in the HMMER package.
.PP
For complete documentation, see the user guide that came with your
HMMER distribution (Userguide.pdf); or see the HMMER web page
(@HMMER_URL@).
.SH COPYRIGHT
.nf
@HMMER_COPYRIGHT@
@HMMER_LICENSE@
.fi
For additional information on copyright and licensing, see the file
called COPYRIGHT in your HMMER source distribution, or see the HMMER
web page
(@HMMER_URL@).
.SH AUTHOR
.nf
http://eddylab.org
.fi
|