-
Notifications
You must be signed in to change notification settings - Fork 29
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
Which other databases should be included in biomartr? #4
Comments
Uniprot? |
Hi @ARamesh123 Sounds like a very good idea! I just checked: http://www.uniprot.org/help/programmatic_access Should be feasible :) So I will try to get familiar with the API and will implement Uniprot retrieval functions. I am happy for any further suggestions or for pointing out even more detailed functionality that is needed. Many thanks! Hajk |
fungene http://fungene.cme.msu.edu/ Its terribly painful to extract reference genes for functional genes from fungene with appropriate taxonomic strings. It seems as though their data is protected though. |
JGI IMG is critical. Thanks Hajk! |
ensembl plants |
Not sure if this has been covered but: Homo sapiens (human) genome assembly GRCh38 (hg38) |
This should work with: biomartr::getGenome(db = "refseq", organism = "GCF_000001405.39") The refseq id was taken from: https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.39 Does this solve the human genome issue? |
I think so too! |
I would like to trigger a brainstorming around the question which other databases could be
useful to be included in biomartr. I would be grateful to receive input from different life science communities working with genomics data.
Many thanks!
The text was updated successfully, but these errors were encountered: