View source: R/search_phmmer.R
search_phmmer | R Documentation |
Perform a phmmer search of a protein sequence against a protein sequence database.
search_phmmer(seq, seqdb = "swissprot", 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. |
seqdb |
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_phmmer( seq = "MTEITAAMVKELRTGAGMMDCKN", seqdb = "pdb", verbose = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.