SysBioChalmers / yeast-GEM

The consensus GEM for Saccharomyces cerevisiae
http://sysbiochalmers.github.io/yeast-GEM/
Creative Commons Attribution 4.0 International
95 stars 46 forks source link

feat: compartment curation #61

Open feiranl opened 6 years ago

feiranl commented 6 years ago

Compartment information should be corrected according to the latest annotation.

BenjaSanchez commented 6 years ago

@CarlMalina which database were you using for finding proper localization of enzymes in mitochondria? We could use the same one but for all compartments in the cell

CarlMalina commented 6 years ago

@BenjaSanchez I have mostly been using MitoMiner (http://mitominer.mrc-mbu.cam.ac.uk/release-4.0/begin.do) which combines experimental evidence for protein localization with GO and UniProt annotation. However, it is quite specific for mitochondrial proteins so I am not sure it is of much use for other compartments.

ChristianLieven commented 6 years ago

I've used PSORTb (http://www.psort.org/) for my reconstruction, and I was pretty happy with the output. However, it is exclusive for prokaryotes but there is https://wolfpsort.hgc.jp/ for eukaryotes.

Not sure how that performs though.

edkerk commented 6 years ago

RAVEN has functionality to run and parse WoLF PSORT. I've never tried it, and it runs on unix only, but could be useful. Additional predictLocalization function can actually assign localization, trying to reduce the number of transport reactions that need to be added.

simas232 commented 6 years ago

RAVEN also supports CELLO. It is online-based tool, so you run it online, save the text output in your computer and then use it as input to assign localization. The calculation scores can then be used in predictLocalization. The advantage of CELLO is that it considers multiple criteria when calculating compartment scores (Nearest Neighbour, SVM) rather than relying only on Nearest Neighbour algorithm like PSORT.

edkerk commented 2 years ago

When considering this, take into account that mitochondrial enzymes have been manually curated in mitoYeast-GEM and will be applied as part of #12.