Autocomplete

NetExplorer.views.http_api.plannet.autocomplete.autocomplete(request)

Tries to autocomplete a gene/contig/domain/GO symbol.

Accepts:
  • GET

Parameters
  • s_string (str) – Partial search term.

  • database (str) – Database in which to search for s_string.

Response:
  • JSON str: List of gene symbols in database matching s_string

Example:

curl -H "Accept: application/json"             -H "Content-Type: application/json"             -X GET "https:/compgen.bio.ub.edu/PlanNET/autocomplete?s_string=THOC&database=Human"