نتایج جستجو برای: bovine spermatogonia

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

2015
Ianina C. Ferder Ning Wang

Like stem cells in other tissues, spermatogonia, including spermatogonial stem cells (SSCs) at the foundation of differentiation hierarchy, undergo age-related decline in function. The promyelocytic leukemia zinc finger (Plzf) protein plays an essential role in spermatogonia maintenance by preventing their differentiation. To evaluate whether there is an age-related change in Plzf expression, w...

2012
Qi - En Yang Karen E. Racicot Amy V. Kaucher J. Oatley Jon M. Oatley

INTRODUCTION Male fertility requires continual spermatogenesis, a process dependent on activities of an undifferentiated spermatogonial population composed of spermatogonial stem cells (SSCs) and transient amplifying progenitor spermatogonia (de Rooij and Russell, 2000; Oatley and Brinster, 2012). Self-renewal of SSCs maintains a constant pool from which progenitors will arise and amplify in nu...

Journal: :Human reproduction 2009
D R Simorangkir G R Marshall T M Plant

BACKGROUND Companion studies using an experimental non-human primate paradigm known as a testicular clamp indicated that the behavior of undifferentiated type A spermatogonia did not conform fully to earlier classical models. This issue was therefore re-examined in normal monkeys. METHODS Adult male rhesus monkeys (n = 4) received an i.v. bolus of 5-bromo-2'-deoxyuridine (BrdU): one testis (f...

2017
Flávia L Beltrame Estela Sasso-Cerri

The H2-receptor antagonist cimetidine is an antiulcer drug also used for the treatment of cancer due to its antiangiogenic effect. However, this drug has caused structural changes in the seminiferous tubules. Vitamin B12 has been used as a therapeutic agent for the treatment of male infertility. The supplementation of rats with vitamin B12 during cimetidine treatment has recovered the damaged s...

Journal: :Biology of reproduction 2005
David R Simorangkir Gary R Marshall Jens Ehmcke Stefan Schlatt Tony M Plant

The purpose of the present study was to determine whether dark and pale type A spermatogonia (Ad and Ap, respectively) are mitotically active during prepubertal development and whether proliferation of these germ cells during this protracted phase of primate development occurs predominantly during infancy before gonadotropin secretion is arrested. Four neonate (1-2 days of age), four infant (4-...

2011
Jasmine Lim Anne Goriely Gareth DH Turner Katherine A Ewen Grete Krag Jacobsen Niels Graem Andrew OM Wilkie Ewa Rajpert-De Meyts

Spermatocytic seminoma (SS) is a rare testicular neoplasm that occurs predominantly in older men. In this study, we aimed to shed light on the histogenesis of SS by investigating the developmental expression of protein markers that identify distinct subpopulations of human spermatogonia in the normal adult testis. We analysed the expression pattern of OCT2, SSX2-4, and SAGE1 in 36 SS cases and ...

Journal: :Biology of reproduction 2011
Daniel S Johnston Edgar Olivas Paul DiCandeloro William W Wright

In the adult testis, the precise control of the self-renewing replication and differentiation of stem spermatogonia is fundamental to male fertility. Previous studies have shown that the replication of A single (A(s)) spermatogonia, a population that includes the stem cells, is maximal at stage I of the cycle of the rat seminiferous epithelium and minimal at stage VII, while the ratio of A-pair...

2016
Yao Chen Li Ma Cathryn Hogarth Gang Wei Michael D. Griswold Ming-Han Tong

Retinoic acid (RA) signaling is critical for spermatogonial differentiation, which is a key step for spermatogenesis. We explored the mechanisms underlying spermatogonial differentiation by targeting expression of a dominant-negative mutant of RA receptor α (RARα) specifically to the germ cells of transgenic mice to subvert the activity of endogenous receptors. Here we show that (i) inhibition ...

2018
Yasuhiro Kawai Akihisa Oda Yoshiakira Kanai Ryo Goitsuka

PKnox1 (also known as Prep1) belongs to the TALE family of homeodomain transcription factors that are critical for regulating growth and differentiation during embryonic and postnatal development in vertebrates. We demonstrate here that PKnox1 is required for adult spermatogenesis in a germ cell-intrinsic manner. Tamoxifen-mediated PKnox1 loss in the adult testes, as well as its germ cell-speci...

Journal: :Journal of cell science 2002
Susanna Dolci Lauretta Levati Manuela Pellegrini Isabella Faraoni Grazia Graziani Anna Di Carlo Raffaele Geremia

The discovery of sterility in the descendants of telomerasenull mutant mice, owing to the lack of spermatogonia proliferation, has drawn attention to the role of telomerase activity in mouse spermatogenesis. Since spermatogonia proliferation is under Kitl control, we explored its possible role in the regulation of telomerase activity. We show that Kitl induces telomerase activity in mitotic spe...

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

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

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