Skip to content

Commit

Permalink
faked data uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 13, 2024
1 parent 06ea40c commit 6380172
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions deploy/data/DATOS-CAT/af2.json
Original file line number Diff line number Diff line change
@@ -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"
}
}]

0 comments on commit 6380172

Please sign in to comment.