نتایج جستجو برای: cyanogenic glycosides

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

Journal: :International journal of health sciences 2016
Marium A Abo-Dola Mohamed F Lutfi

BACKGROUND There were no studies on the anti-inflammatory activity of Euphorbia aegyptiaca, though it is commonly used by Sudanese herbalists in the treatment of rheumatoid arthritis. OBJECTIVES To determine phytochemical constituents of Euphorbia aegyptiacaTo investigate the anti-inflammatory activity of Euphorbia aegyptiaca in rats. METHODOLOGY Plant material was extracted by ethanol and ...

Journal: :The Plant cell 2010
Adam Takos Daniela Lai Lisbeth Mikkelsen Maher Abou Hachem Dale Shelton Mohammed Saddik Motawia Carl Erik Olsen Trevor L Wang Cathie Martin Fred Rook

Cyanogenesis, the release of hydrogen cyanide from damaged plant tissues, involves the enzymatic degradation of amino acid-derived cyanogenic glucosides (alpha-hydroxynitrile glucosides) by specific beta-glucosidases. Release of cyanide functions as a defense mechanism against generalist herbivores. We developed a high-throughput screening method and used it to identify cyanogenesis deficient (...

Journal: :research in pharmaceutical sciences 0
negin mehdinezhad alireza ghannadi afsaneh yegdaneh

sea algae are widely consumed in the world. there are several seaweeds including brown algae which are authorized for human consumption. these plants contain important phytochemical constituents and have various potential biological activities. the present study investigated the presence of phytochemical constituents and total phenolic quantity of the seaweeds sargassum angustifolium , sargassu...

Journal: :research in pharmaceutical sciences 0
afsaneh yegdaneh alireza ghannadi ladan dayani

the marine environment represents approximately half of the global biodiversity and could provide unlimited biological resources for the production of therapeutic drugs. marine seaweeds comprise few thousands of species representing a considerable part of the littoral biomass. extracts of the cystoseira indica and cystoseira merica were subjected to phytochemical and cytotoxicity evaluation. th...

2017
Takuya Yamaguchi Yasumasa Kuwahara Yasuhisa Asano

Specialized arthropods and more than 2500 plant species biosynthesize hydroxynitriles and release hydrogen cyanide as a defensive mechanism. The millipede Chamberlinius hualienensis accumulates (R)-mandelonitrile as a cyanide precursor. Although biosynthesis of hydroxynitriles in cyanogenic plants and in an insect are extensively studied, (R)-mandelonitrile biosynthesis in cyanogenic millipedes...

2008
R. sacra

from Chinese natural medicines, we have characterized the structures of aliphatic alcohol and monoterpene oligoglycosides and cyanogenic glycosides from the roots of Rhodiola (R) quadrifida, R. sacra, and R. crenulata. Among the isolated compounds, several monoterpene oligoglycosides were found to show histamine release from rat exudate cells induced by an antigen–antibody reaction. Furthermore...

2001
Barbara Ann Halkier

s of the 11th Federation of European Biochemical Societies Meeting, Copenhagen, August 14-19, 1977, Abstr. LB-400. by gest on O cber 8, 2017 hp://w w w .jb.org/ D ow nladed from 21116 Biosynthesis of the Cyanogenic Glucoside Dhurrin in Sorghum FIG. 1. Biosynthetic pathway for tyrosine-derived cyanogenic glucoside dhurrin from S. bicolor. The double arrows indicate potential multistep conversion...

Journal: :Journal of Applied and Natural Science 2022

Quinoa (Chenopodium quinoa), sorghum (Sorghum bicolor) and flaxseed (Linum usitassimum L.) are grains seeds popularly known for their nutritional values. This review aimed to discuss the profile of these seeds, bioactive compounds how those help prevent chronic diseases. These crops were selected this study as they all free gluten; a rich source protein, have low glycemic index (GI) i.e. do not...

Journal: :The Indian journal of medical research 2004
Amar K Chandra Sanjukta Mukhopadhyay Dishari Lahari Smritiratan Tripathy

BACKGROUND & OBJECTIVES Consumption of cyanogenic foods has been considered as one of the etiological factors in certain instances for the persistence of endemic goitre. The present study was undertaken to study the cyanogenic glucosides, glucosinolates and thiocyanate content in edible portion of certain selected plant foods of Indian origin. Further in vitro anti-thyroidal activity using raw,...

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

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

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