GetNCBITaxonomyChildNodes | R Documentation |
Forked from https://github.com/federiva/Monkeys-Working nodes.dmp.path is a STRING which is the path to the nodes.dmp file downloaded from NCBI: ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdmp.zip target.taxid is a STRING which is the upper NCBI taxonomy taxid from which we want to get the child's taxids The output of the function is a .csv file ("|" delimited) saved in the current working directory named child_nodes.csv The function assumes that the .sh script GetNCBITaxonomyChildNodes.sh is located in the working directory.
GetNCBITaxonomyChildNodes(nodes.dmp.path, target.taxid)
target.taxid |
GetNCBITaxonomyChildNodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.