📄 hmmsearch.man
字号:
.TH "hmmsearch" 1 "Oct 2003" "HMMER 2.3.2" "HMMER Manual".SH NAME.TP hmmsearch - search a sequence database with a profile HMM.SH SYNOPSIS.B hmmsearch.I [options].I hmmfile.I seqfile.SH DESCRIPTION.B hmmsearchreads an HMM from.I hmmfileand searches .I seqfilefor significantly similar sequence matches..PP.I seqfilewill be looked for first in the current working directory,then in a directory named by the environment variable.I BLASTDB.This lets users use existing BLAST databases, if BLASThas been configured for the site..PP.B hmmsearchmay take minutes or even hours to run, dependingon the size of the sequence database. It is a goodidea to redirect the output to a file..PPThe output consists of four sections: a ranked listof the best scoring sequences, a ranked list of thebest scoring domains, alignments for all the best scoringdomains, and a histogram of the scores.A sequence score may be higher than a domain score forthe same sequence if there is more than one domain in the sequence;the sequence score takes into account all the domains.All sequences scoring above the .I -Eand.I -T cutoffs are shown in the first list, then .I every domain found in this list isshown in the second list of domain hits.If desired, E-value and bit score thresholds may also be appliedto the domain list using the.I --domEand.I --domToptions..SH OPTIONS.TP.B -hPrint brief help; includes version number and summary ofall options, including expert options..TP.BI -A " <n>"Limits the alignment output to the .I <n>best scoring domains..B -A0shuts off the alignment output and can be used to reducethe size of output files..TP.BI -E " <x>"Set the E-value cutoff for the per-sequence ranked hit list to .I <x>,where.I <x>is a positive real number. The default is 10.0. Hits with E-valuesbetter than (less than) this threshold will be shown..TP .BI -T " <x>"Set the bit score cutoff for the per-sequence ranked hit list to.I <x>,where.I <x> is a real number.The default is negative infinity; by default, the thresholdis controlled by E-value and not by bit score.Hits with bit scores better than (greater than) this thresholdwill be shown..TP.BI -Z " <n>"Calculate the E-value scores as if we had seen a sequence database of .I <n>sequences. The default is the number of sequences seen in yourdatabase file .I <seqfile>..SH EXPERT OPTIONS.TP.B --compatUse the output format of HMMER 2.1.1, the 1998-2001 publicrelease; provided so 2.1.1 parsers don't have to be rewritten..TP.BI --cpu " <n>"Sets the maximum number of CPUs that the programwill run on. The default is to use all CPUsin the machine. Overrides the HMMER_NCPUenvironment variable. Only affects threadedversions of HMMER (the default on most systems)..TP.B --cut_gaUse Pfam GA (gathering threshold) score cutoffs. Equivalentto --globT <GA1> --domT <GA2>, but the GA1 and GA2 cutoffsare read from the HMM file. hmmbuild puts these cutoffs thereif the alignment file was annotated in a Pfam-friendlyalignment format (extended SELEX or Stockholm format) and the optional GA annotation line was present. If thesecutoffs are not set in the HMM file, .B --cut_ga doesn't work..TP.B --cut_tcUse Pfam TC (trusted cutoff) score cutoffs. Equivalentto --globT <TC1> --domT <TC2>, but the TC1 and TC2 cutoffsare read from the HMM file. hmmbuild puts these cutoffs thereif the alignment file was annotated in a Pfam-friendlyalignment format (extended SELEX or Stockholm format) and the optional TC annotation line was present. If thesecutoffs are not set in the HMM file, .B --cut_tcdoesn't work..TP.B --cut_ncUse Pfam NC (noise cutoff) score cutoffs. Equivalentto --globT <NC1> --domT <NC2>, but the NC1 and NC2 cutoffsare read from the HMM file. hmmbuild puts these cutoffs thereif the alignment file was annotated in a Pfam-friendlyalignment format (extended SELEX or Stockholm format) and the optional NC annotation line was present. If thesecutoffs are not set in the HMM file, .B --cut_ncdoesn't work..TP.BI --domE " <x>"Set the E-value cutoff for the per-domain ranked hit list to.I <x>,where .I <x>is a positive real number.The default is infinity; by default, all domains in the sequencesthat passed the first threshold will be reported in the second list,so that the number of domains reported in the per-sequence list isconsistent with the number that appear in the per-domain list..TP .BI --domT " <x>"Set the bit score cutoff for the per-domain ranked hit list to.I <x>,where .I <x>is a real number. The default is negative infinity; by default, all domains in the sequencesthat passed the first threshold will be reported in the second list,so that the number of domains reported in the per-sequence list isconsistent with the number that appear in the per-domain list..I Important note:only one domain in a sequence is absolutely controlled by thisparameter, or by.B --domT. The second and subsequent domains in a sequence have a de factobit score threshold of 0 because of the details of how HMMERworks. HMMER requires at least one pass through the main modelper sequence; to do more than one pass (more than one domain)the multidomain alignment must have a better score than thesingle domain alignment, and hence the extra domains must contributepositive score. See the Users' Guide for more detail..TP.BI --forwardUse the Forward algorithm instead of the Viterbi algorithmto determine the per-sequence scores. Per-domain scores arestill determined by the Viterbi algorithm. Some have argued thatForward is a more sensitive algorithm for detecting remotesequence homologues; my experiments with HMMER have notconfirmed this, however..TP.BI --informat " <s>"Assert that the input .I seqfileis in format.I <s>;do not run Babelfish format autodection. This increasesthe reliability of the program somewhat, because the Babelfish can make mistakes; particularlyrecommended for unattended, high-throughput runsof HMMER. Valid format strings include FASTA,GENBANK, EMBL, GCG, PIR, STOCKHOLM, SELEX, MSF,CLUSTAL, and PHYLIP. See the User's Guide for a completelist..TP .B --null2Turn off the post hoc second null model. By default, each alignmentis rescored by a postprocessing step that takes into account possiblebiased composition in either the HMM or the target sequence.This is almost essential in database searches, especially withlocal alignment models. There is a very small chance that thispostprocessing might remove real matches, and in these cases.B --null2 may improve sensitivity at the expense of reducingspecificity by letting biased composition hits through..TP.B --pvmRun on a Parallel Virtual Machine (PVM). The PVM mustalready be running. The client program .B hmmsearch-pvmmust be installed on all the PVM nodes.Optional PVM support must have been compiled into HMMER..TP.B --xnuTurn on XNU filtering of target protein sequences. Has no effecton nucleic acid sequences. In trial experiments, .B --xnuappears to perform less well than the defaultpost hoc null2 model..SH SEE ALSOMaster man page, with full list of and guide to the individual manpages: see .B hmmer(1)..PPFor complete documentation, see the user guide that came with thedistribution (Userguide.pdf); or see the HMMER web page,http://hmmer.wustl.edu/..SH COPYRIGHT.nfCopyright (C) 1992-2003 HHMI/Washington University School of Medicine.Freely distributed under the GNU General Public License (GPL)..fiSee the file COPYING in your distribution for details on redistributionconditions..SH AUTHOR .nfSean EddyHHMI/Dept. of GeneticsWashington Univ. School of Medicine4566 Scott Ave.St Louis, MO 63110 USAhttp://www.genetics.wustl.edu/eddy/.fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -