نتایج جستجو برای: severe oligozoospermia

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

2016
Yong-Tong Zhu Chen Luo Yun Li Hong Li Song Quan Yong-Jian Deng Yu Yang Yong-Hua Hu Wan-Long Tan Qing-Jun Chu

Patients with extremely severe oligozoospermia (ESO) and cryptozoospermia (CO) are suitable using intracytoplasmic sperm injection (ICSI) as an infertility treatment. However, some andrologists are confused to distinguish ESO and CO in clinic diagnose. This study was designed for the first time to evaluate and compare patients with ESO and CO to determine whether these are useful clinical disti...

2017
Zhiming Li Xuan Zhuang Jinxiong Zeng Chi-Meng Tzeng

Severe oligozoospermia (SO) is a complex disorder, whose etiology is the combined effect of genetic factors and epigenetic conditions. In this study, we examined DNA methylation and mRNA expression status in a set of testicular tissues of SO patients (n = 3), and compared methylated data with those derived from obstructive azoospermia (OA) patients (n = 3) with normal spermatogenesis phenotype....

Journal: :BMC Urology 2004
David Sokal Belinda Irsula Mario Chen-Mok Michel Labrecque Mark A Barone

BACKGROUND Vasectomy techniques have been the subject of relatively few rigorous studies. The objective of this analysis was to compare the effectiveness of two techniques for vas occlusion: intraluminal cautery versus ligation and excision with fascial interposition. More specifically, we aimed to compare early failure rates, sperm concentrations, and time to success between the two techniques...

Journal: :Human reproduction 2010
F Belva M Bonduelle R C Painter J Schiettecatte P Devroey J De Schepper

BACKGROUND Currently, no published data exist about the gonadal function of children born after ICSI. To evaluate potential risk of testicular seminal dysfunction in boys born to fathers with compromised spermatogenesis, serum inhibin B (as a marker for spermatogenesis) was assessed. METHODS We recruited 50 pubertal adolescents from the oldest cohort of infants born following ICSI. Cross-sect...

Journal: :Journal of Assisted Reproduction and Genetics 2011

2004
Giovanni Rotondo

Received 14 January 1997 Revised version accepted for publication 28 May 1997 Abstract Y chromosome molecular analysis was performed using the STS-PCR technique in 50 patients with oligozoospermia. Microdeletions of interval 6 of the Y chromosome were detected in seven patients, in six ofwhom subinterval E was affected. All patients retained the RBM1 and DAZ genes, while in one deletion involve...

Journal: :Journal of medical genetics 1997
L Stuppia V Gatta G Mastroprimiano F Pompetti G Calabrese P Guanciali Franchi E Morizio R Mingarelli M Nicolai R Tenaglia L Improta V Sforza S Bisceglia G Palka

Y chromosome molecular analysis was performed using the STS-PCR technique in 50 patients with oligozoospermia. Microdeletions of interval 6 of the Y chromosome were detected in seven patients, in six of whom subinterval E was affected. All patients retained the RBM1 and DAZ genes, while in one deletion involved the SPGY gene. The size of the deletion was not apparently related to the severity o...

2015
Haleh Haji Ebrahim Zargar Anahita Mohseni Meybodi Marjan Sabbaghian Maryam Shahhoseini Ummulbanin Asadpor Mohammad Ali Sadighi Gilani Mohammad Chehrazi Mansoureh Farhangniya Seyed Abolhassan Shahzadeh Fazeli

BACKGROUND During spermatogenesis, the H2B family, member W (H2B.W) gene, en- codes a testis specific histone that is co-localized with telomeric sequences and has the potential role to mediate the sperm-specific chromatin remodeling. Previously H2B.W genetic variants were reported to be involved in susceptibility to spermatogenesis im- pairment. In the present study, two single nucleotide poly...

2016
Callista L. Mulder Yi Zheng Sabrina Z. Jan Robert B. Struijk Sjoerd Repping Geert Hamer Ans M.M. van Pelt

BACKGROUND Subfertility affects approximately 15% of all couples, and a severe male factor is identified in 17% of these couples. While the etiology of a severe male factor remains largely unknown, prior gonadotoxic treatment and genomic aberrations have been associated with this type of subfertility. Couples with a severe male factor can resort to ICSI, with either ejaculated spermatozoa (in c...

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

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

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