Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C Cspec Registry
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • ClinGenClinGen
  • cspec
  • Cspec Registry
  • Wiki
  • CSpec Registry API

CSpec Registry API · Changes

Page history
Update CSpec Registry API authored Feb 22, 2023 by Neethu Shah's avatar Neethu Shah
Hide whitespace changes
Inline Side-by-side
CSpec-Registry-API.md
View page @ 712accf7
...@@ -319,7 +319,7 @@ The table below lists the key fields returned in the API response. ...@@ -319,7 +319,7 @@ The table below lists the key fields returned in the API response.
</td> </td>
<td> <td>
<span dir="">`"ld": \[ { "CriteriaCode": \[ … \] }, {"RuleSet": \[ … \] }, { "Gene": \[ … \] } \],`</span> <span dir="">`"ld": \\\[ { "CriteriaCode": \\\[ … \\\] }, {"RuleSet": \\\[ … \\\] }, { "Gene": \\\[ … \\\] } \\\],`</span>
<span dir="">Here, "CriteriaCode", "RuleSet" and "Gene" are the linked data entities for the variant "CA000176"</span> <span dir="">Here, "CriteriaCode", "RuleSet" and "Gene" are the linked data entities for the variant "CA000176"</span>
</td> </td>
...@@ -335,7 +335,7 @@ The table below lists the key fields returned in the API response. ...@@ -335,7 +335,7 @@ The table below lists the key fields returned in the API response.
</td> </td>
<td> <td>
<span dir="">`"ldFor": \[ { "Gene": \[ … \] } \]`</span> <span dir="">`"ldFor": \\\[ { "Gene": \\\[ … \\\] } \\\]`</span>
<span dir="">SequenceVariantInterpretation “CA000176” is linked data FOR the Gene “TP53”</span> <span dir="">SequenceVariantInterpretation “CA000176” is linked data FOR the Gene “TP53”</span>
</td> </td>
...@@ -465,18 +465,19 @@ The table below lists the key fields returned in the API response. ...@@ -465,18 +465,19 @@ The table below lists the key fields returned in the API response.
</table> </table>
### Legacy specification documents. ### Legacy specification documents.
As per the ClinGen Variant Curation Working Group recommendation a VCEP should be able to maintain and version specifications for a single gene separately. All specifications that are applicable for multiple genes are to be re-released into separate SVI documents. As per the ClinGen Variant Curation Working Group recommendation a VCEP should be able to maintain and version specifications for a single gene separately. All specifications that are applicable for multiple genes are to be re-released into separate SVI documents.
A legacy document with multiple gene specifications will be fully archived when the attribute `legacyReplaced` is set to `true`. This property will be true only AFTER all the linked specification documents are re-released. A legacy document with multiple gene specifications will be fully archived when the attribute `legacyReplaced` is set to `true`. This property will be true only AFTER all the linked specification documents are re-released. For example API to access a legacy document is given here. - `https://genboree.org/cspec/SequenceVariantInterpretation/id/GN023?fields=entContent.legacyReplaced`. All the corresponding individual, single gene specific documents can be accessed via - `https://genboree.org/cspec/SequenceVariantInterpretation/id/GN023?fields=ld.SequenceVariantInterpretation`. A superseded document fully replaces its legacy document only when the property `entContent.legacyFullySuperseded` is set to true. Identifiers for all the legacy documents in the Registry include - `GN014,GN016,GN004,GN005,GN011,GN018,GN023`
For example API to access a legacy document is given here. - `https://genboree.org/cspec/SequenceVariantInterpretation/id/GN023?fields=entContent.legacyReplaced`. All the corresponding individual, single gene specific documents can be accessed via - `https://genboree.org/cspec/SequenceVariantInterpretation/id/GN023?fields=ld.SequenceVariantInterpretation`. A superseded document fully replaces its legacy document only when the property `entContent.legacyFullySuperseded` is set to true. Identifiers for all the legacy documents in the Registry include - `GN014,GN016,GN004,GN005,GN011,GN018,GN023`
#### Current versions
#### Current versions A specification document is valid and has the current version if it meets the following criteria in this order
A specification document is valid and has the current version if it meets the following criteria in this order
a) `entContent.states` object has an item where name === 'Released' AND `entContent.legacyFullySuperseded` === true a) `entContent.states` object has an item where name === 'Released' AND `entContent.legacyFullySuperseded` === true. Example - https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN037
b) `entContent.states` object has an item where name ==='Released' AND `entContent.legacyReplaced` === false b) `entContent.states` object has an item where name ==='Released' AND `entContent.legacyReplaced` === false. Example - https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN016
c) `entContent.states` object has an item where name ==='Released' c) `entContent.states` object has an item where name ==='Released'. Example - https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN002
### [Markdown support for Criteria Code Specifications](Markdown-and-Citations) ### [Markdown support for Criteria Code Specifications](Markdown-and-Citations)
\ No newline at end of file
Clone repository
  • ACMG+AMP+CAP+ClinGen v4 Specifications
  • CSpec Registry API
    • Versions
  • CSpec Registry Data Streams
  • Markdown and Citations
  • Home