نتایج جستجو برای: osteosarcoma cells

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

Journal: :The Indonesian Biomedical Journal 2022

BACKGROUND: Formation of tumour mass is one symptom osteosarcoma development. Caffeic acid has been known to provide effective treatment but less side effect for some cancer therapy. Studies reported that caffeic might promote apoptosis in MG-63 cells, however, the preventing formation not well elucidated, especially cells-induced nude mice vivo.METHODS: cells were pre-treated with 0, 1, or 10 ...

Journal: :Biomedical Journal of Scientific and Technical Research 2023

Osteosarcoma refers to a bone tumor and the term was introduced by John Abernathy in 1804 referring fleshy growth [1]. In 2009, Ottaviane G. et al reported that osteosarcoma is an aggressive malignancy arises from primitive transformed cells of mesenchymal origin produces malignant osteoid, which are most common representation primary cancer [2,3].

Journal: :acta medica iranica 0
baghaie f motahhary p

osteosarcoma is a primary malignant tumor of bone, which can involve jaws. this article reviews osteosarcoma of the jaws referred to the department of oral pathology, dental faculty of tehran university of medical sicences and pathology department of cancer institiute in imam khomeini hospital during 30 years from 1349 to 1378 and also reviews jaw osteosarcoma in english literature. the purpose...

2018
Zuochong Yu Fangyi Chen Xiaoxia Qi Yinmei Dong Yingying Zhang Zhe Ge Guoping Cai Xinchao Zhang

Osteosarcoma is a common childhood bone cancer with a poor survival rate. Osteosarcoma cancer stem cells (CSCs) contribute to the recurrence, drug resistance and metastasis of this disease. Previous evidence suggested that cancer cells are able to spontaneously turn into CSCs, thus it is crucial to simultaneously target osteosarcoma cells and CSCs. Our previous studies have demonstrated that sa...

2015
QUANCHI CHEN WEI SUN YUXIN LIAO HUI ZENG LIANCHENG SHAN FEI YIN ZHUOYING WANG ZIFEI ZHOU YINGQI HUA ZHENGDONG CAI

Monocyte chemotactic protein‑1 (MCP‑1/CCL2) is an important immune factor, which may be important in cancer progression by promoting proliferation, invasion, metastasis and the tumor microenvironment. Previous studies have demonstrated that CCL2 affects the proliferation of osteosarcoma cells via the RANKL signaling pathway. However, the underlying mechanisms remain to be elucidated. To investi...

Journal: :Nanophotonics 2022

Abstract NK cells-based cancer therapy combined with chemotherapeutic drugs for the treatment of tumors can enhance immunosensitivity cells, increase expression cell receptors, and eventually boost killing effect cells on cells. Selenium (Se) different chemical structures be metabolized into selenoproteins to regulate tumor immune cells’ fate functions. Herein, we found that, functionalized Se ...

Journal: :Revista Brasileira de Farmacognosia 2023

Abstract Osteosarcoma is the most common primary malignant bone tumor; main treatment method surgery and adjuvant chemotherapy, with a 5-year survival rate of less than 20% for metastatic patients. Schisandrin B abundant active ingredient found in fruit Schisandra chinensis (Turcz.) Baill., Schisandraceae, which has document properties such as liver protection, antioxidant, anti-inflammatory, a...

Journal: :Erzincan University Journal of Science and Technology 2021

Osteosarcoma is a common cancer type among the youth population and usually develops in growing bones. Approximately twenty percent of osteosarcoma cases show tendency to metastases patients with have low survival rate after treatment. RANK/RANKL/OPG key regulator triad bone remodeling play critical roles tumourigenesis osteosarcoma. Anti-proliferative activity gambogic acid was determined Saos...

Journal: :Tropical Journal of Pharmaceutical Research 2023

Purpose: To investigate the effect of emodin on osteosarcoma cell proliferation and apoptosis.
 Methods: The ability was determined by CCK-8, apoptosis level cycle were via flow cytometry. Honechst staining used to determine ratio nuclear pyknosis, Western blotting expression AKT, p-AKT caspase-3 precursor protein in each group cells.
 Results: Emodin significantly inhibited MG-63 pro...

2017
Yi Deng Fujun Luan Li Zeng Yanjun Zhang Kunlong Ma

MiR-429 functions as a tumor suppressor and has been observed in multiple types of cancer, but the effects and mechanisms of miR-429 in osteosarcoma are poorly understood. This study is performed to evaluate the functions of miR-429 in the progression of osteosarcoma. Firstly, the miR-429 expression in osteosarcoma tissues and osteosarcoma cells was detected using real time PCR, and the relatio...

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

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

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