This PR seeks to add two methods to the GOLD client library that fetches biosamples and study by project id.
This is a direct necessity for the GROW dataset, since we have only Gp and Ga ids to work with. Perhaps it would be a good idea to add get_project_by_analysis_id(), get_biosample_by_analysis_id() and get_study_by_analysis_id() in the future too.
This PR seeks to add two methods to the GOLD client library that fetches biosamples and study by project id.
This is a direct necessity for the GROW dataset, since we have only Gp and Ga ids to work with. Perhaps it would be a good idea to add
get_project_by_analysis_id()
,get_biosample_by_analysis_id()
andget_study_by_analysis_id()
in the future too.