cdanielmachado / smetana

SMETANA: a tool to analyse interactions in microbial communities
Other
56 stars 11 forks source link

SCS and MPS from detailed analysis are always 1 #14

Closed nigiord closed 3 years ago

nigiord commented 3 years ago

Hi @cdanielmachado and thank you for providing SMETANA,

>>> import smetana
>>> smetana.__version__
'1.2.0'

I currently have pairs of interacting microbial genomes (predicted from another analysis). I wanted to use SMETANA on those pairs to see if they exhibit more putative exchanges than randoms pairs, and maybe dissect which kind of metabolites are involved.

What I did was run smetana --detailed independently on each pair of SBML, then concatenate the results into a list of putative interactions. I have several questions regarding this analysis.

Thank you in advance for your help.

Best regards, −Nils

cdanielmachado commented 3 years ago

Hi Nils,

Here are the answers to the three questions:

Best regards, Daniel