نتایج جستجو برای: oprd porin protein

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

Journal: :FEBS letters 2005
Suja Sukumaran Karin Hauser Annette Rauscher Werner Mäntele

Lipid protein interactions play a key role in the stability and function of various membrane proteins. Earlier we have reported the extreme thermal stability of porin from Paracoccus denitrificans reconstituted into liposomes. Here, we used Fourier transform infrared spectroscopy for a label free analysis of the global secondary structural changes and local changes in the tyrosine microenvironm...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 1990
D Woitzik J Weckesser R Benz S Stevanovic G Jung J P Rosenbusch

The major outer membrane protein of Rhodobacter capsulatus 37b4 (capsule-free) was isolated. Strong porin-activity was observed after reconstitution into artificial lipid bilayer membranes with a single channel conductance of 3.15 nS in 1 M KCl. The porin migrated as a broad, single band (Mr above 90,000) on sodium dodecyl sulfate polyacrylamide gel electrophoresis and dissociated into a single...

2016
Muralidhar Tata Michael T. Wolfinger Fabian Amman Nicole Roschanski Andreas Dötsch Elisabeth Sonnleitner Susanne Häussler Udo Bläsi Roy Martin Roop

The opportunistic human pathogen Pseudomonas aeruginosa can thrive under microaerophilic to anaerobic conditions in the lungs of cystic fibrosis patients. RNASeq based comparative RNA profiling of the clinical isolate PA14 cultured in synthetic cystic fibrosis medium was performed after planktonic growth (OD600 = 2.0; P), 30 min after shift to anaerobiosis (A-30) and after anaerobic biofilm gro...

Journal: :Journal of bacteriology 1996
D R Blanco C I Champion M M Exner E S Shang J T Skare R E Hancock J N Miller M A Lovett

We recently reported the cloning and sequencing of the gene encoding a 31-kDa Treponema pallidum subsp. pallidum rare outer membrane porin protein, designated Tromp1 (D. R. Blanco, C. I. Champion, M. M. Exner, H. Erdjument-Bromage, R. E. W. Hancock, P. Tempst, J. N. Miller, and M. A. Lovett, J. Bacteriol. 177:3556-3562, 1995). Here, we report the stable expression of recombinant Tromp1 (rTromp1...

Journal: :Infection and immunity 1998
S Merino M M Nogueras A Aguilar X Rubires S Albertí V J Benedí J M Tomás

The mechanism of killing of Aeromonas hydrophila serum-sensitive strains in nonimmune serum by the complement classical pathway has been studied. The bacterial cell surface component that binds C1q more efficiently was identified as a major outer membrane protein of 39 kDa, presumably the porin II described by D. Jeanteur, N. Gletsu, F. Pattus, and J. T. Buckley (Mol. Microbiol. 6:3355-3363, 19...

Journal: :Clinical chemistry 2010
Simona Valleggi Sridevi Devaraj Mohan R Dasu Ishwarlal Jialal

BACKGROUND C-reactive protein (CRP) inhibits the activity of the endothelial isoform of nitric oxide synthase (eNOS) via uncoupling of the enzyme both in vitro and in vivo. eNOS activity appears to be related in part to its interaction with other cellular proteins, including heat shock protein 90 (Hsp90), caveolin-1, and porin. In this study, we examined the effect of CRP treatment of human aor...

Journal: :Applied and environmental microbiology 2007
Nuria de María Angeles Guevara M Teresa Serra Isabel García-Luque Alfonso González-Sama Mario García de Lacoba M Rosario de Felipe Mercedes Fernández-Pascual

Application of glyphosate (N-[phosphonomethyl] glycine) to Bradyrhizobium sp. (Lupinus)-nodulated lupin plants caused modifications in the protein pattern of bacteroids. The most significant change was the presence of a 44-kDa polypeptide in bacteroids from plants treated with the higher doses of glyphosate employed (5 and 10 mM). The polypeptide has been characterized by the amino acid sequenc...

2007
Anna Farra

Aims: The general aims of the present studies were to assess the levels of antibiotic resistance, in relation to antibiotic consumption at the Karolinska University Hospital, Solna (KS) and at 11 other Swedish hospitals, furthermore to assess the role of the membrane protein OprD and penicillin-binding proteins in Pseudomonas aeruginosa resistance to imipenem. Methods: Resistance figures were r...

2017
Lucy Zeng Etsuko Wooton David A Stahl Peter J Walian

Due in large part to their ability to facilitate the diffusion of a diverse range of solutes across the outer membrane (OM) of Gram-negative bacteria, the porins represent one of the most prominent and important bacterial membrane protein superfamilies. Notably, for the Gram-negative bacterium Desulfovibrio vulgaris Hildenborough, a model organism for studies of sulfate-reducing bacteria, no ge...

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

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

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