نتایج جستجو برای: 4t1 breast adenocarcinoma

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

2013
Katarzyna Kazłowska Hong-Ting Victor Lin Shun-Hsien Chang Guo-Jane Tsai

Porphyra dentata, an edible red macroalgae, is used as a folk medicine in Asia. This study evaluated in vitro and in vivo the protective effect of a sterol fraction from P. dentata against breast cancer linked to tumor-induced myeloid derived-suppressor cells (MDSCs). A sterol fraction containing cholesterol, β -sitosterol, and campesterol was prepared by solvent fractionation of methanol extra...

2016
Yong-Chao Liu Wen-Hui Ma Yin-Lin Ge Mei-Lan Xue Zheng Zhang Jin-Yu Zhang Lin Hou Run-Hong Mu

Vascular endothelial cell growth factor (VEGF)-C promotes tumorigenesis by allowing lymph node metastasis and lymphangiogenesis, among other actions. RNA interference (RNAi) is a novel technique for suppressing target gene expression and may increase the effectiveness of cancer treatments. The present study assessed the influence of VEGF-C RNAi on the apoptosis and proliferation of mouse breast...

2018
Nozomi Ami Hideki Sato Yoshihiro Hayakawa

Housing temperature has been shown to influence thermoregulation and behavior of preclinical cancer models; and anti-cancer drugs typically reduce peripheral blood flow and body temperature. In the present study, the effects of paclitaxel (PTX)-induced reduction of body temperature and peripheral blood flow on metastatic 4T1 breast cancer was investigated in a mouse model and the modification o...

Journal: :International Journal of Radiation Oncology Biology Physics 2021

Purpose Transforming growth factor β (TGFβ) promotes cell survival by endorsing DNA damage repair and mediates an immunosuppressive tumor microenvironment. Thus, TGFβ activation in response to radiation therapy is potentially targetable because it opposes therapeutic control. Strategies assess this potential the clinic are needed. Methods Materials We evaluated positron emission tomography (PET...

Journal: :iranian journal of medical physics 0
mahboobeh alamolhoda msc student, medical physics dept., tarbiat modares university, tehran, iran manijhe mokhtari-dizaji professor, medical physics dept., tarbiat modares university, tehran, iran amir hoshang barati assistant professor, medical physics dept., kurdistan medical sciences university, kurdistan, iran

introduction: transient cavitations induced by low frequency irradiation of ultrasound can be used to treat tumors. previous studies in in-vitro experiments have shown that induced cavitation by dual or multiple frequencies of ultrasound is greater than induced cavitation by single frequency irradiation. in this study, we compared and evaluated the treatment effects of dual frequency irradiatio...

2015
Sruthi Ravindranathan Sean G Smith Khue Nguyen David A Zaharoff

Autologous tumor cell-based vaccines (ATCVs) have a number of potential advantages including multivalency and patient specificity. ATCVs contain many potential antigens, both known and unknown which potentiate polyclonal responses capable of responding to a more diverse population of tumor cells. In addition, because ATCVs are created from a patient’s own tumor, all potential immunogenic epitop...

Journal: :Molecular cancer research : MCR 2007
April A N Rose François Pepin Caterina Russo Jad E Abou Khalil Michael Hallett Peter M Siegel

The skeleton is a preferred site of metastasis in patients with disseminated breast cancer. We have used 4T1 mouse mammary carcinoma cells, which metastasize to bone from the mammary fat pads of immunocompetent mice, to identify novel genes involved in this process. In vivo selection of parental cells resulted in the isolation of independent, aggressively bone metastatic breast cancer populatio...

2009
Derek M. Dykxhoorn Yichao Wu Huangming Xie Fengyan Yu Ashish Lal Fabio Petrocca Denis Martinvalet Erwei Song Bing Lim Judy Lieberman

BACKGROUND The development of metastases involves the dissociation of cells from the primary tumor to penetrate the basement membrane, invade and then exit the vasculature to seed, and colonize distant tissues. The last step, establishment of macroscopic tumors at distant sites, is the least well understood. Four isogenic mouse breast cancer cell lines (67NR, 168FARN, 4TO7, and 4T1) that differ...

2011
Inna Serganova Asif Rizwan Xiaohui Ni Sunitha B. Thakur Jelena Vider James Russell Ronald Blasberg Jason A. Koutcher

Purpose: We compared the metabolic profiles and the association between LDH-A expression and lactate production in two isogenic murine breast cancer cell lines and tumors (67NR and 4T1). These cell lines were derived from a single mammary tumor and have different growth and metabolic phenotypes. Experimental Design: LDH-A expression, lactate concentration, glucose utilization and oxygen consump...

Journal: :Molecular medicine reports 2015
Ece Şimşek Esra Aydemir Aylin Fidan Korcum Kayahan Fişkın

The aim of the present study was to investigate the effects of thalidomide, a drug known for its anti‑angiogenic and antitumor properties, at its cytotoxic dose previously determined as 40 µg/ml (according to four cytotoxic test results). The effect of the drug alone and in combination with radiotherapy using Cobalt 60 (60Co) at 45 Gy on the enzymatic activity of substance‑P degrading A disinte...

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

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

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