HGMD Loader

post

/ohfapi/omics/reference/hgmd

This API loads mutations and associated disease, drug, and other annotations from BIOBASE GFF formatted source files to ODB reference tables.

The following are the prerequisites:

  • The format of the data files that are uploaded should be hgmd_ <dataFileSuffix>.gff. If you are using the file upload service to upload the file, the objectName should have this format.The <dataFileSuffix> is then provided in the HGMD Loader API.
  • Upload the corresponding disease and drug files along with the data file and before invoking the Loader API.
    For example, if you are uploading the hgmd_hg19.gff file, you should also upload the hgmd_disease_genes_hg19.gff and the drug_hg19.gff.

Request

Supported Media Types
Body ()
Root Schema : HgmdLoaderParam
Type: object
Show Source
Security
Back to Top

Response

Supported Media Types

202 Response

Successful operation: Accepted Location:/omics/jobstatus/{jobId}

500 Response

Error message object
Back to Top