-
Notifications
You must be signed in to change notification settings - Fork 1
5 Output
johaGL edited this page Mar 20, 2024
·
3 revisions
Tracegroomer generates tab delimited files that contain:
- a first column named "ID" with the variables (metabolites or isotopologues depending on the metric in the file)
- the rest of the column names correspond to the samples names
If the isotopologues' absolute values are provided, 4 files are generated:
- isotopologues' absolute values
- isotopologue proportions
- metabolite mean enrichment
- metabolite total abundances
In particular cases (e.g. VIB-MEC data), the data lacks isotopologues' absolute values, but the other metrics are thoroughly present in the data. In such cases the TraceGroomer output consists of three files:
- isotopologue proportions
- metabolite mean enrichment
- metabolite total abundances
These files are always tab delimited, but their extensions (csv
or tsv
or txt
) can be changed by using the -ox
parameter in the command line. See also our test with available data documentation.