-
Notifications
You must be signed in to change notification settings - Fork 1
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
Package deprecated? Thanks #1
Comments
Thanks @grimmem1 for filing the issue. TBH I haven't updated the package because I haven't been using it. Can you let me know a bit about your use case? I might be able to either suggest another approach or revive gbfetch. |
I want a process to grab protein fasta files for alignment using msa. UniprotR and Rcpi have failed to retrieve anything directly running their usqge example. Thanks |
Actually May I suggest something like this? library(rentrez)
katipo <- "Latrodectus katipo[Organism]"
katipo_search <- entrez_search(db="protein", term=katipo)
kaitpo_seqs <- entrez_fetch(db="protein", id=katipo_search$ids, rettype="fasta") |
The text was updated successfully, but these errors were encountered: