-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotocol_valid-1.json
83 lines (83 loc) · 2.69 KB
/
protocol_valid-1.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
{
"data": {
"objectId": {
"alias": "RNA_hybridization_protocol",
"centerName": "EBI-TEST"
},
"objectTitle": "Hibridization of the RNA to the array",
"protocolAttributes": [
{
"tag": "step_index",
"value": "2"
},
{
"tag": "instrument_cost",
"units": "GBP",
"value": 2500
}
],
"protocolDescription": "Affymetrix Human GeneChip U133 Plus 2.0 Array was used for RNA hybridization according to the manufacturer's protocol (Affymetrix).",
"protocolInstruments": [
"Human Genome U133 Plus 2.0 tiling array [OBI:0002023]"
],
"protocolPerformers": [
"EGA's Lab Technician group",
"Technician N41394"
],
"protocolRelationships": [
{
"rTarget": {
"objectId": {
"egaAccession": "EGAX00002045411"
},
"objectType": "experiment"
},
"rType": "referencedBy"
},
{
"rTarget": {
"objectId": {
"egaAccession": "EGAX00002045412"
},
"objectType": "experiment"
},
"rType": "referencedBy"
},
{
"rTarget": {
"objectId": {
"alias": "sampleCollection_protocol",
"centerName": "EBI-TEST"
},
"objectType": "protocol"
},
"rType": "isAfter"
},
{
"rSource": {
"objectId": {
"egaAccession": "EGAB00002045411"
},
"objectType": "submission"
},
"rType": "referencedBy"
}
],
"protocolTypeDescriptor": {
"protocolType": "hybridization",
"protocolSubtype": {
"termId": "EFO:0003815",
"termLabel": "Nucleic acid hybridization to array"
}
},
"schemaDescriptor": {
"commonSchemaVersion": "0.0.0",
"describedBySchemaUri": "https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.protocol.json",
"objectSchemaVersion": "0.0.0",
"objectType": "protocol"
}
},
"schema": {
"$ref": "https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.protocol.json"
}
}