نتایج جستجو برای: preimplantation embryo

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

Journal: :Human reproduction 1996
G Nargund T Bourne P Doyle J Parsons W Cheng S Campbell W Collins

The aim of this study was to elucidate possible relationships between ultrasound indices of follicular blood flow, oocyte recovery and the subsequent production and morphological quality of preimplantation embryos. A total of 27 women with bilateral tubal occlusion, undergoing treatment for infertility by in-vitro fertilization and embryo transfer, contributed data from 29 cycles. Transvaginal ...

2016
Danilo Cimadomo Antonio Capalbo Filippo Maria Ubaldi Catello Scarica Antonio Palagiano Rita Canipari Laura Rienzi

Preimplantation Genetic Diagnosis and Screening (PGD/PGS) for monogenic diseases and/or numerical/structural chromosomal abnormalities is a tool for embryo testing aimed at identifying nonaffected and/or euploid embryos in a cohort produced during an IVF cycle. A critical aspect of this technology is the potential detrimental effect that the biopsy itself can have upon the embryo. Different emb...

2017
Pritam Bala Sinha Dawit Tesfaye Franca Rings Munir Hossien Michael Hoelker Eva Held Christaine Neuhoff Ernst Tholen Karl Schellander Dessie Salilew-Wondim

BACKGROUND Oocyte maturation and preimplantation embryo development are controlled by array of genes that are post-transcriptionally regulated by microRNAs. With respect to this, previously, we identified altered expression of microRNA-130b (miR-130b) during oocyte maturation. Here, we aimed to investigate the role of miR-130b in bovine granulosa and cumulus cell function, oocyte maturation and...

Journal: :journal of reproduction and infertility 0

background: hla-g is a major histocompatibility complex (mhc), class ib molecule that is selectively expressed at the fetal–maternal interface. it is thought to play a role in protecting the fetus from the maternal immune response. interestingly, the preimplantation embryo development (ped) gene product qa-2 is also a mouse mhc class ib protein that affects cleavage and division of preimplantat...

Journal: :Journal of visualized experiments : JoVE 2014
Pablo Bermejo-Alvarez Ki-Eun Park Bhanu P Telugu

The transfer of preimplantation embryos to a surrogate female is a required step for the production of genetically modified mice or to study the effects of epigenetic alterations originated during preimplantation development on subsequent fetal development and adult health. The use of an effective and consistent embryo transfer technique is crucial to enhance the generation of genetically modif...

2012
Jun-Yu Ma Mo Li Zhao-Jia Ge Yibo Luo Xiang-Hong Ou Shuhui Song Dongmei Tian Jin Yang Bing Zhang Ying-Chun Ou-Yang Yi Hou Zhonghua Liu Heide Schatten Qing-Yuan Sun

In mouse ovarian follicles, granulosa cells but not oocytes take up glucose to provide the oocyte with nourishments for energy metabolism. Diabetes-induced hyperglycemia or glucose absorption inefficiency consistently causes granulosa cell apoptosis and further exerts a series of negative impacts on oocytes including reduced meiosis resumption rate, low oocyte quality and preimplantation embryo...

Journal: :Development 1993
P M Carroll W G Richards A L Darrow J M Wells S Strickland

The serine protease tissue-plasminogen activator (t-PA) has previously been shown to be intracellular in mouse secondary oocytes and extracellular in fertilized eggs. Here we demonstrate that extracellular t-PA activity is bound to the surface of the fertilized egg. The level of t-PA activity associated with preimplantation mouse embryos decreases in the 2-cell stage embryo, then increases in 4...

Journal: :Human reproduction 2014
N K Binder J Evans D K Gardner L A Salamonsen N J Hannan

STUDY QUESTION Does vascular endothelial growth factor (VEGF) have important roles during early embryo development and implantation? SUMMARY ANSWER VEGF plays key roles during mouse preimplantation embryo development, with beneficial effects on time to cavitation, blastocyst cell number and outgrowth, as well as implantation rate and fetal limb development. WHAT IS KNOWN ALREADY Embryo impl...

2006
Necati Findikli Semra Kahraman Ersan Donmez Semra Sertyel Sureyya Melil Moncef Benkhalifa

Objective: To compare the efficiency of two different sequential media for the cultivation of sibling embryos until the blastocyst stage. Design: A prospective analysis was conducted on 113 ART cycles with the indication of severe male factor infertility in Istanbul Memorial Hospital ART and Genetics Unit. Setting: After insemination, oocytes were randomly divided into two groups and cultured w...

2016
L. J. Chen W. M. Xu M. Yang K. Wang Y. Chen X. J. Huang Q. H. Ma

HUWE1 is a HECT domain containing ubiquitin ligase implicated in neurogenesis, spermatogenesis and cancer development. The purpose of the current study is to investigate the role of HUWE1 in early embryo development. Here we demonstrate that Huwe1 is expressed in both nucleus and cytoplasm of preimplantation mouse embryos as well as gametes. Hypoxia (5% O2) treatment could significantly increas...

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

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

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