HMMER 的使用

軟件的下載與安裝教程鏈接 http://www.itdecent.cn/p/39247f589f8a
HMMER 官方下載地址:http://hmmer.org/download.html
HMMER 使用手冊:http://eddylab.org/software/hmmer/Userguide.pdf

#下載 PFAM 數(shù)據(jù)庫
wget http://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfamxx/Pfam-A.hmm.gz
#解壓PFAM 數(shù)據(jù)庫
gzip -d Pfam-A.hmm.gz
#建立成索引
hmmpress Pfam-A.hmm
#使用 hmmscan 進行 Pfam 注釋
hmmscan -o 1.txt --tblout   1.tbl  -E 1e-5  Pfam-A.hmm  1.faa 
Usage: hmmscan [-options] <hmmdb> <seqfile>

Basic options:
  -h : show brief help on version and usage

Options controlling output:
  -o <f>           : direct output to file <f>, not stdout
  --tblout <f>     : save parseable table of per-sequence hits to file <f>
  --domtblout <f>  : save parseable table of per-domain hits to file <f>
  --pfamtblout <f> : save table of hits and domains to file, in Pfam format <f>
  --acc            : prefer accessions over names in output
  --noali          : don't output alignments, so output is smaller
  --notextw        : unlimit ASCII text output line width
  --textw <n>      : set max width of ASCII text output lines  [120]  (n>=120)

Options controlling reporting thresholds:
  -E <x>     : report models <= this E-value threshold in output  [10.0]  (x>0)
  -T <x>     : report models >= this score threshold in output
  --domE <x> : report domains <= this E-value threshold in output  [10.0]  (x>0)
  --domT <x> : report domains >= this score cutoff in output

Options controlling inclusion (significance) thresholds:
  --incE <x>    : consider models <= this E-value threshold as significant
  --incT <x>    : consider models >= this score threshold as significant
  --incdomE <x> : consider domains <= this E-value threshold as significant
  --incdomT <x> : consider domains >= this score threshold as significant

Options for model-specific thresholding:
  --cut_ga : use profile's GA gathering cutoffs to set all thresholding
  --cut_nc : use profile's NC noise cutoffs to set all thresholding
  --cut_tc : use profile's TC trusted cutoffs to set all thresholding

Options controlling acceleration heuristics:
  --max    : Turn all heuristic filters off (less speed, more power)
  --F1 <x> : MSV threshold: promote hits w/ P <= F1  [0.02]
  --F2 <x> : Vit threshold: promote hits w/ P <= F2  [1e-3]
  --F3 <x> : Fwd threshold: promote hits w/ P <= F3  [1e-5]
  --nobias : turn off composition bias filter

Other expert options:
  --nonull2     : turn off biased composition score corrections
  -Z <x>        : set # of comparisons done, for E-value calculation
  --domZ <x>    : set # of significant seqs, for domain E-value calculation
  --seed <n>    : set RNG seed to <n> (if 0: one-time arbitrary seed)  [42]
  --qformat <s> : assert input <seqfile> is in format <s>: no autodetection
  --cpu <n>     : number of parallel CPU workers to use for multithreads  [2]
最后編輯于
?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

  • Data preparation 繼續(xù)上次的內(nèi)容,下載好數(shù)據(jù)后就可以正式開始鑒定了。首先回顧一下,下載好的數(shù)據(jù)。 ...
    lakeseafly閱讀 34,534評論 12 109
  • 最近在探索全基因組基因家族的分析方法,而找到某一家族需要通過保守結構域來預測,從而找到物種的某一基因家族,從而進行...
    lxmic閱讀 44,647評論 22 51
  • HMMER3.1軟件的使用 HMMER3.1官方下載地址:http://hmmer.org/download.ht...
    陳洪瑜閱讀 9,100評論 0 5
  • Rfam簡介 Rfam是Rfam是用來鑒定non-coding RNAs的數(shù)據(jù)庫,常用于注釋新的核酸序列或者基因組...
    生信筆記閱讀 2,193評論 0 2
  • 軟件的下載與安裝 HMMER 官方下載地址:http://hmmer.org/download.htmlHMMER...
    笨蛋白熊閱讀 4,625評論 0 3

友情鏈接更多精彩內(nèi)容