View source: R/annotate_with_ncbi.R
annotate_with_NCBI_taxid | R Documentation |
Retrieve the taxonomic data for a given NCBI taxon ID using a local database or as remote data sources.
annotate_with_NCBI_taxid(taxid, rank_vc = NULL, mode = "remote")
taxid |
A character or numeric vector containing the target NCBI taxon ID. |
rank_vc |
A character vector containing the desired taxonomic ranks. If empty, all available taxonomic ranges will be retrieved. |
mode |
A character vector, if "local" will use a local database instead of remote resources. You will not have to download the database but it is slower. |
A DataFrame with columns taxid
and taxonomic ranks.
annotate_with_NCBI_taxid(7955, mode = "remote")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.