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

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

2013
Eiko Klimant Maurie Markman Daniela M. Albu

Pancreatic cancer exhibits profound chemoresistance resulting either from pre-existing (intrinsic) mechanisms, or from anticancer drug treatment itself (acquired chemoresistance). We present the case of a patient with pancreatic adenocarcinoma metastatic to the liver who experienced clinical, radiographic and tumor marker response to three lines of gemcitabine-based chemotherapy. The regimens i...

2017
Omar Elaskalani Norbaini Binti Abdol Razak Marco Falasca Pat Metharom

Pancreatic cancer has one of the worst prognoses among all cancers due to the late manifestation of identifiable symptoms and high resistance to chemo- and radiation therapies. In recent years, a cancer development phase termed epithelial-mesenchymal transition (EMT) has gained increasing research focus. The process is implicated in tumour metastasis, and emerging evidence suggests EMT also con...

Journal: :Pharmacology & therapeutics 2018
Sabine Hombach-Klonisch Maryam Mehrpour Shahla Shojaei Craig Harlos Marshall Pitz Ahmed Hamai Krzysztof Siemianowicz Wirginia Likus Emilia Wiechec Brian D Toyota Reyhane Hoshyar Amir Seyfoori Zahra Sepehri Sudharsana R Ande Forough Khadem Mohsen Akbari Adrienne M Gorman Afshin Samali Thomas Klonisch Saeid Ghavami

Despite advances in neurosurgical techniques and radio-/chemotherapy, the treatment of brain tumors remains a challenge. This is particularly true for the most frequent and fatal adult brain tumor, glioblastoma (GB). Upon diagnosis, the average survival time of GB patients remains only approximately 15months. The alkylating drug temozolomide (TMZ) is routinely used in brain tumor patients and i...

2016
Yong Lin Xin Ge Yiyang Wen Zhu-Mei Shi Qiu-Dan Chen Min Wang Ling-Zhi Liu Bing-Hua Jiang Yuan Lu

Pancreatic adenocarcinoma is one of the most leading causes of cancer-related deaths worldwide. Although recent advances provide various treatment options, pancreatic adenocarcinoma has poor prognosis due to its late diagnosis and ineffective therapeutic multimodality. Gemcitabine is the effective first-line drug in pancreatic adenocarcinoma treatment. However, gemcitabine chemoresistance of pa...

2015
Huiru Wang Qing Sun Yanhong Wu Lin Wang Chunxia Zhou Wenbo Ma Youhui Zhang Shengdian Wang Shuren Zhang

Granzyme M is a serine protease known to be often expressed by natural killer cells and induce target cells apoptosis in combination with perforin. However, we detected granzyme M expression in murine and human cancer cell lines and human tumor samples in our study. Granzyme M increased chemoresistance, colony-formation, cytokine secretion and invasiveness in vitro. Most importantly, granzyme M...

2014
Joshua A. McCarroll Stephanie Naim George Sharbeen Nelson Russia Julia Lee Maria Kavallaris David Goldstein Phoebe A. Phillips

Pancreatic cancer is highly chemoresistant. A major contributing factor is the characteristic extensive stromal or fibrotic reaction, which comprises up to 90% of the tumor volume. Over the last decade there has been intensive research into the role of the pro-fibrogenic pancreatic stellate cells (PSCs) and their interaction with pancreatic cancer cells. As a result of the significant alteratio...

Journal: :Cancer research 2010
Alexander M Xu Paul H Huang

Cancer cells employ multiple mechanisms to evade tightly regulated cellular processes such as proliferation, apoptosis, and senescence. Systems-wide analyses of tumors have recently identified receptor tyrosine kinase (RTK) coactivation as an important mechanism by which cancer cells achieve chemoresistance. This mini-review discusses our current understanding of the complex and dynamic process...

Journal: :The Chinese journal of dental research : the official journal of the Scientific Section of the Chinese Stomatological Association 2016
Cheng Wang Xi Qiang Liu Jin Song Hou Jian Ning Wang Hong Zhang Huang

Oral cancer is an aggressive disease with the propensity for local recurrence and distal metastasis in the head and neck region. Currently, cisplatin-based chemotherapy or concurrent radiochemotherapy is still the first choice to treat the advanced stage cancers, in particular, the unresectable tumours. Unfortunately, innate and acquired resistance to chemotherapy agent greatly limited its effe...

Journal: :British journal of haematology 2017
Fiona C Brown Paolo Cifani Esther Drill Jie He Eric Still Shan Zhong Sohail Balasubramanian Dean Pavlick Bahar Yilmazel Kristina M Knapp Todd A Alonzo Soheil Meshinchi Richard M Stone Steven M Kornblau Guido Marcucci Alan S Gamis John C Byrd Mithat Gonen Ross L Levine Alex Kentsis

Cure rates of children and adults with acute myeloid leukaemia (AML) remain unsatisfactory partly due to chemotherapy resistance. We investigated the genetic basis of AML in 107 primary cases by sequencing 670 genes mutated in haematological malignancies. SETBP1, ASXL1 and RELN mutations were significantly associated with primary chemoresistance. We identified genomic alterations not previously...

Journal: :Genes & development 2016
Athena Georgilis Jesús Gil

The tumor microenvironment influences cancer progression and therapy outcome by mechanisms not yet fully understood. In this issue of Genes & Development, Bent and colleagues (pp. 1811-1821) show how chemotherapy causes endothelial senescence. Interestingly, senescent endothelial cells do not mount a typical senescence-associated secretory phenotype but instead acutely secrete IL-6, promoting c...

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

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

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