-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update examples to VRS 2.0 #151
base: main
Are you sure you want to change the base?
Changes from 4 commits
8c115da
dbe8349
2b77021
5656a6d
3521a4d
5fb4383
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,30 +4,19 @@ | |
{ | ||
"type": "TranscriptSegmentElement", | ||
"transcript": "refseq:NM_004327.3", | ||
"gene_descriptor": { | ||
"type": "GeneDescriptor", | ||
"gene": { | ||
"type": "Gene", | ||
"id": "normalize.gene:BCR", | ||
"gene_id": "hgnc:1014", | ||
"label": "BCR" | ||
}, | ||
"element_genomic_end": { | ||
"id": "fusor.location_descriptor:NC_000022.11", | ||
"type": "LocationDescriptor", | ||
"label": "NC_000022.11", | ||
"location": { | ||
"type": "SequenceLocation", | ||
"sequence_id": "refseq:NC_000022.11", | ||
"interval": { | ||
"type": "SequenceInterval", | ||
"start": { | ||
"type": "Number", | ||
"value": 23253980 | ||
}, | ||
"end": { | ||
"type": "Number", | ||
"value": 23253981 | ||
} | ||
} | ||
"type": "SequenceLocation", | ||
"sequenceReference": { | ||
"type": "SequenceReference", | ||
"refgetAccession": "SQ.7B7SHsmchAR0dFcDCuSFjJAo7tX87krQ", | ||
"residueAlphabet": null, | ||
"end": 23253981 | ||
} | ||
}, | ||
"exon_end": 2, | ||
|
@@ -36,44 +25,32 @@ | |
{ | ||
"type": "LinkerSequenceElement", | ||
"linker_sequence": { | ||
"id": "sequence:ACTAAAGCG", | ||
"type": "SequenceDescriptor", | ||
"sequence": "ACTAAAGCG", | ||
"residue_type": "SO:0000348" | ||
"type": "LiteralSequenceExpression", | ||
"sequence": "CCCGTC", | ||
"residue_type": "SO:0000348" | ||
} | ||
}, | ||
{ | ||
"type": "TranscriptSegmentElement", | ||
"transcript": "refseq:NM_005157.5", | ||
"exon_start": 2, | ||
"exon_start_offset": -173, | ||
"gene_descriptor": { | ||
"gene": { | ||
"id": "normalize.gene:ABL1", | ||
"type": "GeneDescriptor", | ||
"type": "Gene", | ||
"label": "ABL1", | ||
"gene_id": "hgnc:76" | ||
}, | ||
"element_genomic_start": { | ||
"id": "fusor.location_descriptor:NC_000009.12", | ||
"type": "LocationDescriptor", | ||
"label": "NC_000009.12", | ||
"location": { | ||
"type": "SequenceLocation", | ||
"sequence_id": "refseq:NC_000009.12", | ||
"interval": { | ||
"type": "SequenceInterval", | ||
"start": { | ||
"type": "Number", | ||
"value": 130854064 | ||
}, | ||
"end": { | ||
"type": "Number", | ||
"value": 130854065 | ||
} | ||
} | ||
"type": "SequenceLocation", | ||
"sequenceReference": { | ||
"type": "SequenceReference", | ||
"refgetAccession": "SQ.KEO-4XBcm1cxeo_DIQ8_ofqGUkp4iZhI", | ||
"residueAlphabet": null, | ||
"start": 130854065 | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"r_frame_preserved": true, | ||
"critical_functional_domains": [ | ||
|
@@ -82,29 +59,20 @@ | |
"status": "preserved", | ||
"associated_gene": { | ||
"id": "normalize.gene:hgnc%3A76", | ||
"type": "GeneDescriptor", | ||
"type": "Gene", | ||
"label": "ABL1", | ||
"gene_id": "hgnc:76" | ||
}, | ||
"_id": "interpro:IPR000980", | ||
"label": "SH2 domain", | ||
"sequence_location": { | ||
"id": "fusor.location_descriptor:NP_005148.2", | ||
"type": "LocationDescriptor", | ||
"location": { | ||
"type": "SequenceLocation", | ||
"sequence_id": "refseq:NP_005148.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we retain this identifier as a mapping, or something of that nature? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think so? I was more following the convention in |
||
"interval": { | ||
"type": "SequenceInterval", | ||
"start": { | ||
"type": "Number", | ||
"value": 127 | ||
}, | ||
"end": { | ||
"type": "Number", | ||
"value": 202 | ||
} | ||
} | ||
"type": "SequenceLocation", | ||
"sequenceReference": { | ||
"type": "SequenceReference", | ||
"refgetAccession": "SQ.7B7SHsmchAR0dFcDCuSFjJAo7tX87krQ", | ||
"residueAlphabet": null, | ||
"start": 127, | ||
"end": 202 | ||
} | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field does not exist. I think we need to use mappings here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this should be a Coding object as used in mappings.