Molecular Data Analysis
This section provides information on the available APIs for ingesting the molecular data from TruSight Software Suite analysis results into TruSight Software Suite. To upload analysis results into TruSight Software Suite, you need to...See Generating an API Key for information on obtaining an API key.
The following are the available analysis molecular data endpoints:
|
Endpoints |
Description |
Request |
|---|---|---|
|
GET |
Retrieve all TruSight Software Suite analysis results using parameters specified in the request. Returns the analysis ID. |
GET /crs/api/v1/analysis-molecular-data |
|
GET |
Retrieve information on the cases associated with the analysis ID specified in the request. |
GET /crs/api/v1/analysis-molecular-data/{analysisId} |
|
POST |
Store the analysis manifest file in GDS using the analysis ID and the files to upload provided in the request. |
POST /crs/api/v1/analysis-molecular-data/{analysisId} |
|
DELETE |
Delete the analysis results using the analysis ID provided in the request. |
DELETE /crs/api/v1/analysis-molecular-data/{analysisId} |
