forked from CompOmics/ThermoRawFileParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmall.json
More file actions
60 lines (60 loc) · 770 Bytes
/
small.json
File metadata and controls
60 lines (60 loc) · 770 Bytes
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
{
"output_meta":{
"base64":false,
"time_unit":"min"
},
"content":[
{
"meta":{
"mz":488.5384,
"tolerance":10,
"tolerance_unit":"ppm"
},
"x":[
1,
2,
3
],
"y":[
2,
3,
4
]
},
{
"meta":{
"mz":575.2413,
"tolerance":10,
"tolerance_unit":"ppm"
},
"x":[
1,
2,
3
],
"y":[
2,
3,
4
]
},
{
"meta":{
"mz_start":749.7860,
"mz_end":749.8093,
"rt_start":10.5,
"rt_end":11.0
},
"x":[
1,
2,
3
],
"y":[
2,
3,
4
]
}
]
}