نتایج جستجو برای: copper semen parameters male infertility

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

2017
Ashok Agarwal Albert Danh Bui

Male infertility affects men worldwide. Oxidative stress (OS), characterized by an overabundance of reactive oxygen species (ROS) or a deficiency of antioxidants, is one of the major causes of male infertility. OS causes damage at the molecular level, which impairs lipids, proteins, and DNA. The cyclic cascade of redox reactions weakens sperm function which leads to poor semen parameters and ev...

Journal: :Current urology reports 2017
Yash S Khandwala Chiyuan A Zhang Shufeng Li Mark R Cullen Michael L Eisenberg

PURPOSE OF REVIEW We sought to determine whether infertile men can accurately be identified within a large insurance claims database to validate its use for reproductive health research. RECENT FINDINGS Prior literature suggests that men coded for infertility are at higher risk for chronic disease though it was previously unclear if these diagnostic codes correlated with true infertility. We ...

Journal: :Human reproduction 2004
Peter Sutovsky Russ Hauser Miriam Sutovsky

BACKGROUND Ubiquitin, a house-keeping protein that marks other proteins for proteasomal degradation, tags defective sperm during epididymal passage. To establish ubiquitin as a biomarker of human infertility, the present study examines the relationships between sperm ubiquitin content and clinical semen parameters among men from an infertility clinic population with varied aetiologies. METHOD...

2014
Fabrícia Gimenes Fabiana Soares Medina André Luelsdorf Pimenta de Abreu Mary Mayumi Taguti Irie Isis Baroni Esquiçati Natália Malagutti Vinícius Rodrigo Bulla Vasconcellos Michele Garcia Discacciati Marcelo Gialluisi Bonini Silvya Stuchi Maria-Engler Marcia Edilaine Lopes Consolaro

Sexually transmitted diseases (STDs) may impair sperm parameters and functions thereby promoting male infertility. To date limited molecular studies were conducted to evaluate the frequency and type of such infections in semen Thus, we aimed at conceiving and validating a multiplex PCR (M-PCR) assay for the simultaneous detection of the following STD pathogens in semen: Chlamydia trachomatis, N...

2013
Matchuporn Sukprasert Anna Wongkularb Sasivimol Rattanasiri Wicharn Choktanasiri Chonticha Satirapod

Male infertility has been shown to represent 30-40% of the total causes of infertility in couples [1]. The examination of semen following World Health Organization (WHO) guidelines is important and remains the initial screen in the study of male infertility and for the evaluation of spermatogenesis and also has served to provide a standardized approach for the assessment of the fertility potent...

2016
Sedigheh Ahmadi Reihane Bashiri Akram Ghadiri-Anari Azadeh Nadjarzadeh

Many studies have focused on male infertility. There is limited evidence about the influence of nutrition on quality of semen. Approximately, 30-80% of infertility cases are caused by oxidative stress and decreased level of seminal total antioxidant capacity. This study was aimed to review the effects of oral antioxidant supplements on improving major semen parameters such as sperm concentratio...

Journal: :Fertility and sterility 2003
Ramadan A Saleh Geetha M Ranga Rupesh Raina David R Nelson Ashok Agarwal

OBJECTIVE To study psychosexual problems in men undergoing infertility evaluation. DESIGN A cohort observational study. SETTING Male infertility diagnostic center. PATIENT(S) Four hundred twelve men undergoing infertility evaluation between 1999 and 2001. INTERVENTION(S) Baseline and follow-up data on sexual functions. Semen analysis for samples collected by masturbation. A second analy...

2017
Yukiko Nishihama Hiroki Toshima Jun Yoshinaga Yoshifumi Mizumoto Miyuki Yoneyama Daisuke Nakajima Hiroaki Shiraishi Susumu Tokuoka

OBJECTIVES Possible relationship between semen quality (semen volume, sperm concentration and sperm motility) and parabens exposure was investigated in male partners of couples who visited a gynecology clinic in Tokyo for infertility consultation (n = 42, 36.8 ± 5.4 years). METHODS Semen parameters were measured according to WHO guideline at the clinic, and urinary methyl- (MP), ethyl- (EP), ...

2009
Azita Hekmatdoost Niknam Lakpour Mohammad Reza Sadeghi

The standard semen analysis is the first line and the most popular laboratory test in the diagnosis of male fertility. It evaluates sperm concentration, motility, morphology and their vitality. However, it is well-known that normal results of semen analysis can not exclude men from the causes of couples' infertility. One of the most important parameters of sperm in its fertilizing potential is ...

2014
Senka Imamovic Kumalic Bojana Pinter

Infertility affects 50 to 80 million people worldwide. Male factor is a cause of infertility in almost half of cases, mainly due to oligoasthenoteratozoospermia (OAT). With common diagnostic methods no cause can be found in approximately 30% of cases of male infertility due to OAT and these are considered idiopathic. Reactive oxygen species (ROS) play an important role in male infertility and a...

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

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

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