نتایج جستجو برای: vaca subtypes

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

Journal: :The Journal of biological chemistry 2003
Mark S McClain Hideki Iwamoto Ping Cao Arlene D Vinion-Dubiel Yi Li Gabor Szabo Zhifeng Shao Timothy L Cover

Helicobacter pylori secretes a toxin, VacA, that can form anion-selective membrane channels. Within a unique amino-terminal hydrophobic region of VacA, there are three tandem GXXXG motifs (defined by glycines at positions 14, 18, 22, and 26), which are characteristic of transmembrane dimerization sequences. The goals of the current study were to investigate whether these GXXXG motifs are requir...

Journal: :Medicina oral, patologia oral y cirugia bucal 2011
Gloria Fernández-Tilapa Jazmín Axinecuilteco-Hilera Silvia Giono-Cerezo Dinorah-Nashely Martínez-Carrillo Berenice Illades-Aguiar Adolfo Román-Román

OBJECTIVE The aims of this research were to determine the prevalence of Helicobacter pylori and its vacA genotypes in oral cavity in persons without dyspepsia and to establish the association between the presence of H. pylori in oral cavity and oral hygiene. The seroprevalence of anti-H. pylori antibodies and its associated factors were analyzed too. STUDY DESIGN For the study, 200 adults wit...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2004
Mark S Sundrud Victor J Torres Derya Unutmaz Timothy L Cover

Recent evidence indicates that the secreted Helicobacter pylori vacuolating toxin (VacA) inhibits the activation of T cells. VacA blocks IL-2 secretion in transformed T cell lines by suppressing the activation of nuclear factor of activated T cells (NFAT). In this study, we investigated the effects of VacA on primary human CD4(+) T cells. VacA inhibited the proliferation of primary human T cell...

1998
Seon Mee Park Seok-Il Hong Hwoon-Yong Jung Suk-Kyun Yang Hae Ryun Kim Young Il Min Weon-Seon Hong

OBJECTIVES Clinical presentation of Helicobacter pylori (H. pylori) infection has marked variation mainly due to the strain diversity and host susceptibility. Although H. pylori is identified as a major risk factor for gastric and duodenal ulcers, the ulcerogenic or pathogenic strain has not been documented yet. The objective of this study was to investigate antigenic types of the ulcerogenic s...

2016
Charlotte G Sinnett Darren P Letley Geetha L Narayanan Sapna R Patel Nawfal R Hussein Abed M Zaitoun Karen Robinson John C Atherton

AIMS Helicobacter pylori infection is the major cause of peptic ulceration and gastric cancer, and an important virulence determinant is its vacuolating cytotoxin vacA. Previously, we have described allelic variation in vacA which determines toxin activity and disease risk. Here we aimed to quantify vacA mRNA expression in the human stomach, define its genetic determinants and assess how well i...

Journal: :Cancer research 2003
Timothy L Cover Uma S Krishna Dawn A Israel Richard M Peek

Chronic gastritis induced by Helicobacter pylori is a strong risk factor for the development of distal gastric adenocarcinoma. A specific host response to H. pylori that may contribute to gastric carcinogenesis is epithelial cell apoptosis. The aim of this study was to investigate the capacity of H. pylori vacuolating toxin (VacA) to induce gastric epithelial cell apoptosis. When cocultured wit...

2013
Kaneo Satoh Toshiya Hirayama Katsuhiro Takano Katsue Suzuki-Inoue Tadashi Sato Masato Ohta Junko Nakagomi Yukio Ozaki

Platelets were activated under the infection with H. pylori in human and mice. We investigated the role of VacA, an exotoxin released by H. pylori in this context. Acid-activated VacA, but not heated VacA, induced platelet CD62P expression. However, VacA reacted with none of the alleged VacA receptors present on platelet membranes. We therefore analyzed VacA associated proteins obtained through...

2017
Mark S. McClain Amber C. Beckett Timothy L. Cover

Helicobacter pylori VacA is a channel-forming toxin unrelated to other known bacterial toxins. Most H. pylori strains contain a vacA gene, but there is marked variation among strains in VacA toxin activity. This variation is attributable to strain-specific variations in VacA amino acid sequences, as well as variations in the levels of VacA transcription and secretion. In this review, we discuss...

Journal: :Infection and immunity 2006
Victor J Torres Mark S McClain Timothy L Cover

The Helicobacter pylori VacA toxin is an 88-kDa secreted protein that causes multiple alterations in mammalian cells and is considered an important virulence factor in the pathogenesis of peptic ulcer disease and gastric cancer. We have shown previously that a VacA mutant protein lacking amino acids 6 to 27 (Delta6-27p88 VacA) is able to inhibit many activities of wild-type VacA in a dominant-n...

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

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

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