Dear All,
I am trying to load into Matlab CobraToolbox a model that I gathered in excel format.
Enclosed you might find the two excel files reporting respectively the reaction and metabolite lists.
I included also the single file excel containing the two aforementioned sheets.
The headers of the sheets respect the example files I found in Github documentation.
I tried to use the following functions:
model = xls2model('Rxns.xls','Mets.xls');
model = xlsread('Stoichiometric_model_according_to_guidelines.xls');
model = readCbModel('Stoichiometric_model_according_to_guidelines.xls');
model = readCbModel('Stoichiometric_model_according_to_guidelines.xls','fileType','Excel');
All these options failed. The error message states:
Excel is installed.
Error using fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in xls2model (line 102)
fprintf(strrep(sheets, '\', '\\'));
I am using R2017b on Windows.
I can't understand how to load the reconstruction into a model Might you kindly suggest solutions plaese?
Thank you
Best regards
Angela