Description Usage Arguments Value
hmmsearch is used to search one or more profiles against a sequence database.
1 2 | hmm_search(hmmsearch_path = NULL, seed = NULL, hmm.tresh = NULL,
original.seq = NULL)
|
hmmsearch_path |
complete path of HMMER |
seed |
The seed to used with HMMER commands. Set this to get the same output each time. |
hmm.tresh |
Set the bit score cutoff for the per-sequence ranked hit list to a real number. (Default = 0) |
original.seq |
The absolute path for the original six-frame translation FASTA file |
Resulted output file name
@examples hmm_search(hmmsearch_path = NULL, seed = NULL,hmm.tresh = NULL, original.seq = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.