CYP2D6, CPD6, CYP2D, CYP2D7AP, CYP2D7BP, CYP2D7P2, CYP2D8P2, CYP2DL1, CYPIID6, P450-DB1, P450C2D, P450DB1, cytochrome P450 family 2 subfamily D member 6, Cytochrome P450 2D6
外部ID
OMIM: 124030 HomoloGene: 133550 GeneCards: CYP2D6
遺伝子の位置 (ヒト)
染色体
22番染色体 (ヒト)[1]
バンド
データ無し
開始点
42,126,499 bp[1]
終点
42,130,906 bp[1]
RNA発現パターン
さらなる参照発現データ
遺伝子オントロジー
分子機能
• iron ion binding • metal ion binding • heme binding • oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen • drug binding • oxidoreductase activity • aromatase activity • oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen • steroid hydroxylase activity • monooxygenase activity
• steroid metabolic process • alkaloid metabolic process • coumarin metabolic process • 脂質代謝 • isoquinoline alkaloid metabolic process • alkaloid catabolic process • oxidative demethylation • drug catabolic process • heterocycle metabolic process • negative regulation of binding • drug metabolic process • monoterpenoid metabolic process • xenobiotic metabolic process • oxidation-reduction process • arachidonic acid metabolic process • negative regulation of cellular organofluorine metabolic process • long-chain fatty acid biosynthetic process • organic acid metabolic process • exogenous drug catabolic process
^ abcdefghijklmnopqrstuvwxyzaaabacadaeafagahaiajakalamanaoapaqarasatauavawaxayazbabbbcbdbebfbgbhbibjbkblbmbnbobpbqbrbsbtbubvbwbxbybzcacbcccdcecfcgFlockhart DA (2007年). “Drug Interactions: Cytochrome P450 Drug Interaction Table”. Indiana University School of Medicine. 2008年12月25日閲覧。
^ abcdefghijklmnopqrstuvwxyzaaabacadaeafFASS (drug formulary): Swedish environmental classification of pharmaceuticals Facts for prescribers (Fakta för förskrivare), retrieved July 2011
^ abPHARMACOGENETICS AND PHARMACOGENOMICS. J. Steven Leeder PharmD, PhD
Pediatric Clinics of North America - Volume 48, Issue 3 (June 2001). doi:10.1016/S0031-3955(05)70338-2.
^“Hydrocodone”. Drugbank. 2011年6月14日閲覧。
^Hoskins JM, Carey LA, McLeod HL (August 2009). “CYP2D6 and tamoxifen: DNA matters in breast cancer”. Nat. Rev. Cancer9 (8): 576–86. doi:10.1038/nrc2683. PMID 19629072.
^“Inhibition of CYP2D6 activity by bupropion”. J Clin Psychopharmacol25 (3): 226–9. (June 2005). PMID 15876900. http://Insights.ovid.com/pubmed?pmid=15876900.
^Zhang W, Ramamoorthy Y, Tyndale RF, Sellers EM (June 2003). “Interaction of buprenorphine and its metabolite norbuprenorphine with cytochromes p450 in vitro”. Drug Metab. Dispos.31 (6): 768–72. doi:10.1124/dmd.31.6.768. PMID 12756210.
^ abcdeFASS, The Swedish official drug catalog > Kodein Recip Last reviewed 2008-04-08
^Cockshott ID (2004). “Bicalutamide: clinical pharmacokinetics and metabolism”. Clin Pharmacokinet43 (13): 855–78. doi:10.2165/00003088-200443130-00003. PMID 15509184.
^Foster BC, Sockovie ER, Vandenhoek S, Bellefeuille N, Drouin CE, Krantis A, Budzinski JW, Livesey J, and Arnason JT (2004). “In Vitro Activity of St. John's Wort Against Cytochrome P450 Isozymes and P-Glycoprotein”. Pharmaceutical Biology42 (2): 159–169. doi:10.1080/13880200490512034.
^He N, Zhang WQ, Shockley D, Edeki T (February 2002). “Inhibitory effects of H1-antihistamines on CYP2D6- and CYP2C9-mediated drug metabolic reactions in human liver microsomes”. Eur. J. Clin. Pharmacol.57 (12): 847–51. doi:10.1007/s00228-001-0399-0. PMID 11936702.
参考文献
加藤隆一ら 『薬物代謝学』~医療薬学・医薬品開発の基礎として~第3版,東京科学同人 ISBN 978-4-8079-0711-3
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
This is a simple project showing cubes on Unity, exported to android project and imported on Android studio. On maifest file it showed following warning: Expecting <uses-feature android:name="android.software.leanback" android:required="false" /> tag I have no information about it. And also on default emptyview android project does not use/mention this feature. I know it is required by TV's and such but why its not added by default? Why is this? And Should I concern about it?
android unity3d
0
I'm trying to update an entry in my database (postgresql). I'm having a problem with updating the query: INSERT INTO prices (price, product_id) SELECT product_price, commn_id FROM products_temp as prod WHERE NOT EXISTS (SELECT * FROM prices od WHERE prod.commn_id = od.product_id) OR prod.product_price != ( SELECT price FROM prices as p WHERE p.product_id = prod.commn_id order by p.end desc LIMIT 1 ) Query works fine when i delete: OR prod.product_price != ( SELECT price FROM prices as p WHERE p.product_id = prod.commn_id order by p.end desc LIMIT 1 ) So it seems to me that it's looping through this operation. My question is, how can I fix it?
sql postgresql
up vote
0
down vote
favorite
This question already has an answer here:
Image source URI requiring authorization
3 answers
Add header to all* HTTP requests on a machine
1 answer
first of all sorry for my english. Recently I added some security in the backend of my project, and now I need to send a validation code(apiKey) inside the headers to retrieve the images. I have a problem with ALL images in my project that I had attached in my UI. For example, before I had: <Image Height="90" Source="{Binding Video.Thumbnail}"/> Now I need to change my code to create a CUSTOM petition add the apiKey in the header: