Skip to content

Commit

Permalink
Merge branch 'develop' into Fix_Arg_Pro_Tyr_metabolism
Browse files Browse the repository at this point in the history
  • Loading branch information
feiranl authored Jan 8, 2025
2 parents 7f6ee40 + 008b443 commit 21580af
Show file tree
Hide file tree
Showing 17 changed files with 269 additions and 1,120 deletions.
2 changes: 1 addition & 1 deletion code/DepMapGeneEss/PrepDepMapData.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
save('data/arrayDataDepMap.mat','arrayDataDepMap');

%Generate ftINIT prepData - only needs to be done once. Can take up to an hour to run
model = importYaml('../../model/Human-GEM.yml');
model = readYAMLmodel('../../model/Human-GEM.yml');
[model.grRules, skipped] = simplifyGrRules(model.grRules, true);%takes a few minutes to run
prepData = prepHumanModelForftINIT(model, true, '../../data/metabolicTasks/metabolicTasks_Essential.txt', '../../model/reactions.tsv');
save('data/prepDataGeneSymbols.mat', 'prepData')
Loading

0 comments on commit 21580af

Please sign in to comment.