Skip to content

Decouple API #19

@olegs

Description

@olegs

The current API should be decoupled so that searching for relevant datasets doesn't return all available information.
The API should consist of the following components:

  • get_datasets_by_pmids - shoudl return map of <pmid - [connected dataset ids]>
  • get_gse_information(list of gse) - should return map of <gse_id, gse information>
  • get_gsm_information(list of gsm) - should return map of <gsm_id, gsm information>
  • get_relevant_datasets(list dataset ids, query) - should return list of pairs <dataset_id, relevance>
    Also this call should proceed GSM information under the GSE_ID, to get the most relevant information.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions