View source: R/add_sequences_to_hmmer_tbl.R
add_sequences_to_hmmer_tbl | R Documentation |
Add sequences from one of the output files from HMMER server to a Data Frame obtained by searching in HMMER.
add_sequences_to_hmmer_tbl(data, extension = "fullfasta", max_times = 3)
data |
A Data Frame obtained with HMMERutils. |
extension |
A one-element character vector with either "fullfasta" or "fasta". |
max_times |
An integer with the maximum number of trials before throwing an error. |
A DataFrame with a new column named "hits.fullfasta" or "hits.fasta" with the sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.