-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Test Scripts #2
Comments
Cobra v 2.0 solved that problem but now I have this one Error using extractGeneRow (line 52) Error in scFBA_test (line 22) I am not sure why I have this error. Everything looks okay in data. |
Dear @hkarakurt8742, That error is raised when the dictionary does not contain an entry for each gene in model.genes. Unfortunately, I was not able to replicate your issue as I have just cloned the repository and run the scFBA_test script and I did not have any problem. Could you try to clear your workspace and run again scFBA_test? |
Thank you for your answer, As I understand from the publication, cooperation reactions are based on intra-tumor cooperation phenomena. Thank you for your kind answer and help again. |
Yes, you can specify as a cooperation reaction any exchange reaction present in your model. In the result population model (considering 2 subpopulations) three reactions will be added: Hope this will help you. |
@hkarakurt8742 did you downgrade to Cobra v2.0? I'm currently using the latest version ( v3.0 ) and I am having the same problem. Also, just wondering how long does it take for you to run the whole script? Best, |
Yes, I did exactly what you said. Everything looks fine with Cobra v2.0. As I remember it took about 2 hours. Best, |
Thanks a lot. |
Hello, I'd like to ask yourwhere I can download the Codra v2.0. |
Hello, I got invovled in a problem that I don't know how to get Cobra v2.0. Can you give me some hint? Thank you very much! |
I am trying to run this command Error in ScFBAExpSetting (line 30) I am not sure why I am getting this error. Error:- Error in fluxVariability (line 115) Error in integrateRAS (line 32) Error in single2IntPopModel (line 87) getting this error I am not able to understand please explain. |
Hello,
I run the scripts scFBA_test.m and replicateScFBAresults.m but I have an error in single2IntPopModel step.
Error I have:
Error using parseCobraVarargin (line 129)
The value of 'osenseStr' is invalid. It must satisfy the function: @(x)strcmp(x,'max')|strcmp(x,'min').
Error in fluxVariability (line 115)
[funParams, cobraParams, solverVarargin] = parseCobraVarargin(varargin, optArgin, defaultValues, validator, problemTypes,
'solverParams', true);
Error in integrateRAS (line 32)
[Fmin,FMax] = fluxVariability(modelPop, 100, '', RxnList); %controllare che 100 vada bene
Error in single2IntPopModel (line 87)
scStruct = integrateRAS(scStruct, 'modelDel');
Error in scFBA_test (line 51)
BC04 = single2IntPopModel(BC04, HMRcore, IdxExRxns, IdxCoopRxn , 's');
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Is scFBA only works with Cobra Toolbox 2017 or later than 2017 is okay?
Thank you in advance
The text was updated successfully, but these errors were encountered: