Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map genera to NCBI taxonomy #8

Open
3 tasks
lwaldron opened this issue Jul 6, 2020 · 1 comment
Open
3 tasks

Map genera to NCBI taxonomy #8

lwaldron opened this issue Jul 6, 2020 · 1 comment

Comments

@lwaldron
Copy link

lwaldron commented Jul 6, 2020

  • Create a function that takes a vector of genera and returns another vector of the same length and order, providing NCBI taxid wherever possible and wherever unknown.
  • save taxids in the package dataset
  • create a minimal unit test that checks a small vector of known mappings that also includes a couple things that can't be mapped.

You could use Bioconductor's GenomeInfoDbData for the mapping.

@lwaldron
Copy link
Author

lwaldron commented Jul 6, 2020

Comments from https://waldronlab.slack.com/archives/C016AL6G2R0

From Sean Davis:

This file includes names, synonyms, and a few other details. As far as I know, it is the most complete list available and includes all levels of the taxonomy.

From Ludwig Geistlinger:

  • A convenient way might be taxize::get_ids with db = "ncbi"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant