run.hmmsearch | R Documentation |
Takes a fasta file and a Hidden Markov Model profile and performs a search of the former over the latter.
run.hmmsearch(
faa_file = system.file("extdata", "2619619645.genes.faa", package = "microtrait",
mustWork = TRUE),
hmm = NULL,
domtblout_file = NULL,
n_threads = 1
)
hmm |
A hmm file. Must be pressed (see hmmpress from HMMER manual). |
domtblout_file |
|
n_threads |
An |
fasta |
A protein fasta file. |
The path to a temporary file where the hmmsearch output is placed.
hmmsearch –cpu $ncpus –domtblout $faafile".microtrait.domtblout" $hmm $faafile > /dev/null
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.