Skip to content

Commit

Permalink
update tpm3-ntrk1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbesfeld committed Jul 8, 2024
1 parent eab6746 commit 8c115da
Showing 1 changed file with 15 additions and 37 deletions.
52 changes: 15 additions & 37 deletions src/fusor/examples/tpm3_ntrk1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,62 +6,40 @@
"transcript": "refseq:NM_152263.3",
"exon_end": 8,
"exon_end_offset": 0,
"gene_descriptor": {
"gene": {
"id": "normalize.gene:TPM3",
"type": "GeneDescriptor",
"type": "Gene",
"label": "TPM3",
"gene_id": "hgnc:12012"
},
"element_genomic_end": {
"id": "fusor.location_descriptor:NC_000001.11",
"type": "LocationDescriptor",
"label": "NC_000001.11",
"location": {
"type": "SequenceLocation",
"sequence_id": "refseq:NC_000001.11",
"interval": {
"type": "SequenceInterval",
"start": {
"type": "Number",
"value": 154170399
},
"end": {
"type": "Number",
"value": 154170400
}
"sequenceReference": {
"type": "SequenceReference",
"refgetAccession": "SQ.Ya6Rs7DHhDeg7YaOSg1EoNi3U_nQ9SvO",
"residueAlphabet": null,
"start": 154170399
}
}
}
},
{
"type": "TranscriptSegmentElement",
"transcript": "refseq:NM_002529.3",
"exon_start": 10,
"exon_start_offset": 0,
"gene_descriptor": {
"gene": {
"id": "normalize.gene:NTRK1",
"type": "GeneDescriptor",
"type": "Gene",
"label": "NTRK1",
"gene_id": "hgnc:8031"
},
"element_genomic_start": {
"id": "fusor.location_descriptor:NC_000001.11",
"type": "LocationDescriptor",
"label": "NC_000001.11",
"location": {
"type": "SequenceLocation",
"sequence_id": "refseq:NC_000001.11",
"interval": {
"type": "SequenceInterval",
"start": {
"type": "Number",
"value": 156874626
},
"end": {
"type": "Number",
"value": 156874627
}
}
"type": "SequenceLocation",
"sequenceReference": {
"type": "SequenceReference",
"refgetAccession": "SQ.Ya6Rs7DHhDeg7YaOSg1EoNi3U_nQ9SvO",
"residueAlphabet": null,
"start": 156874626
}
}
}
Expand Down

0 comments on commit 8c115da

Please sign in to comment.