Skip to content

JSON Import Format

Kim Rutherford edited this page Feb 24, 2019 · 19 revisions

See here for discussion: https://github.com/pombase/canto/issues/1779

{
  "PMID:2120045": {
    "genes": [
      "FBgn0004107", "FBgn0016131"
    ],
    "alleles": {
      "FBal0119310": {
        "gene": "FBgn0004107",
        "allele_type": "other",
        "allele_name": "Dmel\\Cdk2_UAS.Tag:MYC",
        "allele_description": null
      },
      "FBal0064432": {
        "gene": "FBgn0016131",
        "allele_type": "other",
        "allele_name": "Dmel\\Cdk4_k06503",
        "allele_description": null
      }
    },
    "genotypes": {
      "FB<something>": {
        "taxon_id": 7227,
        "genotype_name": "...",
        "background": "...",
        "alleles": [
          {
            "allele_uniquename": "FBal0119310"
          },
          {
            "allele_uniquename": "FBal0064432"
          }
        ]
      }
    }
  }
}