View source: R/search_hmmsearch.R
search_hmmsearch | R Documentation |
Perform a hmmsearch search of a protein sequence against a protein sequence database.
search_hmmsearch(aln, seqdb = "swissprot", timeout = 180, verbose = FALSE)
aln |
A Biostrings::AAMultipleAlignment or a list of Biostrings::AAMultipleAlignment. |
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.
system.file("extdata", "alignment.fasta", package = "HMMERutils") %>% Biostrings::readAAMultipleAlignment() %>% search_hmmsearch( seqdb = "swissprot", timeout = 180, verbose = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.