You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a new endpoint that can retrieve experiment design data for a given experiment.
This endpoint should be able to reusable for bulk and single cell applications.
We need to implement the following resources:
Repositories for representing the exp_design and exp_design_column tables in the back-end code
A service that uses the above implemented repository's methods to query the DB and retrieve data from there
A controller that uses the above mentioned service the response with experiment design data for the request for a specific experiment (parameter is the experiment's accession ID)
The text was updated successfully, but these errors were encountered:
We need a new endpoint that can retrieve experiment design data for a given experiment.
This endpoint should be able to reusable for
bulk
andsingle cell
applications.We need to implement the following resources:
exp_design
andexp_design_column
tables in the back-end codeThe text was updated successfully, but these errors were encountered: