... | @@ -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 |