نتایج جستجو برای: avirulence genotype

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

Journal: :Science 1996
Tang Frederick Zhou Halterman Jia Martin

Resistance to bacterial speck disease in tomato occurs when the Pto kinase in the plant responds to expression of the avirulence gene avrPto in the Pseudomonas pathogen. Transient expression of an avrPto transgene in plant cells containing Pto elicited a defense response. In the yeast two-hybrid system, the Pto kinase physically interacted with AvrPto. Alterations of AvrPto or Pto that disrupte...

Journal: :Infection and immunity 1978
L C Henderson S Kadis W L Chapman

Growth of Corynebacterium renale in vitro on low-iron medium (1.34 micron) was only slightly less than that on high-iron media (7.16 and 9.85 micron). However, studies on C. renale-induced pyelonephritis using the rat as an experimental model revealed that C. renale cultivated in high-iron media was capable of producing pyelonephritis, but when grown on low-iron medium, these bacteria were noni...

2014
Dryas de Ronde Patrick Butterbach Richard Kormelink

To establish a successful infection plant viruses have to overcome a defense system composed of several layers. This review will overview the various strategies plants employ to combat viral infections with main emphasis on the current status of single dominant resistance (R) genes identified against plant viruses and the corresponding avirulence (Avr) genes identified so far. The most common m...

Journal: :Current opinion in plant biology 1999
G B Martin

Plant disease resistance (R) genes encode proteins that both determine recognition of specific pathogen-derived avirulence (Avr) proteins and initiate signal transduction pathways leading to complex defense responses. Recent developments suggest that recognition specificity of R proteins is determined by either a protein kinase domain or by a region consisting of leucine-rich repeats. R genes c...

2014
Mark Gijzen Chelsea Ishmael Sirjana D. Shrestha

Plant pathogens display impressive versatility in adapting to host immune systems. Pathogen effector proteins facilitate disease but can become avirulence (Avr) factors when the host acquires discrete recognition capabilities that trigger immunity. The mechanisms that lead to changes to pathogen Avr factors that enable escape from host immunity are diverse, and include epigenetic switches that ...

Journal: :The Yale Journal of Biology and Medicine 1944
H. J. Corper Maurice L. Cohn

The variegated picture of tuiberculous infection, both spontaneous in man and experimentally induced in animals, has puzzled students and led to most complicated explanations. Most of the earlier experimental studies were handicapped by the lack of two fundamentals which now appear so essential to a solution. One of these was the primary lack of information on the tubercle bacillus and its viru...

Journal: :veterinary research forum 2012
vaishali ghormade ankur khare r.p.s. baghel

nutrigenomics applies genomic technologies to study how nutrients affect expression of genes. with the advent of the post genomic era and with the use of functional genomic tools, the new strategies for evaluating the effects of nutrition on production efficiency and nutrient utilization are becoming available. nutrigenomics plays an efficient role in various fields of animal health like nutrit...

Journal: :hepatitis monthly 0
seyedeh farzaneh mousavi shahid mohammadi hospital of hormozgan, university of medical sciences, bandar abbas, ir iran seyed hamid moosavy shahid mohammadi hospital of hormozgan, university of medical sciences, bandar abbas, ir iran; shahid mohammadi hospital of hormozgan, university of medical sciences, bandar abbas, ir iran. tel: +98-9177635854, fax: +98-7613354056 seyed moayed alavian baqiyatallah research center for gastroenterology and liver diseases, baqiyatallah university of medical sciences, tehran, ir iran; middle east liver diseases center (meld center), tehran, ir iran hajar eghbali shahid mohammadi hospital of hormozgan, university of medical sciences, bandar abbas, ir iran hamidreza mahboobi infectious and tropical diseases research center, hormozgan university of medical sciences, bandar abbas, ir iran; department of phychology, payame noor university, tehran, ir iran

conclusions this results the same as many similar studies demonstrated that common hcv genotypes in iranian patients were 1a, 3a and 1b, respectively. patients with 1a and 1b genotypes have lower responses to interferon treatment, and it is reasonable to perform early screening to diagnose and determine hcv genotype for effective treatment and diagnose high-risk cases. results in overall, 509 p...

Journal: :jundishapur journal of microbiology 0
seyed moayed alavian baqiyatallah research center for gastroenterology and liver diseases, baqiyatallh university of medical sciences, tehran, ir iran; baqiyatallah research center for gastroenterology and liver diseases, baqiyatallh university of medical sciences, tehran, ir iran. tel/fax: +98-2188945186

Journal: :international journal of advanced biological and biomedical research 2014
reza ashrafi parchin morad shaban

a study was performed to study the effect of drought stress on protein changes of five wheat genotypes. wheat genotypes were planted in early november, growing season of 2008-2009. the experiment was carried out in a factotial design with three replications. two drought stress levels (irrigated and non irrigated) and five genotype of wheat (f103-l-1-12//pony/opata, f1.158/fdl//blo/3/sh14414/cro...

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

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

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