Get all of the supported BrAPI-compliant databases configured by the accession search server.

getAccessionSearchDBs()

Value

Vector of supported Accession Search Databases, where each Database is a list with the following names:

name

Database name

address

Database BrAPI URL

version

Database BrAPI version

call_limit

Max number of concurrent connections to the Databse

Details

This function returns a vector of Accession Search Database objects, one of which can be used by the other accession search functions. The accession search server can be changed by setting the global breedbase.accession_search_server option (Example: options("breedbase.accession_search_server" = "https://search.example.org")).