Skip to content

Commit b57a728

Browse files
committed
fix(genetics_ukbb): Update BatchID levels
1 parent 5618ad3 commit b57a728

File tree

1 file changed

+73
-69
lines changed

1 file changed

+73
-69
lines changed

genetics_ukbb/participants.json

Lines changed: 73 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,73 @@
1-
{
2-
"age": {
3-
"LongName": "age",
4-
"Description": "age of the participant",
5-
"Units": "month"
6-
},
7-
"sex": {
8-
"LongName": "sex",
9-
"Description": "sex of the participant",
10-
"Levels": {
11-
"M": "male",
12-
"F": "female"
13-
}
14-
},
15-
"group": {
16-
"LongName": "group",
17-
"Description": "classification of participant based on study desease status",
18-
"Levels": {
19-
"patient": "patient",
20-
"control": "control"
21-
}
22-
},
23-
"genetic_id": {
24-
"LongName": "genetic_id",
25-
"Description": "Uniq sample ID per genotyped sample in genetic database"
26-
},
27-
"IDH": {
28-
"LongName": "isocitrate dehydrogenase gene",
29-
"Description": "mutation present or abscent",
30-
"Levels": {
31-
"yes": "present",
32-
"no": "abscent"
33-
} },
34-
"BatchID": {
35-
"LongName": "BatchID",
36-
"Description": "SNP array genotyping uniq batch ID per group of subjects",
37-
"Levels": {
38-
"b001": "Batch sequence number 1",
39-
"b002": "Batch sequence number 2"
40-
}
41-
},
42-
"VariationSetType": {
43-
"LongName": "VariationSetType",
44-
"Description": "Availability of SNV and/or CNV information",
45-
"Levels": {
46-
"SNV": "Single-nucleotide variants",
47-
"CNV": "Copy-Number Variants",
48-
"SNV/CNV": "Single-nucleotide variants/Copy-Number Variants"
49-
}
50-
},
51-
"Assembly": {
52-
"LongName": "Assembly",
53-
"Description": "Reference genome from which the sample variations were computed",
54-
"Levels": {
55-
"hg19": "Human genome version 19 equivalent to GRCh37 (Genome Reference consorcium of human build 37)",
56-
"hg38": "Human genome version 38 equivalent to GRCh38 (Genome Reference consorcium of human build 38)",
57-
"hg19/hg38": "Genome used to compute respectively the variations"
58-
}
59-
},
60-
"GeneticDataType": {
61-
"LongName": "GeneticDataType",
62-
"Description": "Raw genetic data type submited for the dataset",
63-
"Levels": {
64-
"WES": "Whole Exome Sequencing data (compressed FastQ or binary data format such as BAM or CRAM )",
65-
"SNP_intensity": "SNP array intensity data (text formated data type known as Illumina Final Report data)",
66-
"WES/SNP_intensity": "Both WES or SNP array data are available"
67-
}
68-
}
69-
}
1+
{
2+
"age": {
3+
"LongName": "age",
4+
"Description": "age of the participant",
5+
"Units": "month"
6+
},
7+
"sex": {
8+
"LongName": "sex",
9+
"Description": "sex of the participant",
10+
"Levels": {
11+
"M": "male",
12+
"F": "female"
13+
}
14+
},
15+
"group": {
16+
"LongName": "group",
17+
"Description": "classification of participant based on study desease status",
18+
"Levels": {
19+
"patient": "patient",
20+
"control": "control"
21+
}
22+
},
23+
"genetic_id": {
24+
"LongName": "genetic_id",
25+
"Description": "Uniq sample ID per genotyped sample in genetic database"
26+
},
27+
"IDH": {
28+
"LongName": "isocitrate dehydrogenase gene",
29+
"Description": "mutation present or abscent",
30+
"Levels": {
31+
"yes": "present",
32+
"no": "abscent"
33+
}
34+
},
35+
"BatchID": {
36+
"LongName": "BatchID",
37+
"Description": "SNP array genotyping uniq batch ID per group of subjects",
38+
"Levels": {
39+
"b001": "Batch sequence number 1",
40+
"b002": "Batch sequence number 2",
41+
"b003": "Batch sequence number 3",
42+
"b004": "Batch sequence number 4",
43+
"b005": "Batch sequence number 5"
44+
}
45+
},
46+
"VariationSetType": {
47+
"LongName": "VariationSetType",
48+
"Description": "Availability of SNV and/or CNV information",
49+
"Levels": {
50+
"SNV": "Single-nucleotide variants",
51+
"CNV": "Copy-Number Variants",
52+
"SNV/CNV": "Single-nucleotide variants/Copy-Number Variants"
53+
}
54+
},
55+
"Assembly": {
56+
"LongName": "Assembly",
57+
"Description": "Reference genome from which the sample variations were computed",
58+
"Levels": {
59+
"hg19": "Human genome version 19 equivalent to GRCh37 (Genome Reference consorcium of human build 37)",
60+
"hg38": "Human genome version 38 equivalent to GRCh38 (Genome Reference consorcium of human build 38)",
61+
"hg19/hg38": "Genome used to compute respectively the variations"
62+
}
63+
},
64+
"GeneticDataType": {
65+
"LongName": "GeneticDataType",
66+
"Description": "Raw genetic data type submited for the dataset",
67+
"Levels": {
68+
"WES": "Whole Exome Sequencing data (compressed FastQ or binary data format such as BAM or CRAM )",
69+
"SNP_intensity": "SNP array intensity data (text formated data type known as Illumina Final Report data)",
70+
"WES/SNP_intensity": "Both WES or SNP array data are available"
71+
}
72+
}
73+
}

0 commit comments

Comments
 (0)