Builds a HMM profile from a multiple sequence alignment. The HMM profile is a statistical model which captures position-specific information about how conserved each column of the alignment is, and which residues are likely.
Parameters in GUI
Parameter | Description | Default value |
---|---|---|
Profile name | Descriptive name of the HMM profile. | |
HMM strategy | Specifies the kind of alignments you want to allow. | hmmls |
Calibrate profile | Enables/disables optional profile calibration. An empirical HMM calibration costs time but it only has to be done once per model, and can greatly increase the sensitivity of a database search. | True |
Parallel calibration | Number of parallel threads that the calibration will run in. | 1 |
Standard deviation | Standard deviation of the synthetic sequence length. A positive number. Note that the Gaussian is left-truncated so that no sequences have lengths. | 200.0 |
Fixed length of samples | Fixes the length of the random sequences to, where is a positive (and reasonably sized) integer. The default is instead to generate sequences with a variety of different lengths, controlled by a Gaussian (normal) distribution. | 0 |
Mean length of samples | Mean length of the synthetic sequences, positive real number. | 325 |
Number of samples | Number of synthetic sequences. If is less than about 1000, the fit to the EVD may fail Higher numbers of will give better determined EVD parameters. The default is 5000; it was empirically chosen as a tradeoff between accuracy and computation time. | 5000 |
Random seed | The random seed, where is a positive integer. The default is to use time() to generate a different seed for each run, which means that two different runs of hmmcalibrate on the same HMM will give slightly different results. You can use this option to generate reproducible results for different hmmcalibrate runs on the same HMM. | 0 |
Parameters in Workflow File
Type: hmm2-build
Parameter | Parameter in the GUI | Type |
---|---|---|
profile-name | Profile name | string |
strategy | HMM strategy | numeric Available values are:
|
calibrate | Calibrate profile | boolean |
calibration-threads | Parallel calibration | numeric |
deviation | Standard deviation | numeric |
fix-samples-length | Fixed length of samples | numeric |
mean-samples-length | Mean length of samples | numeric |
samples-num | Number of samples | numeric |
seed | Random seed | numeric |
Input/Output Ports
The element has 1 input port:
Name in GUI: Input MSA
Name in Workflow File: in-msa
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
MSA | msa | msa |
And 1 output port:
Name in GUI: HMM profile
Name in Workflow File: out-hmm2
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
HMM profile | hmm2-profile | hmm2-profile |