

| {S}[B] Status [i] | implemented |
|---|---|
| Provenance | |
| Used by | |
| Contributors | |
| Source (v1.0.0) |
Type: object
Description: A variant allele. Alleles can be listed using HGVS, VCF, SPDI or ISCN notation.
SPDI format is the exchange standard used for ClinVar, dbSNP and soon the EVA
Tools for interconversion between SPDI, HGVS and VCF exist at https://api.ncbi.nlm.nih.gov/variation/v0/
| Property | Type |
|---|---|
| hgvsAllele | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/HgvsAllele.json [LINK] |
| iscnAllele | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/IscnAllele.json [LINK] |
| spdiAllele | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/SpdiAllele.json [LINK] |
| vcfAllele | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/VcfAllele.json [LINK] |
| zygosity | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
HGVS version of describing a sequence variation
hgvsAllele Value Example"add example"
Cytogenetic variation in ISCN format
iscnAllele Value Example"t(8;14)(q24;q32)"
add description
spdiAllele Value Example{
"deletedSequence" : "T",
"id" : "id_abc_123",
"insertedSequence" : "G",
"position" : "123256214",
"seqId" : "NC_000010.10"
}
add description
vcfAllele Value Example{
"alt" : "G",
"chr" : "10",
"genomeAssembly" : "GRCh37",
"pos" : "123256215",
"ref" : "T"
}
add description
zygosity Value Example{
"id" : "GENO:0000135",
"label" : "heterozygous"
}
Variant Value Example{
"description" : "description of variant",
"id" : "ID_12345",
"vcfAllele" : {
"alt" : "G",
"chr" : "10",
"genomeAssembly" : "GRCh37",
"pos" : "123256215",
"ref" : "T"
}
}