View source: R/add_taxa_to_hmmer_tbl.R
add_taxa_to_hmmer_tbl | R Documentation |
Add taxonomic information to a Data Frame obtained from HMMER with a "hits.taxid" column.
add_taxa_to_hmmer_tbl(data, mode = "remote", rank_vc = NULL)
data |
An Data Frame obtained from search function. |
mode |
Either "local" or "remote". If "local" you will use a local database instead of remote resources. You will not have to download the database but it is slower. |
rank_vc |
A character vector containing the desired taxonomic ranks. If empty, all available taxonomic ranges will be retrieved. |
A Data Frame with new taxonomic parameters.
data(phmmer_2abl) add_taxa_to_hmmer_tbl( data = phmmer_2abl, mode = "remote", rank_vc = NULL )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.