نتایج جستجو برای: endothelial differentiation

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

2016
Ji Won Shin So Hee Park Yun Gyeong Kang Yanru Wu Hyun Ju Choi Jung-Woog Shin

The roles of mitochondria in various physiological functions of vascular endothelial cells have been investigated extensively. Morphological studies in relation to physiological functions have been performed. However, there have been few reports of morphological investigations related to stem cell differentiation. This was the first morphological study of mitochondria in relation to endothelial...

Journal: :Journal of cerebral blood flow and metabolism : official journal of the International Society of Cerebral Blood Flow and Metabolism 2008
Hua Teng Zheng Gang Zhang Lei Wang Rui Lan Zhang Li Zhang Dan Morris Sara R Gregg Zhenhua Wu Angela Jiang Mei Lu Berislav V Zlokovic Michael Chopp

Angiogenesis and neurogenesis are coupled processes. Using a coculture system, we tested the hypothesis that cerebral endothelial cells activated by ischemia enhance neural progenitor cell proliferation and differentiation, while neural progenitor cells isolated from the ischemic subventricular zone promote angiogenesis. Coculture of neural progenitor cells isolated from the subventricular zone...

Journal: :Circulation 2008
Genta Narazaki Hideki Uosaki Mizue Teranishi Keisuke Okita Bongju Kim Satoshi Matsuoka Shinya Yamanaka Jun K Yamashita

BACKGROUND Induced pluripotent stem (iPS) cells are a novel stem cell population induced from mouse and human adult somatic cells through reprogramming by transduction of defined transcription factors. However, detailed differentiation properties and the directional differentiation system of iPS cells have not been demonstrated. METHODS AND RESULTS Previously, we established a novel mouse emb...

Journal: :Journal of vascular research 2012
I-Fen Cheng Diana Kaiser Daniela Huebscher Gerd Hasenfuss Kaomei Guan Katrin Schäfer

Pluripotent stem cells hold great promise for the treatment of cardiovascular disease. We previously described multipotent adult germline stem cells (maGSCs) from mouse testis with differentiation potential similar to embryonic stem cells. The aim of this work was to differentiate maGSCs into functional endothelial cells and to study their potential for vasculogenesis. MaGSCs were cocultivated ...

Journal: :The Journal of Experimental Medicine 2005
Lothar Rössig Carmen Urbich Thomas Brühl Elisabeth Dernbach Christopher Heeschen Emmanouil Chavakis Ken-ichiro Sasaki Diana Aicher Florian Diehl Florian Seeger Michael Potente Alexandra Aicher Lucia Zanetta Elisabetta Dejana Andreas M. Zeiher Stefanie Dimmeler

The regulation of acetylation is central for the epigenetic control of lineage-specific gene expression and determines cell fate decisions. We provide evidence that the inhibition of histone deacetylases (HDACs) blocks the endothelial differentiation of adult progenitor cells. To define the mechanisms by which HDAC inhibition prevents endothelial differentiation, we determined the expression of...

Journal: :Development 2011
Sharina Palencia-Desai Vikram Kohli Jione Kang Neil C Chi Brian L Black Saulius Sumanas

Previous studies have suggested that embryonic vascular endothelial, endocardial and myocardial lineages originate from multipotential cardiovascular progenitors. However, their existence in vivo has been debated and molecular mechanisms that regulate specification of different cardiovascular lineages are poorly understood. An ETS domain transcription factor Etv2/Etsrp/ER71 has been recently es...

2016
Dileep Sharma Stephen Mark Hamlet Eugen Bogdan Petcu Saso Ivanovski

The contribution of the local stem cell niche to providing an adequate vascular framework during healing cannot be overemphasized. Bisphosphonates (BPs) are known to have a direct effect on the local vasculature, but their effect on progenitor cell differentiation is unknown. This in vitro study evaluated the effect(s) of various BPs on the differentiation of human placental mesenchymal stem ce...

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2005
Hao Wang Gordon M Riha Shaoyu Yan Min Li Hong Chai Hui Yang Qizhi Yao Changyi Chen

OBJECTIVE Recent studies have illustrated that mesenchymal stem cells possess the potential to differentiate along an endothelial lineage, but the effect of shear on mesenchymal differentiation is unknown. Thus, we developed an in vitro shear stress system to examine the relationship between shear stress and the endothelial differentiation of a murine embryonic mesenchymal progenitor cell line,...

2011
Ling Chu Hong Hao Min Luo Yu Huang Zhenyu Chen Tiewei Lu Xue Zhao Catherine M Verfaillie Jay L Zweier Zhenguo Liu

This study was to investigate the effect of oxidized low-density lipoprotein (ox-LDL) on the behaviour of bone marrow stem cells and their endothelial differentiation as well as the underlying mechanisms. Adult rat bone marrow multipotent progenitor cells (MAPCs) were incubated with ox-LDL for up to 2 weeks. Ox-LDL treatment resulted in a time- and dose-dependent reduction of MAPC population in...

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

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

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