نتایج جستجو برای: sertoli cell only

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

2007
H. Hakan Bozkurt Abit Aktaş M. Başak Ulkay Umay B. Firat

There has been no study aimed at directly determining of the periods of Sertoli cell proliferation in birds even domestic fowl. The aims of this study were to observe the cessation of post-hatching mitotic proliferation of Sertoli cells in domestic fowl, and to determine the volume density of Sertoli and germ cells during this period. A total of 50 Leghorn chicks were used in this study. The te...

2010
Liz Simon Gail C Ekman Thomas Garcia Kay Carnes Zhen Zhang Theresa Murphy Kenneth M Murphy Rex A Hess Paul S Cooke Marie–Claude Hofmann

Spermatogonial stem cells are the only stem cells in the body that transmit genetic information to offspring. Although growth factors responsible for self-renewal of these cells are known, the factors and mechanisms that attract and physically maintain these cells within their microenvironment are poorly understood. Mice with targeted disruption of Ets variant gene 5 (Etv5) show total loss of s...

Journal: :Endocrinology 2003
William H Walker

Whereas spermatogonia stem cells continually divide to populate the testis with developing germ cells, the major supporter of this process, the Sertoli cell, ceases to proliferate shortly after birth in rodents and during puberty in higher primates including men. Because Sertoli cells are capable of supporting only a fixed number of germ cells, the timing of Sertoli cell exit from the cell cycl...

Journal: :Journal of cell science 1991
D F Cameron K E Muffly

A Sertoli-spermatid coculture model is described in which a large percentage (greater than 76%) of round spermatids remain viable for 48 h and bind to Sertoli cells. The effects of follicle-stimulating hormone (FSH) and testosterone on spermatid binding (expressed as the spermatid density; SD = the number of spermatids per unit area of Sertoli cell cytoplasm), ultrastructure of the Sertoli-sper...

Journal: :Biology of reproduction 2001
S A McCoard D D Lunstra T H Wise J J Ford

The positive relationship between Sertoli cell number and testicular size emphasizes the importance of determining factors involved in the regulation of the Sertoli cell population. Based on data from other species and indirect evidence in the boar, it is generally accepted that porcine Sertoli cells proliferate rapidly throughout the early postnatal period. However, direct evaluation of Sertol...

Journal: :Molecular human reproduction 2010
K Gassei J Ehmcke M A Wood W H Walker S Schlatt

Sertoli cells undergo a maturation process during post-natal testicular development that leads to the adult-type Sertoli cell, which is required for spermatogenesis. Understanding Sertoli cell maturation is therefore necessary to gain insight into the underlying causes of impaired spermatogenesis and male infertility. The present study characterized the cellular and molecular differentiation of...

Journal: :avicenna journal of medical biotechnology 0

spermatogonial stem cell (ssc) technologies provide multiple opportunities for research in the field of biotechnology and regenerative medicine. the therapeutic use of embryonic stem cells (escs) is restricted due to severe ethical and immunological concerns. therefore, we need a new pluripotent cell type. despite well-known role of germ cells in the gametogenesis, some facts apparently show th...

Journal: :Journal of andrology 1992
P Foucault S Carreau W Kuczynski J M Guillaumin P Bardos M A Drosdowsky

Human Sertoli cell parameters, namely lactate, estradiol-17 beta, and transferrin production, were determined after a 24-hour incubation with either human follicle stimulating hormone (FSH) or dbcAMP in the presence or absence of testosterone plus a phosphodiesterase inhibitor (1-methyl-3-isobutylxanthine; MIX). Testicular tissues were obtained from 10 young patients (mean age, 29 years); using...

Journal: :The Journal of Cell Biology 1973
William B. Neaves

The permeability of Sertoli cell tight junctions to lanthanum administered during fixation has been compared in rats after ligation of the ductus deferens and after ligation of the ductuli efferentes. In both control and vasoligated testes, lanthanum penetrated only short distances into the Sertoli cell tight junctions before stopping abruptly. The tight junction, consisting of numerous pentala...

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

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

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