read_names_dmp | R Documentation |
Reads and writes the file names.dmp of the NCBI Taxonomy
read_names_dmp(filename)
write_names_dmp(names.dmp, filename)
filename |
name of file to be read or written to (text). |
names.dmp |
a names.dmp table (see details below). |
The file pair names.dmp
and nodes.dmp
describe a taxonomy tree.
The read_names_dmp
reads a file formatted as the names.dmp
file from the NCBI Taxonomy
database (https://www.ncbi.nlm.nih.gov/taxonomy/). This is represented as a tibble
in R.
The write_names_dmp
will write a table with the proper columns (see below) to a file, adding
the separators of the NCBI format.
The read_names_dmp
returns a tibble
with the columns: tax_id
(integers), name_txt
(text),
unique_name
(text) and name_class
(text).
Lars Snipen.
read_nodes_dmp
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.