Skip to content
Snippets Groups Projects
Commit a79eb05c authored by Sajjad Ghaffarinasabsharabiani's avatar Sajjad Ghaffarinasabsharabiani
Browse files

Update initData.R

parent dee9a797
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ modelReactMap[["iSM199"]]=append(modelReactMap[["iSM199"]],c("LEUTAi","ILEabc"," ...@@ -34,7 +34,7 @@ modelReactMap[["iSM199"]]=append(modelReactMap[["iSM199"]],c("LEUTAi","ILEabc","
}) })
modelReactMapById <- lapply(modelReactMap, function(x){ modelReactMapById <- lapply(modelReactMap, function(x){
union(match(x, react_id(uni)), exMap)# this little fucker... adding all exchange reactions to the models. union(match(x, react_id(uni)), exMap)# adding all exchange reactions to the models.
}) })
modelBiomassMapSelectionById <- match(modelBiomassMapSelection, react_id(uni)) modelBiomassMapSelectionById <- match(modelBiomassMapSelection, react_id(uni))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment