GetVcfSampleFile - geneyx/geneyx.analysis.api GitHub Wiki
The get vcf sample file API is used for retrieving the vcf file for the sample.
https://analysis.geneyx.com/api/GetVcfSampleFile
https://fa.shanyint.com/api/GetVcfSampleFile
POST
JSON Structure
Category | Parameter | Description | Required |
Auth | ApiUserId | The API user Id | Yes |
ApiUserKey | The API user key | Yes | |
Sample | sampleSn | The sample serial ID | Yes |
fileType | Snv or Sv | Yes |
{ "ApiUserKey": "enter api key", "ApiUserId": "enter api ID", "fileType": "Snv", "sampleSn": "Sample3b" }
Returns requested file: sample3b.vcf.gz