نتایج جستجو برای: bone marrow derived mononuclear cells

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

Journal: :iranian biomedical journal 0
keywan mortezaee parichehr pasbakhsh iraj ragerdi kashani fatemeh sabbaghziarani ameneh omidi adib zendedel

background: bone marrow-derived mesenchymal stem cells (bmmscs) transplantation has been considered as a promising milestone in liver fibrosis treatment. however, low amounts of homing are a major obstacle. we aimed to investigate the role of melatonin pretreatment in bmmsc homing into experimental liver fibrosis. methods: bmmscs were obtained, grown, propagated and preconditioned with 5 µm mel...

Objective(s): Dendritic cells (DCs) play a critical role in activation of T cell responses. Induction of type1 T helper (Th1) immune response is essential to generate protective immunity against cutaneous leishmaniasis. The intrinsic tendency of liposomes to have interaction with antigen-presenting cells is the main rationale to utilize liposomes as antigen carriers. In the present study, the e...

Journal: :Bone and mineral 1987
F P van de Wijngaert M C Tas J W van der Meer E H Burger

We studied the growth of mononuclear phagocytes (MPs) and mononuclear osteoclast precursor-resembling (OCP-like) cells from freshly isolated whole mouse bone marrow. Expression of tartrate-resistant acid phosphatase (TRAcP) served as a general marker for the identification of OCP-like cells. Bone resorbing capacity of the cultured cells was studied in a coculture assay with periost-free fetal b...

آتشی, امیر, زمانی, هما, پرهیزکار, فاطمه, کاویانی جبلی, سعید,

Background and Objective: Mobilization of Hematopoietic Stem Cells (HSCs) for transplantation and the importance of -adrenergic signals in induction of this process have been well investigated. However, little is known about the role of -adrenergic signals in mobilization of HSCs and factors influenced by these signals. The Chemokine Stromal Derived Factor -1 (SDF-1) which is expressed by hum...

Journal: :The Journal of Cell Biology 1984
K J Ibbotson G D Roodman L M McManus G R Mundy

The predominant cell responsible for bone resorption, the multinucleated osteoclast, has been difficult to study because of inaccessibility. When feline marrow-derived mononuclear cells are established in long-term culture, multinucleated cells form within 48 h, reaching maximum numbers at 16 d. We have observed that these cultured cells have many of the features of osteoclasts. Morphologically...

2014
S. Hogendoorn B. J. Duijnisveld S. G. van Duinen B. C. Stoel J. G. van Dijk W. E. Fibbe R. G. H. H. Nelissen

OBJECTIVES Traumatic brachial plexus injury causes severe functional impairment of the arm. Elbow flexion is often affected. Nerve surgery or tendon transfers provide the only means to obtain improved elbow flexion. Unfortunately, the functionality of the arm often remains insufficient. Stem cell therapy could potentially improve muscle strength and avoid muscle-tendon transfer. This pilot stud...

2016
Fernanda F. Cruz Zachary D. Borg Meagan Goodwin Amy L. Coffey Darcy E. Wagner Patricia R.M. Rocco Daniel J. Weiss

UNLABELLED Systemic administration of bone marrow-derived mononuclear cells (BMDMCs) or bone marrow-derived mesenchymal stromal cells (MSCs) reduces inflammation and airway hyperresponsiveness (AHR) in a murine model of Th2-mediated eosinophilic allergic airway inflammation. However, since BMDMCs are a heterogeneous population that includes MSCs, it is unclear whether the MSCs alone are respons...

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

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

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