-
Notifications
You must be signed in to change notification settings - Fork 18
/
samplesheet.json
40 lines (40 loc) · 1.14 KB
/
samplesheet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"subject":{"NCI0291": ["NCI0291_B_E","NCI0291_B_P","NCI0291_T_E","NCI0291_T_P"]},
"RNASeq": {"NCI0291": ["NCI0291_T_T"]},
"sample_references": {
"NCI0291_T_E": ["NCI0291_B_E"],
"NCI0291_T_P": ["NCI0291_B_P"]
},
"sample_RNASeq": {
"NCI0291_T_E": ["NCI0291_T_T"],
"NCI0291_T_P": ["NCI0291_T_T"]
},
"library": {
"NCI0291_B_E": ["Sample_NCI0291_B_E_HH3CWBGXX"],
"NCI0291_B_P": ["Sample_NCI0291_B_P_HH3CWBGXX"],
"NCI0291_T_E": ["Sample_NCI0291_T_E_HWHT3BGXX"],
"NCI0291_T_P": ["Sample_NCI0291_T_P_HWHT3BGXX"],
"NCI0291_T_T": ["Sample_NCI0291_T_T_HWJW5BGXX"]
},
"sample_type": {
"NCI0291_B_E": "Normal",
"NCI0291_T_E": "Tumor",
"NCI0291_B_P": "Normal",
"NCI0291_T_P": "Tumor",
"NCI0291_T_T": "RNASeq"
},
"sample_captures": {
"NCI0291_B_E": "clin.ex.v1",
"NCI0291_B_P": "clin.snv.v1",
"NCI0291_T_E": "clin.ex.v1",
"NCI0291_T_P": "clin.snv.v1",
"NCI0291_T_T": "access"
},
"Diagnosis": {
"NCI0291_B_E": "Glioblastoma",
"NCI0291_B_P": "Glioblastoma",
"NCI0291_T_E": "Glioblastoma",
"NCI0291_T_P": "Glioblastoma",
"NCI0291_T_T": "Glioblastoma"
}
}