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

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

2015
Rebecca J. Bengtsson Neil MacIntyre Jack Guthrie Alison D. Wilson Heather Finlayson Oswald Matika Ricardo Pong-Wong Sionagh H. Smith Alan L. Archibald Tahar Ait-Ali

The expression patterns of secreted (MUC2 and MUC5AC) and membrane-tethered (MUC1, MUC4, MUC12 and MUC13) mucins were monitored in healthy pigs and pigs challenged orally with Lawsonia intracellularis. These results showed that the regulation of mucin gene expression is distinctive along the GI tract of the healthy pig, and may reflect an association between the function of the mucin subtypes a...

Journal: :Cancer research 1993
S B Ho G A Niehans C Lyftogt P S Yan D L Cherwitz E T Gum R Dahiya Y S Kim

To determine the relative expression of distinct mucin genes in normal and neoplastic tissue, antibodies and cDNA probes that recognize the core tandem repeat sequences of membrane-bound (MUC1) and secreted (MUC2 and MUC3) mucins were used for immunohistochemical and RNA Northern and slot-blot analysis. MUC1 mRNA was detected in all epithelial tissues tested. MUC1 core peptide, recognized by mo...

Journal: :international journal of reproductive biomedicine 0
neda heydarian raha favaedi mohammad ali sadighi gilani maryam shahhoseini

background: the availability of testis specific genes will be of help in choosing the most promising biomarkers for the detection of testicular sperm retrieval in patients with non-obstructive azoospermia (noa). testis specific chromodomain protein y 1 (cdy1) is a histone acetyltransferase which concentrates in the round spermatid nucleus, where histone hyperacetylation occurs and causes the re...

Journal: :Molecular pharmacology 2002
Yong-Dae Kim Eun-Jin Kwon Dae-Won Park Si-Youn Song Seok-Keun Yoon Suk-Hwan Baek

Interleukin-1beta (IL-1beta) has been implicated in the pathogenesis of inflammatory diseases of the airway. In this study, we investigated the regulation of MUC2 and MUC5AC expression and of their regulatory mechanisms through cyclooxygenase-2 (COX-2) and prostaglandin E(2) (PGE(2)). Cells activated by IL-1beta showed increased COX-2, MUC2, and MUC5AC expressions at both the mRNA and protein l...

Journal: :The Biochemical journal 1997
A Laine

Gall bladder mucin has been shown to play a central role in the pathogenesis of cholesterol gallstone disease. While cloning and sequencing studies have provided a wealth of information on the structure of other gastrointestinal and respiratory mucins, nothing is known about the primary structure of human gall bladder mucin. In this study, we show that the tracheobronchial mucin MUC5B is a majo...

Journal: :Nihon Bika Gakkai Kaishi (Japanese Journal of Rhinology) 2017

Journal: :modares journal of medical sciences: pathobiology 2006
nasrin rastgoo ali karami farzaneh sabahi

introduction: hepatitis c virus (hcv) is the major cause of acute and chronic hepatitis, cirrhosis, and hepatocellular carcinoma worldwide. because of increasing number of infected patients throughout the world, various studies are concentrated on development of high quality diagnostic tests and genotyping in various regions of the world. methods: in this study, we used rt-pcr to isolate and a...

Journal: :journal of livestock science and technologies 2015
a. maghsoudi a. a. masoudi r. vaez torshizi m. a. karimi torshizi z. mohammad hassan

the aims of this study were to compare the promoter sequence of the mannose-binding lectin (cmbl) gene in iranian native and commercial chicken strains; as well as to compare the cmbl gene expression in crossbred and inbred chickens. in total 79 native (western azerbaijan native fowls, wanf) and 49 commercial (arian commercial strain, acs) birds were reared as parents under same management prac...

Journal: :ژورنال پزشکی بین المللی الکترونیک 0
maryam anjomshoa naser rostamzadeh omid rostamzadeh ayoob rostamzadeh

introduction: endurance training has significant effects on the renewal of heart tissue, including myosin heavy chain (mhc) proteins. on the other side, purine-rich element-binding protein β (purb) decreases the &alphamhc; gene expression. the aim of this study was to determine the impact of exercise endurance training on purb gene expression in the heart of wistar rats. methods: fourteen rats ...

Journal: :iranian biomedical journal 0
حمید ابطحی hamid abtahi علی هاتف سلمانیان ali hatef salmanian سیما رافتی sima rafati قربان بهزادیان نژاد ghorban behzadian nejad زهیر محمد حسن zuhaiar mohammad hassan

brucellosis, caused by brucella spp., is an important zoonotic disease that causes abortion and infertility in cattle and undulant fever in humans. various studies have examined cell-free native and recombinant proteins as candidate protective antigens in animal models. among brucella immunogenes, antigen based on ribosomal preparation has been widely investigated. in this study, the immunogeni...

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

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

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