Skip to main content
. 2020 Nov 11;15(11):e0240059. doi: 10.1371/journal.pone.0240059

Table 2. Description of JSON object stored in the genotypeprop table.

Top-Level Key Value Data-Type Description Example Value
$marker_name (Variable. To follow the example genotyping protocol in Table 1, $marker_name would be “S2_20032” or “S2_20033”.) Object The top-level keys are the marker names. Each value is an object containing all genotype score information in accordance with the VCF data model, and the “NT” key. The “NT” key is generated by Breedbase and is important for allelic interpretation of the genotype. The “DS” key represents the dosage genotype (value of ‘0’, ‘1’, ‘2’, etc., or ‘NA’); it is generated by Breedbase if it is not provided during upload. {
 "GT" : "0/0",
 “NT” : “A,A”
 "AD" : "9,0",
 "DP" : "9",
 "GQ" : "99",
 "DS": "0",
 "PL" : "0,27,255"
}