نتایج جستجو برای: cyp2c18

تعداد نتایج: 71  

Journal: :Cancer research 1998
Y Jounaidi J E Hecht D J Waxman

Cyclophosphamide (CPA) and ifosfamide (IFA) are widely used anticancer prodrugs that are bioactivated in the liver by specific cytochrome P450 enzymes (CYPs). The therapeutic activity of these antitumor agents can be compromised by a low therapeutic index that is, in part, due to the systemic distribution of activated drug metabolites. Here, recombinant retroviruses were used to deliver six dif...

Journal: :The journals of gerontology. Series A, Biological sciences and medical sciences 2011
Friederike Flachsbart Mike Ufer Rabea Kleindorp Susanna Nikolaus Stefan Schreiber Almut Nebel

Cytochrome P450 enzymes, especially the CYP2C subfamily, are involved in the generation of reactive oxygen species and are regarded as susceptibility factors for age-related diseases. Furthermore, the CYP2C-encoding genes are known to be highly polymorphic, with a number of variants leading to changes in enzyme activity. These observations prompted us to investigate whether allelic variation in...

2012
Kongwang Hu Feihu Chen

Gastric cancer is one of the most common and lethal cancers worldwide. However, despite its clinical importance, the regulatory mechanisms involved in the aggressiveness of this cancer are still poorly understood. A better understanding of the biology, genetics and molecular mechanisms of gastric cancer would be useful in developing novel targeted approaches for treating this disease. In this s...

Journal: :European heart journal 2011
Mark S Patterson Maurits T Dirksen Alexander J Ijsselmuiden Giovanni Amoroso Ton Slagboom Gerrit-Jan Laarman Carl Schultz Ron T van Domburg Patrick W Serruys Ferdinand Kiemeneij

Aims Comparison of magnetic guidewire navigation in percutaneous coronary intervention (MPCI) vs. conventional percutaneous coronary intervention (CPCI) for the treatment of acute myocardial infarction. Methods and results We compared 65 sequential patients (mean age 61 ± 15 years) undergoing primary MPCI with those of 405 patients undergoing CPCI (mean age 61 ± 13 years). The major endpoint wa...

Journal: :Hypertension 2003
Xueying Zhao David M Pollock Darryl C Zeldin John D Imig

The current study was designed to determine whether angiotensin II infusion could lead to persistent salt-sensitive hypertension and to examine involvement of renal microvascular epoxygenases in this process. Six groups were studied: rats maintained on a normal salt diet for 4 weeks (NS); rats maintained on a high salt diet for 4 weeks (HS); and all other animals receiving angiotensin II (ANG) ...

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 1998
H Kent

from 80% to 100% of a student’s time for up to 2 years of clinical research, during which the study of pain management and breathlessness will be high priorities. The grants program aims to use evidence-based research on medications used to treat these symptoms to develop equitable, cost-effective access to drugs across the country. Faculty scholarships lasting up to 2 years will be open to a w...

2017
Vanessa Gonzalez-Covarrubias Javier Urena-Carrion Beatriz Villegas-Torres J. Eduardo Cossío-Aranda Sergio Trevethan-Cravioto Raul Izaguirre-Avila O. Javier Fiscal-López Xavier Soberon

Coumarins are widely prescribed worldwide, and in Mexico acenocumarol is the preferred form. It is well known that despite its efficacy, coumarins show a high variability for dose requirements. We investigated the pharmacogenetic variation of 110 genes in patients receiving acenocumarol using a targeted NGS approach. We report relevant population differentiation for variants on CYP2C8, CYP2C19,...

Journal: :Oman medical journal 2013
Robabeh Ghiyas Tabari Abdoljalal Marjani Ogholdondy Agh Ataby Azad Reza Mansourian Nader Mansour Samai

OBJECTIVE Different findings indicate that CYP2C plays a clinical role in determining interindividual and interethnic differences in drug effectiveness. The ethnic differences in the frequency of CYP2C19 mutant alleles continue to be a significant study topic. The aim of the present study was to assess the frequency of allelic variants of CYP2C19 in Turkman ethnic groups and compare them with t...

Journal: :Healthcare policy = Politiques de sante 2011
Frederick Burge Jeannie L Haggerty Raynald Pineault Marie-Dominique Beaulieu Jean-Frédéric Lévesque Christine Beaulieu Darcy A Santor

UNLABELLED The operational definition of relational continuity is "a therapeutic relationship between a patient and one or more providers that spans various healthcare events and results in accumulated knowledge of the patient and care consistent with the patient's needs." OBJECTIVE To examine how well relational continuity is measured in validated instruments that evaluate primary healthcare...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->