نتایج جستجو برای: lentinula edodes

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

Journal: :Food chemistry 2014
Toni Llorente-Mirandes Mercedes Barbero Roser Rubio José Fermín López-Sánchez

The present study reports arsenic speciation analysis in edible Shiitake (Lentinula edodes) products. The study focused on the extraction, and accurate quantification of inorganic arsenic (iAs), the most toxic form of arsenic, which was selectively separated and determined using anion exchange LC-ICPMS. A wide variety of edible Shiitake products (fresh mushrooms, food supplements, canned and de...

2013
L. Ramkumar P. Thirunavukkarasu T. Ramanathan

The present study was an attempt on commercialization of shiitake mushroom (Lentinus edodes). For spawn production, the additive CaCo significantly enhanced the mycelial growth and basidiocarp 3 formation. The substrate Ill-filled paddy with additive CaCO enhanced the browning of mycelia (16.40 days), 3 basidiocarp formation (51.80 days), yield (360.70 g/kg) and biological efficiency (36.07 per...

Journal: :Mycologia 2015
Jaya Seelan Sathiya Seelan Alfredo Justo Laszlo G Nagy Edward A Grand Scott A Redhead David Hibbett

The genus Lentinus (Polyporaceae, Basidiomycota) is widely documented from tropical and temperate forests and is taxonomically controversial. Here we studied the relationships between Lentinus subg. Lentinus sensu Pegler (i.e. sections Lentinus, Tigrini, Dicholamellatae, Rigidi, Lentodiellum and Pleuroti and polypores that share similar morphological characters). We generated sequences of inter...

2015
Camila Nemoto de Mendonça Priscila Mara Chaves e Silva João Carlos Regazzi Avelleira Fátima Satomi Nishimori Flavia de Freire Cassia

Shiitake Dermatitis is a skin eruption that resembles whiplash marks and occurs after consumption of raw shiitake mushrooms. It is caused by a toxic reaction to lentinan, a thermolabil polysaccharide which decomposes upon heating. We report the second case of this dermatitis in Brazil. A 25-year-old man presented with linearly arranged erythematous, pruritic papules on the trunk and limbs, afte...

2014
Monserrat García-García Leticia Rocha-Zavaleta Norma A. Valdez-Cruz Mauricio A. Trujillo-Roldán

Currently, there is a growing interest in obtaining and studying the biologically active compounds from higher basidiomycetes, such as Ganoderma lucidum, Lentinus edodes and Inonotus obliquus[1], but the techniques for safe long-term storage are time-consuming, susceptible to contamination, and do not prevent genetic and physiological changes during long-term maintenance [2]. A recent strategy ...

Journal: :Agricultural and biological chemistry 1990
H Suzuki K Iiyama O Yoshida S Yamazaki N Yamamoto S Toda

The active principle of EP3, a fraction from an extract of the culture medium of Lentinus edodes mycelia (LEM), which activates murine macrophages, causes proliferation of bone marrow cells, and inhibit the replication of Human Immunodeficiency Virus in vitro, was characterized as a water-solubilized lignin. The detailed structural feature of this water-solubilized lignin was investigated and s...

2017
Byeongsuk Ha Sieun Lee Sinil Kim Minseek Kim Yoon Jung Moon Yelin Song Hyeon-Su Ro

In mating of Lentinula edodes, dikaryotic strains generated from certain monokaryotic strains such as the B2 used in this study tend to show better quality of fruiting bodies regardless of the mated monokaryotic strains. Unlike B2, dikaryotic strains generated from B16 generally show low yields, with deformed or underdeveloped fruiting bodies. This indicates that the two nuclei in the cytoplasm...

2015
Ki-Hwan Kim Kang-Hyeon Ka Ji Hyoun Kang Sangil Kim Jung Won Lee Bong-Kyun Jeon Jung-Kuk Yun Sang Rul Park Hyuk Je Lee

We identified single nucleotide polymorphism (SNP) markers in the laccase gene to establish a line-diagnostic system for shiitake mushrooms. A total of 89 fungal isolates representing four lines, including Korean registered, Korean wild type, Chinese, and Japanese lines, were analyzed. The results suggest that SNP markers in the laccase gene can be useful for line typing in shiitake mushrooms.

2008
Hyuk Woo Kwon In Joung Back Han Gyu Ko Chang Hyun You Seong Hwan Kim

To obtain basic information on the biochemical property of basidiospores of shiitake mushroom (Lentinula edodes), the ability of producing extracellular enzyme was assessed using a chromogenic plate-based assay. For the aim, amylase, avicelase, β-glucosidase, CM-cellulase, pectinase, proteinase, and xylanase were tested against monokaryotic strains generated from forty basidiospores of two diff...

2008
Wan Gyu Kim Hang Yeon Weon Soon Ja Seok Kang Hyo Lee

Twenty isolates of Bacillus species obtained from livestock manure composts and cotton-waste composts were tested for their antagonistic effects in vitro against three green mold pathogens of mushrooms (Trichoderma harzianum, T. koningii, and T. viridescens). However, there exists a possibility Bacillus species may have antagonistic effects against mushrooms themselves, and thus the same 20 iso...

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

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

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