belbio / bep

BEL Enhancement Proposals
http://bep.bel.bio
Apache License 2.0
7 stars 4 forks source link

Write BEP for uptake function #7

Open cthoyt opened 6 years ago

cthoyt commented 6 years ago

Much like secretion() and cellSurfaceExpression() it would be nice to have an intake() function that's syntactic sugar around the translocation() function that represents the opposite direction of movement from secretion().

This would have some nice examples for viruses pulling themselves into cells, for endocytosis of chemicals like neurotransmitters, and for chemicals activating receptors which then get endocytosis-ed as well

ncatlett commented 6 years ago

why not endocytosis() instead of intake()?

johnbachman commented 6 years ago

Yes, endocytosis would be a better name, unless you also mean to include active and passive transport processes for metabolites, electrolytes, etc.

On Wed, Jun 27, 2018 at 9:18 AM, Natalie Catlett notifications@github.com wrote:

why not endocytosis() instead of intake()?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/belbio/bep/issues/7#issuecomment-400668102, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaadNQhTHUe9OO_S4iJ9gpFe6GfWzNeks5uA4YpgaJpZM4U5SvN .

cthoyt commented 6 years ago

Do you think endocytosis would be more appropriate for extracellular -> cytoplasm, cell surface -> cytoplasm, or both?

ncatlett commented 6 years ago

I think both extracellular and cell membrane to cytoplasm (see http://purl.obolibrary.org/obo/GO_0006897), but that could be challenging for BEL purposes since the translocation term should connect A[loc1] to A[loc2].

going with a more generic import() (http://purl.obolibrary.org/obo/GO_0098657) would pose the same challenges, but would include the additional transport processes mentioned by @johnbachman .

cthoyt commented 6 years ago

Perhaps this would warrant adding another field to the translocation() function to specify how translocation was done? Otherwise writing a translocation from the outside/surface of a cell to the inside loses the information on how it was done, and make endocytosis, active transport, passive transport, etc. effectively the same

cthoyt commented 6 years ago

Without being so specific as to describe the method by which a molecule/protein/etc. moves into a cell, I think this might be the best term