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

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

Journal: :Reproduction, nutrition, development 2002
Chingwen Ying Jih-Tay Hsu Hsiao-Chiao Hung Don-Hei Lin Long-Fang Oliver Chen Lu-Kai Wang

The isoflavones daidzein and biochanin A induced a biphasic growth response in T-47D human breast cancer cells. At growth stimulatory concentrations, daidzein increased the percentage of cells entering the S phase, while at a growth inhibitory concentration, daidzein obstructed the progression of the cell cycle in the G2/M phase. Biochanin A regulated the cell cycle progression in a similar man...

Journal: :Drug metabolism and disposition: the biological fate of chemicals 2000
D R Doerge H C Chang M I Churchwell C L Holder

Soybean products containing isoflavones are widely consumed in Western and Asian diets for putative health benefits, but adverse effects are also possible. The conjugated forms of isoflavones present in a soy nutritional supplement (predominately acetyl glucosides) and in blood from two human volunteers after consuming the supplement (7- and 4'-glucuronides and sulfates) were identified using l...

2010
Heya WaNg Masibo Wanyonyi MartiN Shian YiN

Wang H., Martin M.W., Yin S. (2010): The synergistic effect of daidzein and α-tocopherol or ascorbic acid on microsome and LDL oxidation. Czech J. Food Sci., 28: 385–391. Isoflavone daidzein brings potential health benefits. Its antioxidant properties are considered to be responsible in part for its protective effects. We investigated the antioxidant effects of daidzein and its interactive effe...

Journal: :Endocrine research 2004
Kadon K Hintz Jun Ren

Epidemiological evidence suggests a reduction in the incidence of coronary heart disease, cancer and osteoporosis in populations with a high dietary intake of plant estrogen or phytoestrogen. The clinical benefit of phytoestrogens in cereals, vegetables and medicinal plants is attracting increasing attention for the general public. In the present study, we examined the effect of phytoestrogenic...

Journal: :Applied and environmental microbiology 2008
Anastasia Matthies Thomas Clavel Michael Gütschow Wolfram Engst Dirk Haller Michael Blaut Annett Braune

The metabolism of isoflavones by gut bacteria plays a key role in the availability and bioactivation of these compounds in the intestine. Daidzein and genistein are the most common dietary soy isoflavones. While daidzein conversion yielding equol has been known for some time, the corresponding formation of 5-hydroxy-equol from genistein has not been reported previously. We isolated a strictly a...

Journal: :Journal of periodontal research 2016
S H Bae M H Ha E-Y Choi J-I Choi I S Choi S-J Kim

BACKGROUND AND OBJECTIVE Daidzein is an isoflavone abundant in soybeans, kudzu root and red clover, which have been widely studied for its therapeutic potential. The present study was designed to evaluate the effects of daidzein on alveolar bone loss and internal microstructures of bone in a rat model of experimental periodontitis by assessing morphological data obtained from micro-computed tom...

2017
Xiangchun Liu Heng Jia Hongsheng Xia

BACKGROUND Intra-articular adhesion is the commonest complication that is faced by orthopedic surgeons after knee surgery. Thus, the present investigation evaluates the effect of daidzein on intra-articular adhesion in rabbits. MATERIAL AND METHODS All the rabbits were separated in to four different groups each group carries ten rabbits. Cancellous bone was exposed in each rabbit by removing ...

Journal: :The Journal of pharmacology and experimental therapeutics 2008
Young Mi Seok Inji Baek Yong-Hoon Kim Yeon-Shin Jeong In-Jung Lee Dong Hyun Shin Young Hyun Hwang In Kyeom Kim

Isoflavones decrease blood pressure, improve lipid profiles, and restore vascular function. We hypothesized that isoflavone attenuates vascular contraction by inhibiting RhoA/Rho-kinase signaling pathway. Rat aortic rings were denuded of endothelium, mounted in organ baths, and contracted with 11,9 epoxymethano-prostaglandin F(2alpha) (U46619), a thromboxane A2 analog, or KCl 30 min after the p...

2007
Hongyun Liu

Effects of daidzein on expression of mRNAs of gonadotropin receptors (FSHR, LHR) and P450 aromatase (P450arom) were evaluated in ovarian follicles of white silky fowls. The hens were 13 months old in the post-peak period of egg laying and were randomly allocated as control and daidzein-treated groups, with daidzein supplemented to the basal diet at 10 mg/kg for 7 consecutive weeks. The mRNA exp...

2017
Hongzhou Meng Guanghou Fu Jie Shen Kezhen Shen Zhijie Xu Yiming Wang Baiye Jin Hao Pan

Oxidative stress and inflammation are part and parcel of cisplatin-induced nephrotoxicity. The purpose of this work is to study the role of soy isoflavone constituent, daidzein, in cisplatin-induced renal damage. Cisplatin-induced nephrotoxicity was evident by the histological damage in proximal tubular cells and by the increase in serum neutrophil gelatinase-associated lipocalin (NGAL), blood ...

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

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

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