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

NAME

6       hmmemit - sample sequences from a profile HMM
7
8

SYNOPSIS

10       hmmemit [options] hmmfile
11
12
13

DESCRIPTION

15       The  hmmemit  program  samples (emit) sequences from the profile HMM in
16       hmmfile, and outputs them.  The hmmfile should contain  only  a  single
17       HMM, not a library of them; only the first HMM will be read.
18
19
20       The  default is to sample a sequence sequence from the core probability
21       model.
22
23
24       Sampling sequences may be useful for a variety of  purposes,  including
25       creating synthetic true positives for benchmarks or tests.
26
27
28

COMMON OPTIONS

30       -h     Help;  print  a  brief  reminder  of  command line usage and all
31              available options.
32
33
34       -c     Emit a consensus sequence, instead of sampling a  sequence  from
35              the   profile  HMM's  probability  distribution.  The  consensus
36              sequence is formed by selecting the maximum probability  residue
37              at each match state.
38
39
40       -o <f> Direct the output sequences to file <f>, rather than to stdout.
41
42
43       -p     Sample  sequences  from  the implicit profile, not from the core
44              model.  The core model consists only of  the  homologous  states
45              (between  the  begin and end states of a HMMER Plan7 model). The
46              profile  includes  the  nonhomologous  N,  C,  and   J   states,
47              local/glocal  and  uni/multihit algorithm configuration, and the
48              target length model.  Therefore sequences sampled from a profile
49              may  include  nonhomologous as well as homologous sequences, and
50              may contain  more  than  one  homologous  sequence  segment.  By
51              default,  the  profile is in multihit local mode, and the target
52              sequence  length  is  configured  for  L=400.  To  change  these
53              defaults, see Options Controlling Emission from Profiles, below.
54
55
56       -N <n> Sample <n> sequences, rather than just one.
57
58
59
60

OPTIONS CONTROLLING EMISSION FROM PROFILES

62       All these options require that the -p option is also set.
63
64
65
66       -L <n> Configure the profile's target sequence length model to generate
67              a mean length of approximately <n> rather than  the  default  of
68              400.
69
70
71       --local
72              Configure the profile for multihit local alignment.
73
74
75       --unilocal
76              Configure  the  profile for unihit local alignment (Smith/Water‐
77              man).
78
79
80       --glocal
81              Configure the profile for multihit glocal alignment.
82
83
84       --uniglocal
85              Configure the profile for unihit glocal alignment.
86
87
88

OTHER OPTIONS

90       --seed <n>
91              Seed the random number generator with <n>, an integer >= 0.   If
92              <n> is nonzero, any stochastic simulations will be reproducible;
93              the same command will give the same results.  If <n> is  0,  the
94              random  number  generator  is seeded arbitrarily, and stochastic
95              simulations will vary from run to run of the same command.   The
96              default  is  0: use an arbitrary seed, so different hmmemit runs
97              will generate different samples.
98
99
100
101
102
103

SEE ALSO

105       See hmmer(1) for a master man page with a list of  all  the  individual
106       man pages for programs in the HMMER package.
107
108
109       For  complete  documentation,  see  the  user guide that came with your
110       HMMER  distribution  (Userguide.pdf);  or  see  the  HMMER   web   page
111       (@HMMER_URL@).
112
113
114
115
117       @HMMER_COPYRIGHT@
118       @HMMER_LICENSE@
119
120       For  additional  information  on  copyright and licensing, see the file
121       called COPYRIGHT in your HMMER source distribution, or  see  the  HMMER
122       web page (@HMMER_URL@).
123
124
125

AUTHOR

127       Eddy/Rivas Laboratory
128       Janelia Farm Research Campus
129       19700 Helix Drive
130       Ashburn VA 20147 USA
131       http://eddylab.org
132
133
134
135
136
137
138HMMER @HMMER_VERSION@            @HMMER_DATE@                       hmmemit(1)
Impressum