نتایج جستجو برای: chitin synthesis inhibitors

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

2014
Woo-Jin Jung Ro-Dong Park

Chitin and chitosan oligosaccharides (COS) have been traditionally obtained by chemical digestion with strong acids. In light of the difficulties associated with these traditional production processes, environmentally compatible and reproducible production alternatives are desirable. Unlike chemical digestion, biodegradation of chitin and chitosan by enzymes or microorganisms does not require t...

Journal: :Egyptian Academic Journal of Biological Sciences, F. Toxicology & Pest Control 2020

Journal: :Insect biochemistry and molecular biology 2005
Renata Bolognesi Yasuyuki Arakane Subbaratnam Muthukrishnan Karl J Kramer Walter R Terra Clélia Ferreira

The focus of this study was on the characterization and expression of genes encoding enzymes responsible for the synthesis and degradation of chitin, chitin synthase (SfCHSB) and chitinase (SfCHI), respectively, in the midgut of the fall armyworm, Spodoptera frugiperda. Sequences of cDNAs for SfCHSB and SfCHI were determined by amplification of overlapping PCR fragments and the expression patte...

Journal: :Frontiers in bioscience 2017
Robert Stern

A controversy arose decades ago whether the DG42 gene product expressed during frog embryogenesis synthesized hyaluronan or chitin. Both sets of investigators were correct. It is now possible to understand how prescient those findings were. Synthesis of a seven to nine chitin sugar chain fragment is required before hyaluronan synthesis begins. Thus, DG42 indeed synthesizes both hyaluronan and c...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1995
C E Bulawa D W Miller L K Henry J M Becker

We have analyzed the role of chitin, a cell-wall polysaccharide, in the virulence of Candida albicans. Mutants with a 5-fold reduction in chitin were obtained in two ways: (i) by selecting mutants resistant to Calcofluor, a fluorescent dye that binds to chitin and inhibits growth, and (ii) by disrupting CHS3, the C. albicans homolog of CSD2/CAL1/DIT101/KT12, a Saccharomyces cerevisiae gene requ...

2010
Derek Meissner Jothini Odman-Naresh Inga Vogelpohl Hans Merzendorfer

Ste24 is a membrane-integral CaaX metalloprotease residing in the endoplasmic reticulum (ER). In yeast, the only known substrate of Ste24 is the mating factor a precursor. A global screening for protein-protein interactions indicated that Ste24 interacts with chitin synthesis deficient (Chs)3, an enzyme required for chitin synthesis. We confirmed this interaction by yeast two-hybrid analyses an...

Journal: :The Journal of Cell Biology 1999
Jose A. Trilla Angel Durán Cesar Roncero

The Saccharomyces cerevisiae CHS7 gene encodes an integral membrane protein located in the ER which is directly involved in chitin synthesis through the regulation of chitin synthase III (CSIII) activity. In the absence of CHS7 product, Chs3p, but not other secreted proteins, is retained in the ER, leading to a severe defect in CSIII activity and consequently, to a reduced rate of chitin synthe...

Journal: :The Journal of experimental biology 2007
Gunnar Broehan Lars Zimoch Anton Wessels Beyhan Ertas Hans Merzendorfer

The chitin portion of the peritrophic matrix in the midgut of the tobacco hornworm, Manduca sexta, is produced by chitin synthase 2 (CHS2), a transmembrane family II glycosyltransferase, located at the apical tips of brush border microvilli. To look for proteins that potentially interact with CHS2, we performed yeast two-hybrid screening, identifying a novel chymotrypsin-like protease (CTLP1) t...

Journal: :Insect biochemistry and molecular biology 2005
L Zimoch D G Hogenkamp K J Kramer S Muthukrishnan H Merzendorfer

In insects, chitin is not only synthesized by ectodermal cells that form chitinous cuticles, but also by endodermal cells of the midgut that secrete a chitinous peritrophic matrix. Using anti-chitin synthase (CHS) antibodies, we previously demonstrated that in the midgut of Manduca sexta, CHS is expressed by two cell types, tracheal cells forming a basal tracheal network and columnar cells form...

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

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

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