Sample Diplotype JSON

IMA PGx Analysis produces one metabolizer status report (*.json) per sample when running analysis with interpretation. This report contains the result type (genotype or diplotype), phenotype, and the alleles tested per gene.

Example:

{

"OrganizationId": 360,

"Identifier": "sample_id",

"KnowledgeBase": "knowledgebase.kb",

"Diplotypes": [

{

"Gene": "MTHFR",

"ResultType": "Genotype",

"Genotype": "c.1286A>C AA",

"Phenotype": "",

"AllelesTested": "c.665C>T.c.1286A>C"

},