Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cysteinyl leukotrienes #29

Open
cthoyt opened this issue May 29, 2019 · 0 comments
Open

Add cysteinyl leukotrienes #29

cthoyt opened this issue May 29, 2019 · 0 comments

Comments

@cthoyt
Copy link
Member

cthoyt commented May 29, 2019

https://en.wikipedia.org/wiki/Leukotriene#Cysteinyl_leukotrienes

SET Evidence = "ABCC1: The protein encoded by this gene is a member of the superfamily of ATP-binding cassette (ABC) transporters. ABC proteins transport various molecules across extra-and intra-cellular membranes. ABC genes are divided into seven distinct subfamilies (ABC1, MDR/TAP, MRP, ALD, OABP, GCN20, White). This full transporter is a member of the MRP subfamily which is involved in multi-drug resistance. This protein functions as a multispecific organic anion transporter, with oxidized glutatione, cysteinyl leukotrienes, and activated aflatoxin B1 as substrates. This protein also transports glucuronides and sulfate conjugates of steroid hormones and bile salts. Alternatively spliced variants of this gene have been described but their full-length nature is unknown. [provided by RefSeq, Apr 2012]"

SET Subgraph = "Transport related subgraph"
p(HGNC:ABCC1) -| act(a(CHEBI:anticonvulsant))

# oxidized glutatione = glutathione disulfide
p(HGNC:ABCC1) -- tloc(a(CHEBI:"glutathione disulfide"))

#: Replace by future CHEBI term

# cysteinyl leukotrienes = leukotriene C4, D4, E4, F4
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene C(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene D(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene E(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene F(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"aflatoxin B(1)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant