⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hmmpfam.man

📁 hmmer源程序
💻 MAN
字号:
.TH "hmmpfam" 1 @RELEASEDATE@ "HMMER @RELEASE@" "HMMER Manual".SH NAME.TPhmmpfam - search one or more sequences against an HMM database.SH SYNOPSIS.B hmmpfam.I [options].I hmmfile.I seqfile.SH DESCRIPTION.B hmmpfamreads a sequence file.I seqfileand compares each sequence in it, one at a time, against all the HMMs in.I hmmfilelooking for significantly similar sequence matches..PP.I hmmfilewill be looked for first in the current working directory,then in a directory named by the environment variable.I HMMERDB.This lets administrators install HMM library(s) such asPfam in a common location..PPThere is a separate output report for each sequence in.I seqfile.This report consists of three sections: a ranked listof the best scoring HMMs, a list of thebest scoring domains in order of their occurrencein the sequence, and alignments for all the best scoringdomains.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.B -nSpecify that models and sequence are nucleic acid, not protein.Other HMMER programs autodetect this; but because of the order inwhich .B hmmpfamaccesses data, it can't reliably determine the correct "alphabet"by itself..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 arbitrarily set to 59021, the size ofSwissprot 34..SH EXPERT OPTIONS.TP.B --accReport HMM accessions instead of names in the output reports.Useful for high-throughput annotation, where the data are beingparsed for storage in a relational database..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 each HMM in.I hmmfileindividually. 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 each HMM in.I hmmfileindividually. 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 each HMM in.I hmmfileindividually. 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 hmmpfam-pvmmust be installed on all the PVM nodes.The HMM database.I hmmfileand an associated GSI index file.IR hmmfile. gsimust also be installed on all the PVM nodes.(The GSI index is produced by the program.BR hmmindex .)Because the PVM implementation is I/O bound,it is highly recommended that each node have alocal copy of .I hmmfilerather than NFS mounting a shared copy.Optional PVM support must have been compiled into HMMER for.B --pvmto function..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 ALSO.PPMaster man page, with full list of and guide to the individual manpages: see .B hmmer(1)..PPA User guide and tutorial came with the distribution:.B Userguide.ps[Postscript] and/or.B Userguide.pdf[PDF]..PPFinally, all documentation is also available online via WWW: .B http://hmmer.wustl.edu/.SH AUTHORThis software and documentation is: .nf@COPYRIGHT@HMMER - Biological sequence analysis with profile HMMsCopyright (C) 1992-1999 Washington University School of MedicineAll Rights Reserved    This source code is distributed under the terms of the    GNU General Public License. See the files COPYING and LICENSE    for details..fiSee the file COPYING in your distribution for complete details..nfSean EddyHHMI/Dept. of GeneticsWashington Univ. School of Medicine4566 Scott Ave.St Louis, MO 63110 USAPhone: 1-314-362-7666FAX  : 1-314-362-7855Email: eddy@genetics.wustl.edu.fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -