sb-phenopackets HgvsAllele [ ↗ ]

{S}[B] Status [i]
implemented
Provenance
Used by
Contributors
Source (v1.0.0)

Attributes

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/

Properties

PropertyType
hgvsstring
idstring

hgvs

add description

hgvs Value Example
"NM_001848.2:c.877G>A"

id

add description

id Value Example
"add example"

HgvsAllele Value Example

{
   "hgvs" : "NM_001848.2:c.877G>A",
   "id" : "add example"
}