DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (2024)

Portal de cerca conjunta als documents digitals de la UdG

');$('c_r2').update('

Carregant...
DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (1)

');new Ajax.Updater('c_r1','http://dugi.udg.edu/cloud_mat.php', {method: 'get', evalScripts: 'true'});new Ajax.Updater('c_r2','http://dugi.udg.edu/cloud_aut.php', {method: 'get', evalScripts: 'true'}); // update tab actualvar href_tab = $$('ul.tabs li[class="current"] a')[0].href;// if diferent iniciif(href_tab!='http://dugi.udg.edu/'){$('main').update('

Carregant...
DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (2)

');new Ajax.Updater('main', href_tab, {method: 'get', evalScripts: 'true'});}}function dibuixa_pop(id, titol){var pop = new Element('div', {'id': id,'class': 'popup'});var pop_body = new Element('div', {'class': 'popup_body'});var pop_foot = new Element('div', {'class': 'popup_footer'});pop_foot.update('');$('wrap').appendChild(pop);pop.update('

'+titol+'

');pop.appendChild(pop_body);pop.appendChild(pop_foot);}// auxiliarsvar pops = new Array();var pop_pos = new Hash();var aux_p = '';// event escalarfunction escalar(e){var p = aux_p;var b = p.select('div.popup_body').first();var h = p.select('div.popup_header').first();var f = p.select('div.popup_footer').first();var mogut = {x:(e.pointerX() - p.move_pos.x),y:(e.pointerY() - p.move_pos.y)};p.move_pos = {x:e.pointerX(), y:e.pointerY()}; var bs = p.getStyle('border-width').split(' ')[0].replace(/[^0-9]/g,''); var ps = p.getStyle('padding').split(' ')[0].replace(/[^0-9]/g,''); var sa = (bs*2) + (ps*2); var s = p.getDimensions(); var hs = h.getDimensions(); var fs = f.getDimensions(); var bbs = b.getStyle('border-width').split(' ')[0].replace(/[^0-9]/g,''); var bps = b.getStyle('padding').split(' ')[0].replace(/[^0-9]/g,''); var hbs = h.getStyle('border-width').split(' ')[0].replace(/[^0-9]/g,''); var hps = h.getStyle('padding').split(' ')[0].replace(/[^0-9]/g,''); var fbs = f.getStyle('border-width').split(' ')[0].replace(/[^0-9]/g,''); var fps = f.getStyle('padding').split(' ')[0].replace(/[^0-9]/g,''); var sb = hs.height + fs.height + (bbs*2) + (bps*2) + (hbs*2) + (hps*2) + (fbs*2) + (fps*2) + sa + 20;var ph = s.height+mogut.y-sa;var bh = s.height+mogut.y-sb;var pw = s.width+mogut.x-sa;var bw = pw - 10;if(bh > 150 && pw > 150){p.setStyle({ width: pw+'px', cursor: 'se-resize'});b.setStyle({ maxHeight: bh+'px', height: bh+'px', width: bw+'px'});}}// dibuixar popups itemsfunction popup(titol,url,id){id=id.gsub(/:/,'-');id=id.gsub(/\//,'_');// ids mdcid=id.gsub(/\?/,'_');id=id.gsub(/,/,'_');var idd = 'pop_'+id;if(pops.indexOf(idd) < 0){pops[pops.length]=idd;dibuixa_pop(idd, titol);var pop_body = $(idd).select('div.popup_body').first();$$('div.popup div.popup_body').last().update('

Carregant...
DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (3)

');new Ajax.Updater(pop_body, url, {method: 'get', evalScripts: 'true', onComplete: function(){ // click per posar al davant $(pops.last()).observe('click', function(e){pops.each(function(e){$(e).removeClassName('popup_up');});var el = e.element(); while(!el.hasClassName('popup')){el=el.up();} el.addClassName('popup_up');}); new Draggable($(pops.last()),{handle:$(pops.last()).select('div.popup_header').last(), scroll: window}); pops.each(function(e){$(e).removeClassName('popup_up');}); $(pops.last()).addClassName('popup_up'); // scroll var doc_offset = document.viewport.getScrollOffsets(); var p_l = doc_offset.left + 200; var p_t = doc_offset.top + 200; $(pops.last()).setStyle({left: p_l+'px', top: p_t+'px'});}});// boto close// $(idd).select('span.popup_close').first().observe('click', function(e){var p = e.element().up().up(); p.remove(); pops=pops.without(idd);}); $(idd).select('span.popup_close').first().observe('click', function(e){var p = e.element().up().up(); p.remove(); pops=pops.without(idd);if(pops.size()>0){setTimeout("var pop_top=$(pops.last());pop_top.addClassName('popup_up')",500);}}); // boto minimize$(idd).select('span.popup_min').first().observe('click', function(e){var el=e.element(); var p = el.up().up(); p.setStyle({height: 'auto'}); p.select('div.popup_body').first().switchOff(); el.hide(); p.select('span.popup_norm').first().show(); p.select('span.popup_max').first().hide(); p.select('div.popup_footer').first().hide();});// boto normalize$(idd).select('span.popup_norm').first().observe('click', function(e){var el=e.element(); var p = el.up().up(); p.select('div.popup_body').first().grow(); el.hide(); p.select('span.popup_min').first().show(); p.select('span.popup_max').first().show(); p.select('div.popup_footer').first().show();});// boto maximize$(idd).select('span.popup_max').first().observe('click', function(e){var el=e.element(); var p = el.up().up(); var doc = document.viewport.getDimensions(); var doc_offset = document.viewport.getScrollOffsets(); doc.width -= 12; doc.height -= 12; pop_pos.set(p.id, 'width:'+p.getStyle('width')+'; height:'+p.getStyle('height')+'; top:'+p.getStyle('top')+'; left:'+p.getStyle('left')); p.morph('width:'+doc.width+'px; height:'+doc.height+'px; left:'+doc_offset.left+'px; top:'+doc_offset.top+'px;'); var b_h = doc.height - 25; p.select('div.popup_body').first().setStyle({maxHeight: b_h+'px', width: 'auto'}); p.select('span.popup_min').first().hide(); p.select('span.popup_max-norm').first().show(); el.hide(); p.select('div.popup_footer').first().hide();});// boto max-norm$(idd).select('span.popup_max-norm').first().observe('click', function(e){var el=e.element(); var p = el.up().up(); el.hide(); p.select('span.popup_max').first().show(); p.select('span.popup_min').first().show(); p.select('div.popup_footer').first().show(); p.morph(pop_pos.get(p.id)); var p_tam = p.getDimensions(); var h_tam = p.select('div.popup_header').first().getDimensions(); var f_tam = p.select('div.popup_footer').first().getDimensions(); var sb = p_tam.height - h_tam.height - f_tam.height; p.select('div.popup_body').first().setStyle({maxHeight: '',height: 'auto'});});// boto scale$(idd).move_pos = {x:0, y:0};$(idd).select('span.popup_scale').first().observe('mousedown', function(e){$(idd).move_pos = {x:e.pointerX(),y:e.pointerY()}; aux_p = $(idd); $(idd).select('div.popup_body').first().setStyle({maxHeight: 'auto'}); document.observe('mousemove',escalar);});document.observe('mouseup',function(e){document.stopObserving('mousemove',escalar); if(aux_p != '') aux_p.setStyle({cursor: 'default'});});}else{// posar popup amb aquesta id al toppops.each(function(e){$(e).removeClassName('popup_up');});$(idd).addClassName('popup_up');}}

  • Inici
  • Llistar Títols
  • Llistar Autors
  • Llistar Matèries

Ítem


');new Ajax.Updater('main', url, {method: 'get', evalScripts: 'true',onComplete: function(){$$('ul.tabs li[class="current"]')[0].toggleClassName('current');$('t1').toggleClassName('current');$('titol').update($('t1').down().innerHTML);}}); }//$('trobar').select('input.button')[0].observe('click', function(e){var el = e.element(); clica(el)});$('search_button').observe('click', function(e){var el = e.element(); clica_search(el)});

Autor: Martínez Medina, Margarita
Naves, Plínio
Blanco, Jorge
Aldeguer, Xavier
Blanco, Jesús E.
Blanco, Miguel
Ponte, Carmen
Soriano, Francisco
Darfeuille-Michaud, Arlette
Garcia-Gil, L. J.
Resum: Crohn’s disease (CD) is a high morbidity chronic inflammatory disorder of unknown aetiology. Adherent-invasive Escherichia coli (AIEC) has been recently implicated in the origin and perpetuation of CD. Because bacterial biofilms in the gut mucosa are suspected to play a role in CD and biofilm formation is a feature of certain pathogenic E. coli strains, we compared the biofilmformation capacity of 27 AIEC and 38 non-AIEC strains isolated from the intestinal mucosa. Biofilmformation capacity was then contrasted with the AIEC phenotype, the serotype, the phylotype, andthe presence of virulence genes. Results: Specific biofilm formation (SBF) indices were higher amongst AIEC than non-AIEC strains(P = 0.012). In addition, 65.4% of moderate to strong biofilms producers were AIEC, whereas74.4% of weak biofilm producers were non-AIEC (P = 0.002). These data indicate that AIEC strainswere more efficient biofilm producers than non-AIEC strains. Moreover, adhesion (P = 0.009) andinvasion (P = 0.003) indices correlated positively with higher SBF indices. Additionally, motility(100%, P < 0.001), H1 type flagellin (53.8%, P < 0.001), serogroups O83 (19.2%, P = 0.008) and O22(26.9%, P = 0.001), the presence of virulence genes such as sfa/focDE (38.5%, P = 0.003) and ibeA(26.9%, P = 0.017), and B2 phylotype (80.8%, P < 0.001) were frequent characteristics amongstbiofilm producers.Conclusion: The principal contribution of the present work is the finding that biofilm formationcapacity is a novel, complementary pathogenic feature of the recently described AIEC pathovar. Characterization of AIEC specific genetic determinants, and the regulatory pathways, involved in biofilm formation will likely bring new insights into AIEC pathogenesis
Accés al document: http://hdl.handle.net/2072/180265
Llenguatge: eng
Editor: BioMed Central
Drets: Aquest document està subjecte a una llicència Creative Commons: Reconeixement (by)
URI Drets: http://creativecommons.org/licenses/by/2.0/es/deed.ca
Matèria: Crohn, Malaltia de
Infeccions per escheríchia coli
Crohn’s disease
Escherichia coli infections
Títol: Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC)
Tipus: info:eu-repo/semantics/article
Repositori: Recercat

');new Ajax.Updater('main', url, {method: 'get', evalScripts: 'true',onComplete: function(){$$('ul.tabs li[class="current"]')[0].toggleClassName('current');$('t1').toggleClassName('current');$('titol').update($('t1').down().innerHTML);}}); });}function clica_materia(e){ e.observe('click', function(ev){ var el = ev.element(); var url = 'http://dugi.udg.edu/subject/'+el.innerHTML; $('main').update('

Carregant...
DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (4)

');new Ajax.Updater('main', url, {method: 'get', evalScripts: 'true',onComplete: function(){$$('ul.tabs li[class="current"]')[0].toggleClassName('current');$('t1').toggleClassName('current');$('titol').update($('t1').down().innerHTML);}}); });}$('item_d40c8325840bb6df68245b61091b49ab').select('a.autor').each(function(e){clica_autor(e);});$('item_d40c8325840bb6df68245b61091b49ab').select('a.materia').each(function(e){clica_materia(e);});// relation$$('a[class="link_rel"]').invoke('observe','click',function(ev){var el=ev.element();var rid=el.href;var url='http://dugi.udg.edu/item/'+rid.gsub(/\//,'@@');popup('Relacionat amb http://hdl.handle.net/2072/180265',url,rid);});

DUGi: Ítem | Recercat - Biofilm formation as a novel phenotypic feature of adherent-invasive Escherichia coli (AIEC) (2024)

FAQs

What is the biofilm formation of Escherichia coli? ›

Indeed, E. coli's ability to form a biofilm depends considerably on environmental conditions, and even well-demonstrated adhesion factors can be replaced by others. For instance, expression of conjugative pili totally overcomes the need for curli, type 1 pili of flagellar expression (Reisner et al.

What is adherent invasive Escherichia coli? ›

AIECs have the ability to adhere to and invade intestinal epithelial cells. In this context, AIEC uses FimH located at the tip of type 1 pili, which interacts with the glycoprotein CEACAM6 on intestinal epithelial cells (Boudeau et al., 2001), for adhesion.

What is biofilm formation in UTI? ›

Bacterial biofilms, an aggregate of microorganisms, are mainly responsible for persistent infections leading to recurrences and increased tolerances to major drug treatment. Bacterial biofilm formed on medical devices such as urinary catheters cause severe problems for patients and affects the implants' function.

What are infections are associated with biofilm formation? ›

As aerobic bacteria create biofilms on the exterior of deep wounds, anaerobic bacteria invade the interior [68,69]. Numerous biofilm-associated microorganisms are responsible for conditions such as otitis media chronic prostatitis, native valve endocarditis, cystic fibrosis, and periodontitis [70].

Is a UTI caused by a biofilm? ›

Bacteria are able to survive antibiotic treatment and the immune system by staying protected by biofilm. These bacteria eventually end their dormancy, grow their populations, and cause what is called a relapse infection or recurring UTI (rUTI).

What are the three infections caused by Escherichia coli? ›

E. coli is the predominant gram-negative bacteria to cause extraintestinal illness in humans and can cause urinary tract infection, abdominal and pelvic infection, pneumonia, bacteremia, and meningitis, among others.

How do you get rid of Escherichia coli in urine? ›

Antibiotics for E. coli infections

Some antibiotics providers use to treat E. coli infections include: Trimethoprim/sulfamethoxazole (TMP/SMX). Ciprofloxacin. Rifaximin.

What is it called when you have E. coli in your urine? ›

Urine contains fluids, salts and waste products but is sterile or free of bacteria, viruses and other disease-causing organisms. A UTI occurs when bacteria from another source, such as the nearby anus, gets into the urethra. The most common bacteria found to cause UTIs is Escherichia coli (E.

Is Escherichia coli life threatening? ›

About 5-10% of people infected with E. coli develop a life-threatening condition called hemolytic uremic syndrome (HUS). These symptoms can show up about one week after initial symptoms. Children under age 5 and adults over age 65, as well as those with compromised immune systems, are most at risk for HUS.

Is biofilm formation good or bad? ›

A surface that provides moisture and nutrients is the ideal environment for biofilm development. Biofilms can be good, bad, or neutral [6]. Biofilms that are part of a natural environment are neutral, whereas biofilms that grow on open wounds following infection are harmful.

How do you get rid of biofilm bacteria in your bladder? ›

Antimicrobial Treatment of Biofilms

Macrolides (erythromycin, clarithromycin, and azithromycin) present high “in vitro” and “in vivo” antibiofilm activity against biofilm-associated infections caused by Gram-negative bacteria inhibiting the production of a key component of the matrix, alginate [85].

How do you treat biofilm formation? ›

Infections caused by microbes that form biofilms are linked to a variety of animals, including insects and humans. Antibiotics and other antimicrobials can be used to remove or eradicate biofilms in order to treat infections.

How do you know if you have a biofilm infection? ›

When patients do present with persistent fever, unwellness, pain and other symptoms following surgery and do not respond to antibiotic treatment they may have a bacterial biofilm infection. Wounds that become infected with biofilm may have drainage, delayed or incomplete healing and an unpleasant odor.

What diseases can biofilms cause? ›

Among various biofilm-associated infections and diseases, notorious examples include cystic fibrosis (P. aeruginosa), otitis media (Haemophilus influenzae), periodontitis (P. aerobicus and Fusobacterium nucleatum), infective endocarditis (S.

Is biofilm harmful to humans? ›

On the other hand, biofilms affect human life and health, contaminating medical implants and devices and causing a variety of infections.

What is the biofilm formation of bacteria? ›

Formation of biofilms

The first colonist bacteria of a biofilm may adhere to the surface initially by the weak van der Waals forces and hydrophobic effects. If the colonists are not immediately separated from the surface, they can anchor themselves more permanently using cell adhesion structures such as pili.

What are the components of E. coli biofilm? ›

Although curli and cellulose are typically the most abundant biofilm constituents, the extracellular matrix of E. coli can also include type 1 pili, flagella, antigen 43, DNA, β-1,6-N-acetylglucosamine (β-1,6-GlcNAc), capsule sugars, and colanic acid (43).

What is Escherichia coli involved in the formation of? ›

In human,Escherichia coli is involved in the formation of calcium ,vitamin d vitamin a ,vitamin k​ See what the community says and unlock a badge.

What causes biofilm formation? ›

Biofilm forms when bacteria adhere to surfaces in moist environments by excreting a slimy, glue-like substance. Sites for biofilm formation include all kinds of surfaces: natural materials above and below ground, metals, plastics, medical implant materials—even plant and body tissue.

Top Articles
Eva Fisher, Ph.D. on LinkedIn: FEEL BETTER ABOUT YOUR APPEARANCE STARTING THIS FALL Do you or a loved…
Sheetz Kerosene Prices Near Me
Cpmc Mission Bernal Campus & Orthopedic Institute Photos
4-Hour Private ATV Riding Experience in Adirondacks 2024 on Cool Destinations
Frank Lloyd Wright, born 150 years ago, still fascinates
Puretalkusa.com/Amac
The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
Gunshots, panic and then fury - BBC correspondent's account of Trump shooting
Nm Remote Access
Paketshops | PAKET.net
Toonily The Carry
All Obituaries | Ashley's J H Williams & Sons, Inc. | Selma AL funeral home and cremation
2024 Non-Homestead Millage - Clarkston Community Schools
Breakroom Bw
Colts seventh rotation of thin secondary raises concerns on roster evaluation
Calmspirits Clapper
Ts Lillydoll
Webcentral Cuny
Dtab Customs
Violent Night Showtimes Near Amc Fashion Valley 18
Evil Dead Rise - Everything You Need To Know
Rugged Gentleman Barber Shop Martinsburg Wv
Dr Ayad Alsaadi
Litter Robot 3 RED SOLID LIGHT
Best Boston Pizza Places
Foodsmart Jonesboro Ar Weekly Ad
Costco Jobs San Diego
CVS Health’s MinuteClinic Introduces New Virtual Care Offering
Xxn Abbreviation List 2023
4.231 Rounded To The Nearest Hundred
Mawal Gameroom Download
Bridgestone Tire Dealer Near Me
Life Insurance Policies | New York Life
Half Inning In Which The Home Team Bats Crossword
Nacogdoches, Texas: Step Back in Time in Texas' Oldest Town
Rvtrader Com Florida
Japanese Pokémon Cards vs English Pokémon Cards
Matlab Kruskal Wallis
Bratislava | Location, Map, History, Culture, & Facts
Microsoftlicentiespecialist.nl - Microcenter - ICT voor het MKB
Netherforged Lavaproof Boots
Waffle House Gift Card Cvs
Go Upstate Mugshots Gaffney Sc
Dr Adj Redist Cadv Prin Amex Charge
RALEY MEDICAL | Oklahoma Department of Rehabilitation Services
Lyca Shop Near Me
Pay Entergy Bill
Craigslist Pa Altoona
Differential Diagnosis
Shell Gas Stations Prices
National Weather Service Richmond Va
Muni Metro Schedule
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 6093

Rating: 4.3 / 5 (74 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.