نتایج جستجو برای: osteoblastic metastasis

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

2015
Yukinori Okada Tatsuyuki Abe Yasuo Nakajima Itsuko Okuda Brandon D. Lohman Yoshihide Kanemaki Yasuyuki Kojima Kouichirou Tsugawa

Bone scan index (BSI) has been used to quantify the spread of bone metastasis and be a prognostic indicator in prostate cancer with bone metastases. However, the utility of BSI in breast cancer patients with bone metastasis has not been yet established. We retrospectively reviewed 57 female breast cancer patients with osteoblastic/lytic combined type bone metastases and treated with zoledronic ...

2014
Laure Thibaudeau Anna V. Taubenberger Boris M. Holzapfel Verena M. Quent Tobias Fuehrmann Parisa Hesami Toby D. Brown Paul D. Dalton Carl A. Power Brett G. Hollier Dietmar W. Hutmacher

The skeleton is a preferred homing site for breast cancer metastasis. To date, treatment options for patients with bone metastases are mostly palliative and the disease is still incurable. Indeed, key mechanisms involved in breast cancer osteotropism are still only partially understood due to the lack of suitable animal models to mimic metastasis of human tumor cells to a human bone microenviro...

Journal: :Blood 2012
Benjamin J Frisch John M Ashton Lianping Xing Michael W Becker Craig T Jordan Laura M Calvi

Pancytopenia is a major cause of morbidity in acute myeloid leukemia (AML), yet its cause is unclear. Normal osteoblastic cells have been shown to support hematopoiesis. To define the effects of leukemia on osteoblastic cells, we used an immunocompetent murine model of AML. Leukemic mice had inhibition of osteoblastic cells, with decreased serum levels of the bone formation marker osteocalcin. ...

Journal: :The Journal of biological chemistry 2008
Makoto Hayashi Shingo Maeda Hiroyuki Aburatani Kunio Kitamura Hiroyuki Miyoshi Kohei Miyazono Takeshi Imamura

Muscle cells are often exposed to bone morphogenetic proteins (BMPs) in pathological muscle and/or bone conditions. Because BMPs function as strong bone inducers as well as myogenesis inhibitors, certain molecules likely prevent muscle cells from converting into pathologic bone; without these molecules, de novo bone would form as observed in myositis ossificans traumatica. When C2C12 myoblasts ...

2016
Xiong-Ke Hu Xin-Hua Yin Hong-Qi Zhang Chao-Feng Guo Ming-Xing Tang

Liraglutide, a synthetic analogue of glucagon-like peptide‑1, is utilized in the treatment of type 2 diabetes and obesity. Liraglutide has been previously demonstrated to prevent osteoblastic differentiation of human vascular smooth muscle cells, resulting in the slowing of arterial calcification, however, its effect on bone formation remains unclear. The present study investigated the effect of...

2017
Kanako Tominami Hiroyasu Kanetaka Shota Sasaki Takayuki Mokudai Toshiro Kaneko Yoshimi Niwano

This study was designed to assess the effects of cold atmospheric plasma on osteoblastic differentiation in pre-osteoblastic MC3T3-E1 cells. Plasma was irradiated directly to a culture medium containing plated cells for 5 s or 10 s. Alkaline phosphatase (ALP) activity assay and alizarin red staining were applied to assess osteoblastic differentiation. The plasma-generated radicals were detected...

Journal: :Journal of clinical pathology 1995
M T Rehman J A Hoyland J Denton A J Freemont

AIMS To define and group static and dynamic iliac crest histomorphometric parameters in women with established osteoporosis. METHODS Iliac crest biopsy specimens from 146 white women were sectioned undecalcified and examined using image analysis. RESULTS Five distinct groups were defined on the basis of histomorphometric changes in cell function: group 1, decreased osteoblastic and osteocla...

2013
Tania J. Fernandes Jason M. Hodge Preetinder P. Singh Damien G. Eeles Fiona M. Collier Ian Holten Peter R. Ebeling Geoffrey C. Nicholson Julian M. W. Quinn

In bone, depletion of osteoclasts reduces bone formation in vivo, as does osteal macrophage depletion. How osteoclasts and macrophages promote the action of bone forming osteoblasts is, however, unclear. Since recruitment and differentiation of multi-potential stromal cells/mesenchymal stem cells (MSC) generates new active osteoblasts, we investigated whether human osteoclasts and macrophages (...

2011
Lu Peng Yang Liu Yongbiao Ai Zhisu Liu Yueming He Quanyan Liu

Solitary fibrous tumors (SFTs) of the liver are rarely described; only 38 cases have been reported in literature, most of which have shown benign clinical characteristics, and only 3 of these cases exhibited malignant variants. In this study, we present a 24-year-old woman with a 1-month history of a rapidly enlarging abdominal mass and a CT showing an exophytic heterogeneous liver mass with a ...

2011
Wassim Abou-Kheir Paul G. Hynes Philip Martin Juan Juan Yin Yen-Nien Liu Victoria Seng Ross Lake Joshua Spurrier Kathleen Kelly

Prostate cancers of luminal adenocarcinoma histology display a range of clinical behaviors. Although most prostate cancers are slow-growing and indolent, a proportion is aggressive, developing metastasis and resistance to androgen deprivation treatment. One hypothesis is that a portion of aggressive cancers initiate from stem-like, androgen-independent tumor-propagating cells. Here we demonstra...

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

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

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