ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

Add an endpoint to get cell types for a gene search (check if good to merge these three into one endpoint) #298

Open ke4 opened 2 years ago

ke4 commented 2 years ago

The parameters in the request should be the same as the gene search endpoint and return an array of strings.

Suggestion: /json/gene-search/cell-types?

Of course, if the three other requests are merged into a single endpoint feel free to change the URL to something sensible.

Workflow:

This endpoint will supersede the Inferred cell types - ontology labels filtering drop-down in the gene search component. We want to move away from “inferred” and provide more options to the user.

ke4 commented 2 years ago

PR