opencobra / cobratoolbox

The COnstraint-Based Reconstruction and Analysis Toolbox. Documentation:
https://opencobra.github.io/cobratoolbox
Other
240 stars 305 forks source link

How can the result file be converted to a readable file? #2215

Closed qkqk-hub closed 5 months ago

qkqk-hub commented 5 months ago

Hello, I would like to ask you a question: I get a lot of.mat result files in the refinedReconstructions folder. How do I convert them to xlsx or csv for easy viewing?

Here is the result file I generated in the refinedReconstructions folder: image

Thank you for your reply!

almut-heinken commented 5 months ago

Hello, these are the generated reconstructions. You have to option to also export them as SBML files, however, xlsx is not available. The best way to view them is to import them back into Matlab via readCbModel.

qkqk-hub commented 5 months ago

Ok, I understand, thank you for your reply!