ISCN-like Simple Nomenclature
Introduction
##INFO=<ID=NOM,Number=.,Type=String,Description="Simple ISCN-like nomanclature for each of the variants">
##FORMAT=<ID=SNOM,Number=1,Type=String,Description="Simple nomenclature of the sample"> {
"header": {...},
"positions":
[
{
...
"samples":
[
{
...
"simpleNomenclature": "Xq26.2q26.3(133042525_136149357)x2-3" // Simple nomenclature of the sample for this position
}
],
"variants":
[
{
...
"simpleNomenclature": "dup(X)(q26.2q26.3)" // Simple ISCN-like nomanclature for each of the variants
}
]
}
],
"genes": [...],
"samples":
[
{
"id": "FEMALE_SAMPLE",
"simpleNomenclature": "3p21.31p21.1(47880200_53573886)x2 hmz,6p11.2(57801514_57827028)x3 hmz,Xq26.2q26.3(133042525_136149357)x2-3" // concated sample's nomenclature
}
]
}Variant's level ISCN-like Simple Nomenclature:
Chromosome
Start Position
End Position
Variant Type
ISCN Notation
Sample's level ISCN-like Simple Nomenclature
#CHROM
POS
ID
REF
ALT
QUAL
FILTER
INFO
FORMAT
FEMALE_SAMPLE
#CHROM
POS
ID
...
INFO
FORMAT
FEMALE_SAMPLE
#CHROM
POS
ID
REF
ALT
QUAL
FILTER
INFO
FORMAT
SM-LGH3Z
References
Last updated
Was this helpful?

