-
Notifications
You must be signed in to change notification settings - Fork 9
GetCoverageForGenes
LinZ-GYX edited this page Jul 17, 2025
·
1 revision
Returns the coverage statistics of gene/genes list for a given sample (VCF)
https://analysis.geneyx.com/api/GetCoverageForGenes
https://fa.shanyint.com/api/GetCoverageForGenes
POST
JSON Structure
| Category | Parameter | Description | Required |
| Auth | ApiUserId | The API user Id | Yes |
| ApiUserKey | The API user key | Yes | |
| Sample | CaseSn | This is the cases/analysis serial number | Yes |
| genes | List of gene symbols | Yes |
{
"ApiUserId": "enter api user id",
"ApiUserKey": "enter api user key",
"sampleSn": "string",
"genes": "string"
}
{
"Code": "success",
"Data": "{\"Genes\":{\"NRL\":{\"Chromosome\":\"chr14\",\"Exons\":[{\"StartPosition\":24081235,\"EndPosition\":24081568,\"MeanCoverage\":46.54,\"MinCoverage\":35,\"MaxCoverage\":57,\"BasesBelow10\":0,\"ExonLen\":334,\"ManeTrid\":\"NM_001354768.3\"},{\"StartPosition\":24082467,\"EndPosition\":24082848,\"MeanCoverage\":40.05,\"MinCoverage\":32,\"MaxCoverage\":53,\"BasesBelow10\":0,\"ExonLen\":382,\"ManeTrid\":\"NM_001354768.3\"}]}}}",
"Info": null,
"MoreInfo": null,
"NeedEval": false
}