You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /p2m2tools/api/format/sniffer | returns the file type |`gcms, openlabcds, masslynx-txt, masslynx-xml, xcalibur`| { format : `value`} |
13
-
| /p2m2tools/api/format/parse | parse a file from a metabolomics analysis by guessing its format | compound |[ { `GenerricP2M2HeaderFile` : `value` } {} ]|
14
-
| /p2m2tools/api/format/parse/gcms | parse a GCMS metabolomics analysis file | compound list ||
15
-
| /p2m2tools/api/format/parse/gcms/generic | parse a GCMS metabolomics analysis file. Convert to Generic format P2M2 | header, format, class, compound list |[ { `GenerricP2M2HeaderFile` : `value` } {} ]|
16
-
| /p2m2tools/api/format/parse/openlabcds | parse a openlab CDS metabolomics analysis file | compound list ||
17
-
| /p2m2tools/api/format/parse/openlabcds/generic | parse a openlab CDS metabolomics analysis file. Convert to Generic format P2M2 | header, format, class, compound list |[ { `GenerricP2M2HeaderFile` : `value` } {} ]|
18
-
| /p2m2tools/api/format/parse/masslynx | parse a MassLynx metabolomics analysis file (Quantitative Summary File) | compound list ||
19
-
| /p2m2tools/api/format/parse/masslynx/generic | parse a MassLynx metabolomics analysis file. Convert to Generic format P2M2 | header, format, class, compound list |[ { `GenerricP2M2HeaderFile` : `value` } {} ]|
20
-
| /p2m2tools/api/format/parse/xcalibur | parse a Xcalibur metabolomics analysis file | compound list ||
21
-
| /p2m2tools/api/format/parse/xcalibur/generic | parse a Xcalibur metabolomics analysis file. Convert to Generic format P2M2 | header, format, class, compound list |[ { `GenerricP2M2HeaderFile` : `value` } {} ]|
22
-
23
-
24
-
To see the possible values of GenerricP2M2HeaderFile :
Copy file name to clipboardExpand all lines: app/test/src/fr/inrae/metabolomics/p2m2/api/MetabolomicsData.scala
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
packagefr.inrae.metabolomics.p2m2.api
2
2
3
3
importjava.nio.file.{Files, Paths}
4
-
importscala.io.Source
5
4
6
5
objectMetabolomicsData {
7
-
valgcms=
6
+
valgcms:String=
8
7
"""
9
8
|[Header]
10
9
|Data File Name C:\Users\ydellero\Desktop\Projets CR\P2M2\TQD\210510_13C_Younes\13CPROT2.qgd
@@ -15,7 +14,7 @@ object MetabolomicsData {
15
14
|ID# Name Type ISTD Group# Mass Ret.Time Start Time End Time A/H Area Height Conc. Mode Peak# Std.Ret.Time Calibration Curve 3rd 2nd 1st Constant Ref.Ion Area Ref.Ion Height Ref.Ion Set Ratio Ref.Ion Ratio Recovery SI Ref.Ion1 m/z Ref.Ion1 Area Ref.Ion1 Height Ref.Ion1 Set Ratio Ref.Ion1 Ratio Ref.Ion2 m/z Ref.Ion2 Area Ref.Ion2 Height Ref.Ion2 Set Ratio Ref.Ion2 Ratio Ref.Ion3 m/z Ref.Ion3 Area Ref.Ion3 Height Ref.Ion3 Set Ratio Ref.Ion3 Ratio Ref.Ion4 m/z Ref.Ion4 Area Ref.Ion4 Height Ref.Ion4 Set Ratio Ref.Ion4 Ratio Ref.Ion5 m/z Ref.Ion5 Area Ref.Ion5 Height Ref.Ion5 Set Ratio Ref.Ion5 Ratio Ret. Index S/N Unit Description Threshold
0 commit comments