Closed Crispy-shark closed 6 months ago
To use your own biochemical transformation list, you need to create a CSV file similar to the default key provided by metabodirect (found here: https://github.com/Coayala/MetaboDirect/blob/main/metabodirect/data/transf_key.csv). Here is a description of the columns in the csv file:
Once you have you custom transformation file (custom_transformations.csv
), it can be used in metabodirect using the option -b
. For example:
metabodirect Report.csv metadata.csv -o tutorial_run -g Treatment -n median -t -b custom_transformations.csv
This solved my problem perfectly! thanks
What I want to know is that in the "Transformation networks" step, I have my own biochemical transformation table, how do I put it into the pipeline?