Open cthoyt opened 6 years ago
why not endocytosis()
instead of intake()
?
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 .
Do you think endocytosis would be more appropriate for extracellular -> cytoplasm, cell surface -> cytoplasm, or both?
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 .
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
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
Much like
secretion()
andcellSurfaceExpression()
it would be nice to have anintake()
function that's syntactic sugar around thetranslocation()
function that represents the opposite direction of movement fromsecretion()
.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