-
Notifications
You must be signed in to change notification settings - Fork 9
GetVcfSampleFile
EliSward edited this page Sep 9, 2022
·
2 revisions
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