AuReMe / metage2metabo

From annotated genomes to metabolic screening in large scale microbiotas
https://metage2metabo.readthedocs.io
GNU Lesser General Public License v3.0
50 stars 7 forks source link

[Question] Where can I find seed files? #48

Closed jolespin closed 9 months ago

jolespin commented 1 year ago

I'm trying to test out m2m workflow but it says I need to find a seed file. Where I can find these? Is there a general one I can use or do they all have to be domain-specific? For example, can I use one for human oral microbiomes and then use the same one for marine microbiomes? If not, where can I find different ones?

ArnaudBelcour commented 1 year ago

Hi @jolespin,

The seed file corresponds to the metabolites available for the organisms in the environment (it is their growth medium). So there is no general seed file, each seed file will change according to the environment you study.

I do not think it could be relevant to use the same for microbiota in such different environments.

We create the seed file from literature and database. For example, for the human gut microbiota, we based your seed on the EU average diet from the VMH database. The one we used in the article of Metage2Metabo for the human gut microbiota is available here. Another example is the analysis of the microbiome of the brown algal Ectocarpus siliculosus, in which the authors used the Provasoli medium (you have the description of the medium in this article).

To create a seed file, my advices are:

The article by Marinos et al. (2020) can help you see a roadmap to create the seed file. But there is a difference: with Metage2Metabo, we used a boolean abstraction of the metabolism, so we do not rely on the stochiometry of the reaction, so we do not need the concentration of input metabolites.

jolespin commented 1 year ago

Do you know if the SBML files here can be used as seed files? https://sbml.org/

jolespin commented 9 months ago

Can the SBML files be used as seed files?

cfrioux commented 9 months ago

Yes, the seed files are SBML files. They can be generated using the m2m seeds command (https://metage2metabo.readthedocs.io/en/latest/command.html#m2m-seeds) .