Does AlphaGenome have a public URL? I am interested in running AlphaGenome in R, but cannot find the API endpoint to perform the get requests from.
Is this information disclosed? Can I run AG in R?
Does AlphaGenome have a public URL? I am interested in running AlphaGenome in R, but cannot find the API endpoint to perform the get requests from.
Is this information disclosed? Can I run AG in R?
Hello @Tee_Dee,
So AlphaGenome is built on gRPC and, due to the potentially large size of predictions, utilizes its streaming protocol.
The URL we connect to is gdmscience.googleapis.com:443 (see here), but I don’t believe there’s any official support for gRPC in R, so you might find it difficult to make direct GET requests.
Hope this helps and I do hope you manage to find a way: I’m sure there’s plenty of researchers who would be thankful of a means to run AlphaGenome in R!