نتایج جستجو برای: uropathogenic echerichia coli

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

2015
Mahsa Mirzarazi Seyedeh Elham Rezatofighi Mahdi Pourmahdi Mohamad Reza Mohajeri

To determine the presence of some toxins of diarrheagenic Escherichia coli (DEC) in uropathogenic E. coli (UPEC), 138 urinary tract infection (UTI)-causing UPECs were analyzed. The astA , set , sen and cdtB genes were detected in 13 (9.4%), 2 (1.3%), 13 (9.4%) and 0 (0%) of UPEC isolates respectively. The results show that some genes encoding toxins can be transferred from DEC pathotypes to UPE...

2013
Brady F. Cress Zachary R. Greene Robert J. Linhardt Mattheos A. G. Koffas

We report the 5.101-Mbp high-quality draft assembly of the Escherichia coli strain ATCC 23506 (serovar O10:K5:H4, also known as NCDC Bi 8337-41) genome. This uropathogenic strain, commonly referred to as E. coli K5, produces N-acetyl heparosan, a glycosaminoglycan-like capsular polysaccharide and precursor to the anticoagulant pharmaceutical heparin. Metabolic reconstruction of this genome will...

Journal: :Infection and immunity 2004
Robert Blomgran Limin Zheng Olle Stendahl

Type 1 fimbriae are the most commonly expressed virulence factor on uropathogenic Escherichia coli. In addition to promoting avid bacterial adherence to the uroepithelium and enabling colonization, type 1 fimbriae recruit neutrophils to the urinary tract as an early inflammatory response. Using clinical isolates of type 1 fimbriated E. coli and an isogenic type 1 fimbria-negative mutant (CN1016...

Journal: :Applied and environmental microbiology 2002
Markus Woegerbauer Bernard Jenni Florian Thalhammer Wolfgang Graninger Heinz Burgmann

Transfer of plasmid-borne antibiotic resistance genes in Escherichia coli wild-type strains is possible by transformation under naturally occurring conditions in oligotrophic, aquatic environments containing physiologic concentrations of calcium. In contrast, transformation is suppressed in nitrogen-rich body fluids like urine, a common habitat of uropathogenic strains. Current knowledge indica...

Journal: :Journal of infection in developing countries 2013
Yashwant Kumar Shivani Sood Anshu Sharma Kavaratty Raju Mani

INTRODUCTION Urinary tract infection is the most frequently diagnosed kidney and urologic disease, and Escherichia coli is by far its most common etiological agent. Uropathogenic E. coli are responsible for approximately 90% of urinary tract infections seen in individuals with ordinary anatomy therefore, it is essential to review the antibiogram of uropathogenic E. coli periodically to help cli...

Journal: :Urology 2001
J D Schilling M A Mulvey S J Hultgren

Urinary tract infections (UTIs) have traditionally been viewed as acute and often self-limiting infections caused predominantly by noninvasive Escherichia coli. However, this concept has been challenged by recent findings demonstrating that an acute bladder infection results from a complex series of host-pathogen interactions that can lead to bacterial invasion and persistence and that ultimate...

2018
Roberto C. Molina-Quiroz Cecilia Silva-Valenzuela Jennifer Brewster Eduardo Castro-Nallar Stuart B. Levy Andrew Camilli

Bacterial persistence is a transient, nonheritable physiological state that provides tolerance to bactericidal antibiotics. The stringent response, toxin-antitoxin modules, and stochastic processes, among other mechanisms, play roles in this phenomenon. How persistence is regulated is relatively ill defined. Here we show that cyclic AMP, a global regulator of carbon catabolism and other core pr...

Journal: :International Journal of Current Research and Review 2019

Journal: :Indian Journal of Pathology and Microbiology 2010

Journal: :Molecular Microbiology 2006
Julie Bouckaert Jenny Mackenzie José L de Paz Beatrice Chipwaza Devapriya Choudhury Anton Zavialov Karin Mannerstedt Jennifer Anderson Denis Piérard Lode Wyns Peter H Seeberger Stefan Oscarson Henri De Greve Stefan D Knight

Type-1 fimbriae are important virulence factors for the establishment of Escherichia coli urinary tract infections. Bacterial adhesion to the high-mannosylated uroplakin Ia glycoprotein receptors of bladder epithelium is mediated by the FimH adhesin. Previous studies have attributed differences in mannose-sensitive adhesion phenotypes between faecal and uropathogenic E. coli to sequence variati...

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

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

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