-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbiotools.json
155 lines (155 loc) · 4.59 KB
/
biotools.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "NMRProcFlow",
"description": "An interactive 1D NMR spectra processing tool dedicated to metabolomics. This open source software provides a complete set of tools for processing and visualization of 1D NMR data, the whole within an interactive interface based on a spectra visualization.",
"homepage": "http://nmrprocflow.org/",
"biotoolsID": "nmrprocflow",
"biotoolsCURIE": "biotools:nmrprocflow",
"version": [
"1.4"
],
"function": [
{
"operation": [
{
"uri": "http://edamontology.org/operation_3799",
"term": "Quantification"
},
{
"uri": "http://edamontology.org/operation_3214",
"term": "Spectral analysis"
},
{
"uri": "http://edamontology.org/operation_0337",
"term": "Visualisation"
},
{
"uri": "http://edamontology.org/operation_2409",
"term": "Data handling"
},
{
"uri": "http://edamontology.org/operation_2928",
"term": "Alignment"
}
],
"input": [
{
"data": {
"uri": "http://edamontology.org/data_3488",
"term": "NMR spectrum"
}
}
],
"output": [
{
"data": {
"uri": "http://edamontology.org/data_2082",
"term": "Matrix"
}
}
]
}
],
"toolType": [
"Web application",
"Desktop application"
],
"topic": [
{
"uri": "http://edamontology.org/topic_3172",
"term": "Metabolomics"
}
],
"operatingSystem": [
"Linux",
"Windows",
"Mac"
],
"language": [
"R",
"PHP",
"JavaScript"
],
"license": "GPL-3.0",
"maturity": "Mature",
"cost": "Free of charge",
"accessibility": "Open access",
"download": [
{
"url": "https://nmrprocflow.org/c_download",
"type": "Downloads page",
"note": "There are three ways to install NMRProcFlow, depending on the type of installation : Desktop PC, Linux Server, CLoud",
"version": "1.4"
},
{
"url": "https://github.com/INRA/NMRProcFlow",
"type": "Source code",
"version": "1.4"
},
{
"url": "https://github.com/INRA/Rnmr1D",
"type": "Software package",
"note": "Rnmr1D package : Rnmr1D is the main module in the NMRProcFlow web application (http://nmrprocflow.org) concerning the NMR spectra processing.",
"version": "1.4"
}
],
"documentation": [
{
"url": "https://nmrprocflow.org",
"type": [
"User manual"
]
}
],
"publication": [
{
"doi": "10.1007/s11306-017-1178-y",
"type": [
"Primary"
],
"metadata": {
"title": "NMRProcFlow: a graphical and interactive tool dedicated to 1D spectra processing for NMR-based metabolomics",
"abstract": "© 2017, The Author(s).Introduction: Concerning NMR-based metabolomics, 1D spectra processing often requires an expert eye for disentangling the intertwined peaks. Objectives: The objective of NMRProcFlow is to assist the expert in this task in the best way without requirement of programming skills. Methods: NMRProcFlow was developed to be a graphical and interactive 1D NMR (1H & 13C) spectra processing tool. Results: NMRProcFlow (http://nmrprocflow.org), dedicated to metabolic fingerprinting and targeted metabolomics, covers all spectra processing steps including baseline correction, chemical shift calibration and alignment. Conclusion: Biologists and NMR spectroscopists can easily interact and develop synergies by visualizing the NMR spectra along with their corresponding experimental-factor levels, thus setting a bridge between experimental design and subsequent statistical analyses.",
"date": "2017-04-01T00:00:00Z",
"citationCount": 61,
"authors": [
{
"name": "Jacob D."
},
{
"name": "Deborde C."
},
{
"name": "Lefebvre M."
},
{
"name": "Maucourt M."
},
{
"name": "Moing A."
}
],
"journal": "Metabolomics"
}
}
],
"credit": [
{
"name": "Daniel Jacob",
"email": "[email protected]",
"orcidid": "https://orcid.org/0000-0002-6687-7169",
"typeEntity": "Person",
"typeRole": [
"Primary contact"
]
}
],
"owner": "djacob",
"additionDate": "2017-04-13T13:56:19Z",
"lastUpdate": "2021-07-26T10:46:19Z",
"editPermission": {
"type": "private"
},
"validated": 1,
"homepage_status": 0,
"elixir_badge": 0
}