View source: R/search_hmmscan.R
search_hmmscan | R Documentation |
Perform a hmmscan search of a protein sequence against a profile-HMM database.
search_hmmscan(seq, hmmdb = "pfam", timeout = 180, verbose = FALSE)
seq |
A character vector containing the sequences of the query or any other object that can be converted to that. It can also be a URL or the path to a FASTA file. |
hmmdb |
A character vector containing the target databases. Frequently
used databases are |
timeout |
Set maximum request time in seconds. |
verbose |
A logical, if TRUE details of the download process is printed. |
An Data Frame containing the results from HMMER.
search_hmmscan( seq = "SWYHGPVSRNAAEYLLSSGINGSFLVRESESSPGQRSISLRYEGRVYHYRINTASDGKLYVSS", hmmdb = "pfam", verbose = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.