drostlab / myTAI

Evolutionary Transcriptomics with R
https://drostlab.github.io/myTAI/
GNU General Public License v2.0
38 stars 16 forks source link

using an API key #7

Closed erinhunter4 closed 3 years ago

erinhunter4 commented 3 years ago

Is there a way to add an API key to searches with myTAI? I am searching a large number of entries and not having an API key associated with my search is killing my script.

HajkD commented 3 years ago

Could you please provide a concrete example, so that I can see what application you have in mind? Are you referring to the myTAI::taxonomy() function?

erinhunter4 commented 3 years ago

Yeah. I realised through reading the taxize documentation that I needed to have the API key in my R environment. Not sure if that was written somewhere and I missed it but that has solved the problem.