-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 returnmap of <pmid - [connected dataset ids]>get_gse_information(list of gse)- should returnmap of <gse_id, gse information>get_gsm_information(list of gsm)- should returnmap of <gsm_id, gsm information>get_relevant_datasets(list dataset ids, query)- should returnlist of pairs <dataset_id, relevance>
Also this call should proceed GSM information under the GSE_ID, to get the most relevant information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request