Coayala / metabodirect_tutorial

This is a tutorial for installing and running MetaboDirect
0 stars 0 forks source link

“transf_key”problem #1

Closed Crispy-shark closed 6 months ago

Crispy-shark commented 7 months ago

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?

Coayala commented 7 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
Crispy-shark commented 7 months ago

This solved my problem perfectly! thanks