نتایج جستجو برای: but mps

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

صالحی, رسول, صالحی, منصور, نصر اصفهانی, بهرام,

Introduction: Mucopolysaccharidosis I (MPS-I) is an autosomal recessive lysosomal storage diseases, caused by α-L-iduronidase (IDUA) enzyme deficiency. The clinical manifestations of MPS-I patients are variable ranging from severe to mild, and therefore prediction of disease severity is difficult. From when IDUA gene has been cloned more than 109 distinct mutations have been identified in it an...

2009
X. Duan G. G. Wang X. Kang Q. Niu G. Naterer Q. Peng

Since the publication of our recently developed mode-pursing sampling (MPS) method, questions have been asked on its performance as compared with traditional global optimization methods such as genetic algorithm (GA), and when to use MPS as opposed to GA. This work aims to provide an answer to these questions. Similarities and distinctions between MPS and GA are presented. Then MPS and GA are c...

Journal: :Dermatologic surgery : official publication for American Society for Dermatologic Surgery [et al.] 2011
Megumi Takikawa Shinichiro Nakamura Shingo Nakamura Masayuki Ishirara Satoko Kishimoto Kaoru Sasaki Satoshi Yanagibayashi Ryuichi Azuma Naoto Yamamoto Tomoharu Kiyosawa

BACKGROUND Treatments for alopecia are in high demand, but not all are safe and reliable. Dalteparin and protamine microparticles (D/P MPs) can effectively carry growth factors (GFs) in platelet-rich plasma (PRP). OBJECTIVE To identify the effects of PRP-containing D/P MPs (PRP&D/P MPs) on hair growth. METHODS & MATERIALS Participants were 26 volunteers with thin hair who received five loca...

2016
Fariborz Mobarrez Anna Vikerfors Johanna T. Gustafsson Iva Gunnarsson Agneta Zickert Anders Larsson David S. Pisetsky Håkan Wallén Elisabet Svenungsson

Systemic lupus erythematosus (SLE) is a prototypic autoimmune disease characterized by circulating autoantibodies and the formation of immune complexes. In these responses, the selecting self-antigens likely derive from the remains of dead and dying cells, as well as from disturbances in clearance. During cell death/activation, microparticles (MPs) can be released to the circulation. Previous M...

Journal: :Journal of thrombosis and haemostasis : JTH 2010
Y Yuana T H Oosterkamp S Bahatyrova B Ashcroft P Garcia Rodriguez R M Bertina S Osanto

BACKGROUND Microparticles (MPs) are small vesicles released from cells of different origin, bearing surface antigens from parental cells. Elevated numbers of blood MPs have been reported in (cardio)vascular disorders and cancer. Most of these MPs are derived from platelets. OBJECTIVES To investigate whether atomic force microscopy (AFM) can be used to detect platelet-derived MPs and to define...

2015
Shosaku Nomura Michiomi Shimizu

Microparticles (MPs) are small membrane vesicles that are released from many different cell types by exocytic budding of the plasma membrane in response to cellular activation or apoptosis. MPs may also be involved in clinical diseases because they express phospholipids, which function as procoagulants. Although flow cytometry is the most widely used method for studying MPs, some novel assays, ...

Journal: :Circulation research 2011
Pierre-Emmanuel Rautou Aurélie S Leroyer Bhama Ramkhelawon Cécile Devue Dominique Duflaut Anne-Clémence Vion Gilles Nalbone Yves Castier Guy Leseche Stéphanie Lehoux Alain Tedgui Chantal M Boulanger

RATIONALE AND OBJECTIVE Membrane-shed submicron microparticles (MPs) released following cell activation or apoptosis accumulate in atherosclerotic plaques, where they stimulate endothelial proliferation and neovessel formation. The aim of the study was to assess whether or not MPs isolated from human atherosclerotic plaques contribute to increased endothelial adhesion molecules expression and m...

Journal: :American journal of physiology. Endocrinology and metabolism 2011
Ji Chen Shuzhen Chen Yusen Chen Cheng Zhang Jinju Wang Wenfeng Zhang Gang Liu Bin Zhao Yanfang Chen

For determining the implications of circulating endothelial progenitor cells (cEPCs) and cellular membrane microparticles (MPs) in diabetic stroke, levels of EPCs, EPC-MPs, and endothelium-derived MPs (EMPs) and their correlations with blood glucose concentration, cerebral microvascular density (cMVD), and ischemic damage were investigated in type 2 diabetic db/db and db/+ (wild-type control) m...

Journal: :Blood 1985
J B Weinberg M M Hobbs M A Misukonis

Multinucleated giant cells of mononuclear phagocyte origin (monocyte or macrophage polykaryons [MPs] ) are seen in numerous different normal and pathologic states. We have previously shown that gamma interferon (IFN-gamma) induces fusion of uninuclear monocytes (UMs) to form MPs. This study was designed to characterize these IFN-gamma-induced MPs. Control and IFN-gamma-treated UMs and MPs did n...

2008
Elzbieta Pluskota Neil M. Woody Dorota Szpak Christie M. Ballantyne Dmitry A. Soloviev Daniel I. Simon Edward F. Plow

Leukocyte-derived microparticles (MPs) are markers of cardiovascular diseases and contribute to pathogenesis by their interaction with various cell types. The presence and activation state of a multifunctional leukocyte receptor, integrin M 2 (CD11b/18), on MPs derived from human neutrophils (PMNs) were examined. M 2 expression was significantly enhanced on MPs derived from stimulated compared ...

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

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

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