@@ -40,6 +40,7 @@ openBIS.
40
40
Formats:
41
41
42
42
- [ NGS single-end / paired-end data] ( #ngs-single-end--paired-end-data )
43
+ - [ HLA Typing data] ( #hla-typing-data )
43
44
- [ NGS single-end / paired-end data with metadata (deprecated)] ( #ngs-single-end--paired-end-data-with-metadata )
44
45
- [ Attachment Data] ( #attachment-data )
45
46
- [ Mass Spectrometry mzML conversion and registration] ( #mass-spectrometry-mzml-conversion-and-registration )
@@ -93,6 +94,35 @@ look like this:
93
94
|-- <QBIC sample code>.fastq.gz.sha256sum
94
95
```
95
96
97
+ ### HLA Typing data
98
+ ** Responsible dropbox:**
99
+ [ QBiC-register-hlatyping-dropbox] ( drop-boxes/register-hlatyping-dropbox )
100
+
101
+ ** Resulting data model in openBIS**
102
+ Q_TEST_SAMPLE -> Q_NGS_HLATYPING (with sample code) -> DataSet (directory
103
+ with files contained)
104
+
105
+ or
106
+
107
+ Q_TEST_SAMPLE -> Q_NGS_SINGLE_SAMPLE_RUN (provided sample code) -> Q_NGS_HLATYPING -> DataSet (directory
108
+ with files contained)
109
+
110
+ Example sample ids are:
111
+ QABCD001AE (Analyte, Q_TEST_SAMPLE)
112
+ HLA1QABCD001AE (HLA-Typing result, Q_NGS_HLATYPING) for HLA MHC class I
113
+ or
114
+ HLA2QABCD001AE (HLA-Typing result, Q_NGS_HLATYPING) for HLA MHC class II
115
+
116
+
117
+ ** Description**
118
+ For HLA typing data in VCF format, the file structure
119
+ needs to look like this:
120
+
121
+ ```
122
+ <QBIC sample code> // Directory
123
+ |-- <QBIC sample code>.txt
124
+ |-- <QBIC sample code>.txt.sha256sum
125
+ ```
96
126
97
127
### NGS single-end / paired-end data with metadata
98
128
(deprecated)
0 commit comments