forked from mgtools/MetaProD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabelchoice.json
executable file
·102 lines (102 loc) · 1.8 KB
/
labelchoice.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"model": "projects.labelchoice",
"pk": 1,
"fields": {
"multiplexlabel": 1,
"label": 1,
"phenotype": "Control",
"identifier": "06CO002 Solid Tissue Normal"
}
},
{
"model": "projects.labelchoice",
"pk": 2,
"fields": {
"multiplexlabel": 1,
"label": 2,
"phenotype": "Treatment",
"identifier": "14CO005 Primary Tumor"
}
},
{
"model": "projects.labelchoice",
"pk": 3,
"fields": {
"multiplexlabel": 1,
"label": 3,
"phenotype": "Control",
"identifier": "01CO005 Solid Tissue Normal"
}
},
{
"model": "projects.labelchoice",
"pk": 4,
"fields": {
"multiplexlabel": 1,
"label": 4,
"phenotype": "Control",
"identifier": "11CO043 Solid Tissue Normal"
}
},
{
"model": "projects.labelchoice",
"pk": 5,
"fields": {
"multiplexlabel": 1,
"label": 5,
"phenotype": "Control",
"identifier": "11CO060 Solid Tissue Normal"
}
},
{
"model": "projects.labelchoice",
"pk": 6,
"fields": {
"multiplexlabel": 1,
"label": 6,
"phenotype": "Control",
"identifier": "05CO002 Solid Tissue Normal"
}
},
{
"model": "projects.labelchoice",
"pk": 7,
"fields": {
"multiplexlabel": 1,
"label": 7,
"phenotype": "Treatment",
"identifier": "09CO013 Primary Tumor"
}
},
{
"model": "projects.labelchoice",
"pk": 8,
"fields": {
"multiplexlabel": 1,
"label": 8,
"phenotype": "Treatment",
"identifier": "11CO057 Primary Tumor"
}
},
{
"model": "projects.labelchoice",
"pk": 9,
"fields": {
"multiplexlabel": 1,
"label": 9,
"phenotype": "Treatment",
"identifier": "01CO006 Primary Tumor"
}
},
{
"model": "projects.labelchoice",
"pk": 10,
"fields": {
"multiplexlabel": 1,
"label": 10,
"phenotype": "Reference",
"identifier": "ColonRef Not Reported"
}
}
]