Skip to content

GetCoverageForGenes

LinZ-GYX edited this page Jul 17, 2025 · 1 revision

GetCoverageForGenes

Returns the coverage statistics of gene/genes list for a given sample (VCF)

URL:

https://analysis.geneyx.com/api/GetCoverageForGenes

China Domain:

https://fa.shanyint.com/api/GetCoverageForGenes

Action:

POST

Payload:

JSON Structure

Requirements

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

Example

{
  "ApiUserId": "enter api user id",
  "ApiUserKey": "enter api user key",
  "sampleSn": "string",
  "genes": "string"
}

Response

{
  "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
}

Clone this wiki locally