نتایج جستجو برای: methylenetetrahydrofolate

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

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1972
D V Santi C S McHenry

5-Fluoro-2'-deoxyuridylate causes a rapid inactivation of thymidylate synthetase that is dependent upon prior complexation of the cofactor 5,10-methylenetetrahydrofolate. The enzyme-5-fluoro-2'-deoxyuridylate complex may be isolated on nitrocellulose membranes and is not disrupted by 6 M urea. Upon reaction of 5-fluoro-2'-deoxyuridylate with the enzyme in the presence of 5,10-methylenetetrahydr...

Journal: :Genetic testing and molecular biomarkers 2010
Mohamed A Mohamed Mahasen A El Moaty Adel F El Kholy Shuzan A Mohamed Amal I Ali

AIM One of the main problems concerning repeated spontaneous miscarriage (RSM) is the etiological diagnosis. The relation of thrombophilia to RSM is a matter of debate. In this case-control study, we determined the percentages of three thrombophilic mutations (factor V leiden, prothrombin, and methylenetetrahydrofolate reductase) amongst 20 cases with RSM and 20 control normal parous women. R...

Journal: :iranian journal of neonatology 0
amin khaleghparast m.sc. of biology-genetics, tehran science and research branch of islamic azad university, tehran, iran sharif khaleghparast b.eng. of industrial engineering, iran university of science and technology (iust), tehran, iran hossein khaleghparast ph.d. of public law, tehran science and research branch of islamic azad university, tehran, iran

introduction: one factor known to cause thrombophilia in women with unexplained recurrent spontaneous abortion (rsa) is c677t polymorphism of methylenetetrahydrofolate reductase gene. this study aimed to determine the association between rsa and mthfr c677t polymorphism in iranian patients. methods: in this case-control study, 30 patients with previous history of two or more consecutive unexpla...

Journal: :فیض 0
بتول پورقیصری batool pourgheysari pathology and hematology department, shahrekord university of medical sciences, shahrekord, i. r. iran.شهرکرد، دانشگاه علوم پزشکی شهرکرد، گروه پاتولوژی عفت فرخی efat farrokhi مجتبی ساعدی mojtaba saedi

background: inherited thrombophilic gene polymorphisms have been related to the pathogenesis of venous thromboembolism and its outcomes. considering the scarcity of data on the frequency of the thrombophilic gene polymorphisms in iranian populations, the aim of this study was to assess such polymorphisms in healthy individuals. materials and methods: this cross-sectional study was performed on ...

Journal: :The Journal of biological chemistry 1961
A J WAHBA M FRIEDKIN

A direct spectrophotometric method has been devised to follow the oxidation of tetrahydrofolate during the synthesis of thymidylate. It is based on the marked spectral change which occurs when 5, IO-methylenetetrahydrofolate is converted to dihydrofolate. A nonenzymatic reaction between formaldehyde and tetrahydrofolate yields 5,lO -methylenetetrahydrofolate (also called hydroxymethyltetrahydro...

Journal: :Blood 1999
J Chipeta Y Komeda X L Zhang M Sakurai E Azuma

important genetic-environmental interaction. Blood 91:4158, 1998 2. Jacques PF, Bostom AG, Williams RR, Ellison RC, Eckfeldt JH, Rosenberg IH, Selhub J, Rozen R: Relation between folate status, a common mutation in methylenetetrahydrofolate reductase, and plasma homocysteine concentrations. Circulation 93:7, 1996 3. Verhoef P, Kok FJ, Kluijtmans LAJ, Blom HJ, Refsum H, Ueland PM, Kruyssen DACM:...

1999
I. M. H. Chalmers

important genetic-environmental interaction. Blood 91:4158, 1998 2. Jacques PF, Bostom AG, Williams RR, Ellison RC, Eckfeldt JH, Rosenberg IH, Selhub J, Rozen R: Relation between folate status, a common mutation in methylenetetrahydrofolate reductase, and plasma homocysteine concentrations. Circulation 93:7, 1996 3. Verhoef P, Kok FJ, Kluijtmans LAJ, Blom HJ, Refsum H, Ueland PM, Kruyssen DACM:...

Journal: :Haematologica 2004
Franca Franchi Irene Cetin Tullia Todros Patrizio Antonazzo Maria S Nobile de Santis Simona Cardaropoli Paolo Bucciarelli Eugenia Biguzzi

BACKGROUND AND OBJECTIVES Intrauterine growth restriction is an important cause of morbidity and mortality. Its pathogenesis is still a matter of debate. The aim of this study was to evaluate the association between intrauterine growth restriction (diagnosed in utero by serial ultrasound examinations and characterized by abnormal umbilical arterial Doppler velocimetry) and thrombophilic polymor...

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

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

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