

| {S}[B] Status [i] | implemented |
|---|---|
| Provenance | |
| Used by | |
| Contributors | |
| Source (v1.0.0) |
Type: object
Description: A single HGVS allele.
It is recommended that the string is validated using the VariantValidator - https://variantvalidator.org/
See http://varnomen.hgvs.org/recommendations/DNA/variant/alleles/
| Property | Type |
|---|---|
| hgvs | string |
| id | string |
add description
hgvs Value Example"NM_001848.2:c.877G>A"
add description
id Value Example"add example"
HgvsAllele Value Example{
"hgvs" : "NM_001848.2:c.877G>A",
"id" : "add example"
}