نتایج جستجو برای: pluripotent stem cells

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

2012
Chih-Chien Tsai Shih-Chieh Hung

Pluripotency, the capacity of a cell to give rise to differentiated derivatives that represent each of the three primary germ layers, belongs to the cells that are located within the inner cell mass (ICM) of the developing blastocyst. Functional studies have identified a group of transcription factors, the pluripotency transcription factors that affect the pluripotent capacity. Within this grou...

Journal: :Theriogenology 2012
Z Tancos C Nemes Z Polgar E Gocza N Daniel T A E Stout P Maraghechi M K Pirity P Osteil Y Tapponnier S Markossian M Godet M Afanassieff Z Bosze V Duranthon P Savatier A Dinnyes

Pluripotent stem cells have the capacity to divide indefinitely and to differentiate into all somatic cells and tissue lines. They can be genetically manipulated in vitro by knocking genes in or out, and therefore serve as an excellent tool for gene function studies and for the generation of models for some human diseases. Since 1981, when the first mouse embryonic stem cell (ESC) line was gene...

Choobineh K, Ghorbanian MT Paylakhi SH Salehnia M Zavareh S

Background: It is assumed that adult stem/progenitor cells are responsible for cycling remodeling of the uterus endometrium throughout the reproductive life of the female. This study aimed to identify and localize stem/progenitor cells in the mice uterus using immunohistochemistry. Materials and Methods: 6-8 weeks old virgin female NMRI mice were submitted to the vaginal smear examination to de...

ژورنال: Anatomical Sciences Journal 2010
Moslem, Mohsen, Baharvand, Hossein, Rezazadeh Valoujerdi, Mojtaba,

Purpose: Isolating human induced pluripotent stem cells (hiPS)-derived mesenchymal progenitors as a new source of mesenchymal cells which can differentiate into different lineages like adipose and bone. Materials and Methods: After 7 days of hiPS1 culture on matrigle coated dishes, spindle like cells around colonies were removed by cell scraper. These cells that had mesenchymal like morphology ...

Viville S

The possibility to reprogram somatic human cells will greatly and deeply change genetic approach and allow the development of new tools to study genetics diseases. Indeed, our ability to study human genetic diseases suffers from the lack of valid in vitro models. The latter should (i) be originating from human primary cells, (ii) be able to self-renew for a long time and (iii) be able to differ...

Journal: :Acta biochimica Polonica 2015
Józef Dulak Krzysztof Szade Agata Szade Witold Nowak Alicja Józkowicz

Stem cells are self-renewing cells that can differentiate into specialized cell type(s). Pluripotent stem cells, i.e. embryonic stem cells (ESC) or induced pluripotent stem cells (iPSC) differentiate into cells of all three embryonic lineages. Multipotent stem cells, like hematopoietic stem cells (HSC), can develop into multiple specialized cells in a specific tissue. Unipotent cells differenti...

Journal: :international journal of reproductive biomedicine 0
ali a movassagh-pour mojdeh salehnia ali a pourfatollah sayed m moazzeni

background: embryonic stem cells (esc) are pluripotent cells which have been used as a model to study the mechanism that control the embryogenesis and early mammalian development in vitro. the aim of this study was to isolate and produce embryonic stem cells from late blastocyst stage embryos in mice. materials and methods: blastocyst stage embryos from pregnant nmri mice were obtained and cult...

2017
Tomoko Yamashita Yuki Miyamoto Yoshio Bando Takashi Ono Sakurako Kobayashi Ayano Doi Toshihiro Araki Yosuke Kato Takayuki Shirakawa Yutaka Suzuki Junji Yamauchi Shigetaka Yoshida Naoya Sato

Oligodendrocytes myelinate axons and form myelin sheaths in the central nervous system. The development of therapies for demyelinating diseases, including multiple sclerosis and leukodystrophies, is a challenge because the pathogenic mechanisms of disease remain poorly understood. Primate pluripotent stem cell-derived oligodendrocytes are expected to help elucidate the molecular pathogenesis of...

Journal: :Physiological reviews 2016
Elena Matsa John H Ahrens Joseph C Wu

Human induced pluripotent stem cells (hiPSCs) have revolutionized the field of human disease modeling, with an enormous potential to serve as paradigm shifting platforms for preclinical trials, personalized clinical diagnosis, and drug treatment. In this review, we describe how hiPSCs could transition cardiac healthcare away from simple disease diagnosis to prediction and prevention, bridging t...

Journal: :Haematologica 2014
Guanheng Yang Wansheng Shi Xingyin Hu Jingzhi Zhang Zhijuan Gong Xinbing Guo Zhaorui Ren Fanyi Zeng

Although β-thalassemia is one of the most common human genetic diseases, there is still no effective treatment other than bone marrow transplantation. Induced pluripotent stem cells have been considered good candidates for the future repair or replacement of malfunctioning organs. As a basis for developing transgenic induced pluripotent stem cell therapies for thalassemia, β(654) induced plurip...

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

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

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