From 6380172411500e826887557d7e28ab4a1aba0eec Mon Sep 17 00:00:00 2001 From: costero-e Date: Sun, 13 Oct 2024 10:23:17 +0200 Subject: [PATCH] faked data uploaded --- deploy/data/DATOS-CAT/af2.json | 66 ++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 deploy/data/DATOS-CAT/af2.json diff --git a/deploy/data/DATOS-CAT/af2.json b/deploy/data/DATOS-CAT/af2.json new file mode 100644 index 00000000..c1535a77 --- /dev/null +++ b/deploy/data/DATOS-CAT/af2.json @@ -0,0 +1,66 @@ +[ { + "datasetId": "DATOS-CAT", + "frequencyInPopulations": [ + { + "frequencies": [ + { + "alleleFrequency": 0.00632398538531861861, + "population": "dbNSFP_gnomAD_genomes_NFE_AF", + "alleleCount": 2, + "alleleNumber": 320, + "alleleCountHomozygous": 2, + "alleleCountHeterozygous": 0 + } + ], + "source": "The Genome Aggregation Database (gnomAD)", + "sourceReference": "gnomad.broadinstitute.org/" + } + ], + "caseLevelData": [ + { + "biosampleId": "HG03771", + "zygosity": { + "id": "GENO:GENO_0000458", + "label": "0/1" + } + } + ], + "identifiers": { + "genomicHGVSId": "NC_000022.11:g.16050075A>G" + }, + "molecularAttributes": { + "aminoacidChanges": [ + "." + ], + "geneIds": [ + "CHR_START-DUXAP8" + ], + "molecularEffects": [ + { + "id": "ENSGLOSSARY:0000174", + "label": "intergenic_region" + } + ] + }, + "variantInternalId": "da5a95e4-bc26-11ee-b6b0-0242ac170002:A:G", + "variation": { + "location": { + "type": "SequenceLocation", + "sequence_id": "HGVSid:22:g.16050075A>G", + "interval": { + "type": "SequenceInterval", + "start": { + "type": "Number", + "value": 16050074 + }, + "end": { + "type": "Number", + "value": 16050075 + } + } + }, + "alternateBases": "A", + "referenceBases": "G", + "variantType": "SNP" + } +}] \ No newline at end of file