Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CSpec Reasoner SVI
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ClinGenClinGen
  • cspec
  • CSpec Reasoner SVI
  • Wiki
  • API

API · Changes

Page history
Update API authored Apr 26, 2023 by Neethu Shah's avatar Neethu Shah
Show whitespace changes
Inline Side-by-side
API.md
View page @ 06a129f1
...@@ -24,11 +24,11 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden ...@@ -24,11 +24,11 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden
> } > }
> } > }
> ``` > ```
>
> Examples of how the route works: > Examples of how the route works:
> GET Method > GET Method
>
> ```plaintext > ```plaintext
> const SimpleJsonReq = require( "@brl/brl-gb/client/simple/simpleJsonReq" ).SimpleJsonReq > const SimpleJsonReq = require( "@brl/brl-gb/client/simple/simpleJsonReq" ).SimpleJsonReq
> let baseUrl = "https://cspec.genome.network/cspec/eng/svi" > let baseUrl = "https://cspec.genome.network/cspec/eng/svi"
...@@ -145,6 +145,7 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden ...@@ -145,6 +145,7 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden
> ``` > ```
> POST Method Alternative > POST Method Alternative
>
> ```plaintext > ```plaintext
> const SimpleJsonReq = require( "@brl/brl-gb/client/simple/simpleJsonReq" ).SimpleJsonReq > const SimpleJsonReq = require( "@brl/brl-gb/client/simple/simpleJsonReq" ).SimpleJsonReq
> let baseUrl = "https://cspec.genome.network/cspec/eng/svi" > let baseUrl = "https://cspec.genome.network/cspec/eng/svi"
...@@ -159,3 +160,5 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden ...@@ -159,3 +160,5 @@ Assertion API endpoint for computing variant pathogenicity given a set of eviden
> ``` > ```
### Assertion API for v4 ClinGen specifications ( to be published ) ### Assertion API for v4 ClinGen specifications ( to be published )
Assertion API endpoint for computing variant pathogenicity given a set of points for each of the criteria codes as defined in the initial draft of v4 guidelines - Technical standards for sequence variant classification v4.0 - ACMG+AMP+CAP+ClinGen. **Note** that the specification codes, point scale, etc. are subject to change. Details can be found here -
\ No newline at end of file
Clone repository
  • API
  • Home