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

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

Journal: :Expert opinion on drug delivery 2015
Assaf Ganoth Keren Cohen Merimi Dan Peer

INTRODUCTION Cancer remains the leading cause of death worldwide. Numerous therapeutic strategies that include smart biological treatments toward specific cellular pathways are being developed. Yet, inherent and acquired multidrug resistance (MDR) to chemotherapeutic drugs remains the major obstacle in effective cancer treatments. AREAS COVERED Herein, we focused on an implementation of nanos...

2012
Kevin A. Kwei Joffre B. Baker Robert J. Pelham

The phosphoinositide 3-kinase (PI3K) signaling pathway is significantly altered in a wide variety of human cancers, driving cancer cell growth and survival. Consequently, a large number of PI3K inhibitors are now in clinical development. To begin to improve the selection of patients for treatment with PI3K inhibitors and to identify de novo determinants of patient response, we sought to identif...

2014
Wenqiang Cao Xiaoling Li Shanyuan Zheng Wenjie Zheng Yum-shing Wong Tianfeng Chen

Tumor necrosis factor-related apoptosis-inducing ligand (TRAIL), as one of the most promising targeted drug for new cancer therapeutics, is limited in clinical application by the evolution of resistance in many cancer cell lines, especially in malignant melanoma. Thus, it is urgently needed to identify chemosensitizers to enhance the apoptotic inducing efficacy of TRAIL and overcome resistance o...

Journal: :The Biochemical journal 1995
F J Sharom X Yu J W Chu C A Doige

P-Glycoprotein (Pgp) was isolated from CHRC5 membranes by selective detergent extraction and further purified by lentil lectin affinity chromatography. The purified product displayed a very high basal ATPase activity (1.65 mumol/min per mg protein in the absence of added drugs or lipids) with an apparent Km for ATP of 0.4 mM. There was no evidence of cooperativity, suggesting that the two ATP s...

Journal: :Molecular cancer therapeutics 2007
Huw D Thomas Christopher R Calabrese Michael A Batey Stacie Canan Zdenek Hostomsky Suzanne Kyle Karen A Maegley David R Newell Donald Skalitzky Lan-Zhen Wang Stephen E Webber Nicola J Curtin

Poly(ADP-ribose) polymerase (PARP)-1 (EC 2.4.2.30) is a nuclear enzyme that promotes the base excision repair of DNA breaks. Inhibition of PARP-1 enhances the efficacy of DNA alkylating agents, topoisomerase I poisons, and ionizing radiation. Our aim was to identify a PARP inhibitor for clinical trial from a panel of 42 potent PARP inhibitors (K(i), 1.4-15.1 nmol/L) based on the quinazolinone, ...

Journal: :Chemical & pharmaceutical bulletin 2013
Sonthaya Umsumarng Komsak Pintha Pornsiri Pitchakarn Kwankamol Sastraruji Thanapat Sastraruji Alison T Ung Araya Jatisatienr Stephen G Pyne Pornngarm Limtrakul

Resistance to chemotherapy in cancer patients has been correlated to the overexpression of the ATP-binding cassette (ABC) drug transporters including P-glycoprotein (P-gp) that actively efflux chemotherapeutic drugs from cancer cells. We examined the multidrug resistance reversing property of stemofoline derivatives in drug-resistance human cervical carcinoma (KB-V1) and human leukemic (K562/Ad...

2001
Kenneth H. Shain William S. Dalton

Clinical circumvention of multidrug resistance (MDR) is a Sisyphian task faced in the treatment of many cancers. Identification of several mechanisms of acquired MDR has led to the development of chemosensitizing agents that counter specific mechanisms of MDR. Initial successes in therapy using “chemosensitizers” often culminate in relapse due to the multifactorial nature of acquired MDR. There...

2016
SHUNTARO MUKAI SHOTA MORIYA MASAKI HIRAMOTO HIROMI KAZAMA HIROKO KOKUBA XIAO-FANG CHE TOMOHISA YOKOYAMA SATOSHI SAKAMOTO AKIHIRO SUGAWARA TOSHIAKI SUNAZUKA SATOSHI ŌMURA HIROSHI HANDA TAKAO ITOI KEISUKE MIYAZAWA

Pancreatic cancer is one of the most difficult types of cancer to treat because of its high mortality rate due to chemotherapy resistance. We previously reported that combined treatment with gefitinib (GEF) and clarithromycin (CAM) results in enhanced cytotoxicity of GEF along with endoplasmic reticulum (ER) stress loading in non-small cell lung cancer cell lines. An epidermal growth factor rec...

2015
Yuan Yan Jie Li Jia Han Ni Hou Ying Song Lei Dong

There is an urgent need to search for novel chemosensitizers in the field of cancer therapy. Chlorogenic acid (CGA), a type of polyphenol present in the diet, has many biological activities. The present study is designed to explore the influence of CGA on the effects of 5-fluorouracil (5-FU) on human hepatocellular carcinoma cells (HepG2 and Hep3B). Treatment with 5-FU induced the inhibition of...

Journal: :The Journal of pharmacology and experimental therapeutics 2005
Maria J Abad-Merin Nuria Cortés Isabel Masip Enrique Pérez-Payá José A Ferragut Angel Messeguer Antonio Ferrer-Montiel

The multidrug resistance (MDR) phenotype is considered a major cause of the failure of cancer chemotherapy. The acquisition of MDR is usually mediated by the overexpression of drug efflux pumps such as glycoprotein P (P-gp) or multidrug resistance-related protein 1 (MRP1). Thus, the identification, validation, and development of compounds that mitigate the MDR phenotype by modulating the activi...

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

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

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"; } -->