AuReMe / metage2metabo

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

metabolic objective #15

Closed choon-sim closed 3 years ago

choon-sim commented 3 years ago

Hi, I am new to metage2metabo. It looks like a great tool.

I have a general question. Can the metabolic objective be modified to subset on only certain classes of metabolites, for example, vitamins as the cooperation potential?

cfrioux commented 3 years ago

Hi Choon-Sim,

The metabolic objective can be customized as long as it contains metabolites that belong to the metabolic networks (i.e. from the same database). So you can definitely reduce the cooperation potential by selecting only the vitamins inside. Unfortunately you have to do it manually. To do so, you have to retrieve the file community_analysis/targets.sbml, modifiy it by removing the compounds you are not interested in, and run the command (m2m mincom for instance) with the -t argument.

The full length results will be stored in a json file.

Let me know if I can help you more

choon-sim commented 3 years ago

Hi @cfrioux It is helpful, thank you so much.

Choon