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

Replace default phylum controlled vocabulary with NCBI Phyla #58

Open
ericcrandall opened this issue Jul 14, 2021 · 5 comments
Open

Replace default phylum controlled vocabulary with NCBI Phyla #58

ericcrandall opened this issue Jul 14, 2021 · 5 comments

Comments

@ericcrandall
Copy link

As we are pushing metadata to NCBI now, it would make sense that the default controlled vocabulary contain phyla from the NCBI taxonomy, which can be obtained with the R taxize command and is attached.

library(taxize) ncbi_phyla <- downstream(sci_id = "cellular organisms", db = "ncbi", downto = "phylum", intermediate = F)
NCBI_Phyla.csv

@ericcrandall
Copy link
Author

Or if not replace, at least add these to it.

@ericcrandall
Copy link
Author

Or, thinking further, we won't be pushing taxonomy back to NCBI at all, but we should still include their phyla in our default controlled vocabulary.

@jdeck88
Copy link
Member

jdeck88 commented Jul 14, 2021 via email

@jdeck88
Copy link
Member

jdeck88 commented Jul 15, 2021 via email

@ericcrandall
Copy link
Author

Yikes, next time I'll reply on GitHub

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

2 participants