-
Notifications
You must be signed in to change notification settings - Fork 12
HML Examples
bmilius-nmdp edited this page Sep 9, 2014
·
42 revisions
| Example | HML 0.3 | HML 0.93 | Description |
|---|---|---|---|
| 5.1 | 5.1_0.3 | 5.1_0.93 |
| Locus | Method | Reporting<br >Format | HML 0.2 | HML 0.3 | HML 0.3.3 | HML 0.9.3 |
|---|---|---|---|---|---|---|
| A | DNA | allele code | case.05.1a.v030.xml | |||
| A | DNA | genotype list | case.05.1b.v030.xml | case.05.1.v093.xml |
| Locus | Method | Reporting<br >Format | HML | | ----- | ------ | --------------------- | ------- | ------- | --------- | ----------| | A | DNA | allele code | case.05.1a.v030.xml | | A | DNA | genotype list | case.05.1b.v030.xml<br >case.05.1.v093.xml | | B | SBT | genotype list | ex_4_1.txt |
Lab 999 typed a sample for center 123 for the ABDR project. The typing was performed on Jan 23, 2004. The results are:
NMDP ID: 444-333-2 A*0102, A*0103
A*0103, A*0106
Using allele codes this result would be reported as A01BC, A01CF, using the following xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hml PUBLIC "-//NMDP//DTD HML 0.3//EN" "http://www.nmdp.org/DTD/hml-0.3.dtd">
<hml version="0.3">
<project name="ABDR">
<reporting-center code="999"/>
<sample id="444-333-2" center-code="123">
<typing>
<interpretation date="20040123">
<haploid locus="A" method="DNA" type="01BC"/>
<haploid locus="A" method="DNA" type="01CF"/>
</interpretation>
</typing>
</sample>
</project>
</hml>Starting in HML 0.3, this result can be reported as a genotype list, using the following xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hml PUBLIC "-//NMDP//DTD HML 0.3//EN" "http://www.nmdp.org/DTD/hml-0.3.dtd">
<hml version="0.3">
<project name="ABDR">
<reporting-center code="999"/>
<sample id="444-333-2" center-code="123">
<typing>
<interpretation date="2004-01-23">
<genotype-list db="HLADB" version="2.4.0">
<diploid-combination>
<locus-block>
<allele-list>
<allele>A*0102</allele>
</allele-list>
</locus-block>
<locus-block>
<allele-list>
<allele>A*0103</allele>
</allele-list>
</locus-block>
</diploid-combination>
<diploid-combination>
<locus-block>
<allele-list>
<allele>A*0103</allele>
</allele-list>
</locus-block>
<locus-block>
<allele-list>
<allele>A*0106</allele>
</allele-list>
</locus-block>
</diploid-combination>
</genotype-list>
</interpretation>
</typing>
</sample>
</project>
</hml><?xml version="1.0" ?>
<hml project-name="ABDR" version="0.9.3">
<reporting-center code="999"/>
<sample center-code="123" id="444-333-2">
<typing gene-family="HLA">
<interpretation allele-db="HLADB" allele-version="2.4.0" date="2004-01-23">
<genotype-list>
<diploid-combination locus="A">
<locus-block>
<allele-list>
<allele>A*0102</allele>
</allele-list>
</locus-block>
<locus-block>
<allele-list>
<allele>A*0103</allele>
</allele-list>
</locus-block>
</diploid-combination>
<diploid-combination locus="A">
<locus-block>
<allele-list>
<allele>A*0103</allele>
</allele-list>
</locus-block>
<locus-block>
<allele-list>
<allele>A*0106</allele>
</allele-list>
</locus-block>
</diploid-combination>
</genotype-list>
</interpretation>
</typing>
</sample>
</hml>- Home
- DaSH 18 (Leiden) 2025
- DaSH 17 (Prague) 2025
- DaSH 16 (Stanford) 2025
- DaSH 15 (Utrecht) 2024
- DaSH 14 (Oklahoma City) 2024
- DaSH 13 (Rochester) 2023
- DASH VRS (Virtual) 2022
- DASSH3 (Virtual) 2020
- DASH12 (Virtual) 2022
- DASSH4 (Virtual) 2021
- DASH11 (Virtual) 2021
- DASSH3 (Virtual) 2020
- DASH10 (Virtual) 2020
- DASH Validation (Minneapolis) 2020
- DaSSH 2 (Minneapolis) 2019
- DASH9 (Denver) 2019
- DASH8 (Baltimore) 2018
- DASSH FHIR (Minneapolis) 2018
- DASH7 (Utrecht) 2017
- DASH IHIWS (Stanford) 2017
- DASH6 (Heidelberg) 2017
- DASH5 (Berkeley) 2017
- DASH4 (Vienna) 2016
- DASH3 (Minneapolis) 2016
- DASH2 (La Jolla) 2015
- DASH1 (Bethesda) 2014
- Preparing for the Hackathon
- Tool access
- Tools
- Data
- Github help