SysBioChalmers / panYeast-GEM

Reconstruction of a pan-genome metabolic model for S. cerevisiae - the pan model and scripts to make strain-specific models.
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

evaluate generation of strain-specific models #5

Open edkerk opened 6 years ago

edkerk commented 6 years ago

The panIDs in panYeast-GEM can be replaced with strain-specific genes to result in strain-specific GEMs. Three alternative approaches can be evaluated:

  1. Use getModelFromHomology from RAVEN, where makeFakeBlastStructure converts the panID-gene matches to a structure that can be used by the first function. Drawback is that non-gene associated reactions are not considered, while the advantage is that it can deal well with isoenzymes and subunits.
  2. Use tINIT from RAVEN, where a new function needs to be defined to convert the panID-gene matches to input that can be used by tINIT. Probably the most promising option, but it should be evaluated how it deals with isoenzymes/subunits, and specific tasks should be described that the model should be able to perform.
  3. Write a new independent function, that replaces panIDs with their corresponding strain-specific geneID. Might be just reinventing the wheel with the two options above.