نتایج جستجو برای: plant defensin

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

Journal: :Insect biochemistry and molecular biology 2003
Shane M Ceraul Daniel E Sonenshine Robert E Ratzlaff Wayne L Hynes

Both soluble and cell-mediated components are involved in the innate immune response of arthropods. Injection of Borrelia burgdorferi, the Lyme disease agent, results in the secretion of defensin into the hemolymph of the ixodid tick, Dermacentor variabilis. The presence of the peptide is observed as early as 15 min post-challenge and remains present through 18 h post-challenge. As observed in ...

Journal: :Antimicrobial agents and chemotherapy 2013
Andreia Bergamo Estrela Manfred Rohde Maximiliano Gabriel Gutierrez Gabriella Molinari Wolf-Rainer Abraham

Human β-defensins are host defense peptides performing antimicrobial as well as immunomodulatory functions. The present study investigated whether treatment of Escherichia coli with human β-defensin 2 could generate extracellular molecules of relevance for immune regulation. Mass spectrometry analysis of bacterial supernatants detected the accumulation of purine nucleosides triggered by β-defen...

Journal: :Asian journal of andrology 2011
Hua Diao He-Guo Yu Fei Sun Yong-Lian Zhang Nongnuj Tanphaichitr

Approximately 40-50 β-defensins are predominantly expressed in the male reproductive system of mammals. This selective expression raises the question as to the roles of these molecules in innate immunity and fertility in the male reproductive tract. Rat β-defensin 22 is an epididymis-specific β-defensin expressed in segments 12-14 of the epididymis. This protein contains both β-defensin and lec...

2014
R S Pelc J C McClure K T Sears A Chung M S Rahman S M Ceraul

The importance of tick defensins is evidenced by their expression in a wide variety of tick tissues and prevalence across many tick genera. To date, the functional and biological significance of defensin-2 as a rickettsiastatic or rickettsiacidal antimicrobial peptide has not been addressed. In a previous study, defensin-2 transcription was shown to increase in Dermacentor variabilis ticks chal...

2010
Jun-Yan Jin Li Zhou Yang Wang Zhi Li Jiu-Gang Zhao Qi-Ya Zhang Jian-Fang Gui

Defensins are a group of cationic peptides that exhibit broad-spectrum antimicrobial activity. In this study, we cloned and characterized a β-defensin from pituitary cDNA library of a protogynous hermaphroditic orange-spotted grouper (Epinephelus coioides). Interestingly, the β-defensin was shown to be dominantly expressed in pituitary and testis by RT-PCR and Western blot analysis, and its tra...

2013
Eduardo R. Cobo Kris Chadee

β-defensins are small cationic antimicrobial peptides secreted by diverse cell types including colonic epithelial cells. Human β-defensins form an essential component of the intestinal lumen in innate immunity. The defensive mechanisms of β-defensins include binding to negatively charged microbial membranes that cause cell death and chemoattraction of immune cells. The antimicrobial activity of...

Journal: :Investigative ophthalmology & visual science 2001
F P Paulsen T Pufe U Schaudig J Held-Feindt J Lehmann J M Schröder B N Tillmann

PURPOSE To determine the expression and production of antimicrobial peptides by mucosal cells of the lacrimal passage in healthy and pathologic states. METHODS Detection of bactericidal-permeability-increasing protein (BPI), heparin-binding protein (CAP37), human cationic antimicrobial protein (LL-37), human alpha-defensin 5 (HD5), human alpha-defensin 6 (HD6), human beta-defensin 1 (HBD-1), ...

Journal: :Acta Crystallographica Section F Structural Biology and Crystallization Communications 2011

Journal: :Infection and immunity 1990
S I Miller W S Pulkkinen M E Selsted J J Mekalanos

The defensin sensitivities of Salmonella typhimurium strains with mutations in the phoP/phoQ two-component virulence regulon were tested by using purified defensins NP-1 and NP-2. Strains with mutations in either gene of the regulatory pair (phoP [transcriptional activator] or phoQ [membrane sensor kinase]) had increased sensitivities to defensin. The predicted periplasmic domain of the PhoQ pr...

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

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

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