نتایج جستجو برای: mucin expression

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

2014
Mahmoud El-Sayed Ali David M. Bulmer Peter W. Dettmar Jeffrey P. Pearson

Objectives/Hypothesis. To determine if laryngopharyngeal reflux alters mucin gene expression in laryngeal mucosa. Methods. In situ hybridization was employed to study the expression of the 8 well-characterised mucin genes MUC1-4, 5AC, 5B, 6, and 7 in reflux laryngeal mucosa from laryngeal ventricles, posterior commissures, and vocal folds compared to control/normal laryngeal mucosa. Results. MU...

Journal: :The European respiratory journal 2004
P-R Burgel L O Cardell I F Ueki J A Nadel

Increased mucin expression is a feature of nasal polyposis. Corticosteroids reduce polyp size and symptoms, but their effect on mucin production remains unknown. In this study, the effects of intranasal corticosteroids on MUC5AC mucin expression, nasal resistance, eosinophil and neutrophil infiltration, epidermal growth factor receptor (EGFR), interleukin (IL)-8, and tumour necrosis factor (TNF...

Journal: :Poultry science 2006
A Smirnov E Tako P R Ferket Z Uni

The protective mucus layer covers the entire surface of the gastrointestinal tract. The mucus layer also acts as a medium for molecule transport between the luminal contents and the enterocytes; therefore it has a major role in nutrient absorption. The main mucus layer component, mucin glycoproteins, is produced by mucous-secreting goblet cells. In chicken small intestine, functional developmen...

Journal: :Gut 1998
M P Buisine L Devisme T C Savidge C Gespach B Gosselin N Porchet J P Aubert

BACKGROUND The intestinal epithelium is covered by a continuous layer of mucus which is secreted by well differentiated epithelial cells. Disregulation of the expression of mucins has been reported to have possible implications in the neoplastic process which affects intestinal mucosae. It is well known that preneoplastic and neoplastic tissues can express fetal phenotypic characteristics. AI...

Journal: :Investigative ophthalmology & visual science 2014
Hun Lee Eung Kweon Kim Ji Yeon Kim Yu-Mi Yang Dong Min Shin Kyung Koo Kang Tae-im Kim

PURPOSE We evaluated whether DA-6034 is involved in mucin secretion via P2Y receptor activation and/or intracellular Ca2+ concentration ([Ca2+]i) change. Also, we investigated the effect of P2Y receptor inhibitors or Ca2+ chelators on the DA-6034-induced mucin secretion and [Ca2+]i increases. METHODS Effects of DA-6034 on mucin expression in primary, cultured, conjunctival epithelial cells wa...

Journal: :Asian Pacific journal of allergy and immunology 2014
Thidarat Limvuttegrijerat Orapan Poachanukoon Sittichai Koontongkaew Thaweephol Dechatiwongse Na Ayudhya

BACKGROUND Over expression of mucin often leads to serious airway pathologies. The rhizome of Zingiber cassumunar Roxb. ("Phlai" in Thai) has been used as an anti-asthmatic drug in Thai traditional medicine. However, the effect of this plant on mucin production has not been reported. OBJECTIVE The aim of the present study was to investigate whether crude ethanolic extracts of Zingiber cassumu...

2006
Robert S. Bresalier James C. Byrd Li Wang Avraham Raz

GuliTiiii-3. an endogenous ß-galactoside-binding lectin. is present on colon cancer cells and may play a role in metastasis. Galcctin-3 hinds poly-.V-acetyllactosamine structures on glycoproteins. but its natural li gands remain to be fully defined. Galectin-3 bound to purified native and desialylated colon cancer mucin in a concentration-dependent manner, which »ascompletely inhibited by 0.1...

2011
Poonam Dharmani Pearl Leung Kris Chadee

The sequential events and the inflammatory mediators that characterize disease onset and progression of ulcerative colitis (UC) are not well known. In this study, we evaluated the early pathologic events in the pathogenesis of colonic ulcers in rats treated with dextran sodium sulfate (DSS). Following a lag phase, day 5 of DSS treatment was found clinically most critical as disease activity ind...

Journal: :American journal of physiology. Lung cellular and molecular physiology 2006
Sung Yong Lee Eun Joo Kang Gyu Young Hur Ki Hwan Jung Hye Cheol Jung Sang Yeub Lee Je Hyeong Kim Chol Shin Kwang Ho In Kyung Ho Kang Se Hwa Yoo Jae Jeong Shim

The main etiologic factor for chronic bronchitis is cigarette smoke. Exposure to cigarette smoke is reported to induce goblet cell hyperplasia and mucus production. Mucin synthesis in airways has been reported to be regulated by the EGFR system. Peroxisome proliferator-activated receptor-gamma (PPAR-gamma) is a member of the ligand-activated nuclear receptor superfamily. PPAR-gamma is implicate...

Journal: :American journal of respiratory cell and molecular biology 2009
Lingxiang Zhu Pak-Kei Lee Wai-Ming Lee Yuhua Zhao Dongfang Yu Yin Chen

Mucociliary clearance is a critical innate defense system responsible for clearing up invading pathogens including bacteria and virus. Although the right amount of mucus is good, excessive mucus causes airway obstruction and tends to precipitate disease symptoms. Rhinovirus (RV) is a common cold virus that causes asthma and chronic obstructive pulmonary disease exacerbation. Mucus overproductio...

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

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

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