R/add_sequences_to_hmmer_tbl.R
add_sequences_to_hmmer_tbl.Rd
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)
A Data Frame obtained with HMMERutils.
A one-element character vector with either "fullfasta" or "fasta".
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.