نتایج جستجو برای: neopterin

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

Journal: :Journal of chromatography. B, Analytical technologies in the biomedical and life sciences 2008
Elizabeth A Flavall Elizabeth M Crone Grant A Moore Steven P Gieseg

Measurement of plasma neopterin by HPLC with fluorescence detection is used clinically as a marker of immune cell activation in the management of a number of disease pathologies. HPLC analysis of neopterin requires the acidic removal of plasma proteins but we have found that 7,8-dihydroneopterin is oxidised to neopterin with varying yield. Using acetonitrile as the precipitant, we have measured...

2013
Michael Eisenhut

Neopterin is produced by activated monocytes, macrophages, and dendritic cells upon stimulation by interferon gamma produced by T-lymphocytes. Quantification of neopterin in body fluids has been achieved by standard high-performance liquid chromatography, radioimmunoassays, and enzyme-linked immunosorbent assays. Neopterin levels predict HIV-related mortality more efficiently than clinical mani...

2010
Kirnpal-Kaur Banga Singh WA Wan-Nurfahizul-Izzati Asma Ismail

BACKGROUND Neopterin is produced by human macrophages/monocytes when stimulated with interferon-gamma. Production of neopterin is found in serum, cerebrospinal fluid (CSF) and urine of patients with infections by viruses, intracellular bacteria and parasites, autoimmune diseases, malignant tumors and patients in allograft rejection episodes. METHODS In this study, the level of neopterin was d...

2013
Marta Molero-Luis Sergio Fernández-Ureña Iolanda Jordán Mercedes Serrano Aida Ormazábal Àngels Garcia-Cazorla Rafael Artuch

OBJECTIVE A high level of cerebrospinal fluid (CSF) neopterin is a marker of central nervous system inflammatory-immune mediated processes. We aimed to assess data from 606 neuropediatric patients, describing the clinical and biochemical features of those neurological disorders presenting CSF neopterin values above a new cut-off value that was defined in our laboratory. METHODS To establish t...

Journal: :Brain, Behavior, and Immunity 2016
Karina Ghisoni Aderbal S. Aguiar Paulo Alexandre de Oliveira Filipe Carvalho Matheus Laura Gabach Mariela Perez Valeria P. Carlini Luis Barbeito Raymond Mongeau Laurence Lanfumey Rui Daniel Prediger Alexandra Latini

Neopterin is found at increased levels in biological fluids from individuals with inflammatory disorders. The biological role of this pteridine remains undefined; however, due to its capacity to increase hemeoxygenase-1 content, it has been proposed as a protective agent during cellular stress. Therefore, we investigated the effects of neopterin on motor, emotional and memory functions. To addr...

Journal: :Clinical chemistry 1991
J Sheldon P G Riches N Soni E Jurges M Gore G Dadian J R Hobbs

C-reactive protein (CRP) concentrations are increased in plasma in people with inflammatory conditions and bacterial infections. Plasma neopterin concentrations are increased in people with bacterial septicemias, viral infections, and graft vs host disease. Plasma concentrations of CRP and neopterin were measured daily in 21 bone-marrow transplant (BMT) patients, 64 patients in intensive-care u...

2003
Aysen Bodur Terken Baydar Nurdan Ozmeric Ayse Basak Engin Ahu Uraz Kaya Eren Gonul Sahin

Periodontal disease results from the interaction of the host defence mechanisms with the microbial dental plaque. Analysis of gingival crevicular fluid (GCF) provides a non-invasive means of evaluating the role of the host response in periodontal disease. Based on our previous study, demonstrating increased levels of neopterin in GCF and saliva from patients with aggressive periodontitis (AgP),...

2016
Eiichiro Yamamoto Yoshihiro Hirata Takanori Tokitsu Hiroaki Kusaka Noriaki Tabata Kenichi Tsujita Megumi Yamamuro Koichi Kaikita Hiroshi Watanabe Seiji Hokimoto Toru Maruyama Hisao Ogawa

AIMS Although inflammation plays an important role in the pathogenesis of heart failure (HF), the precise pathophysiological role of inflammation in HF with preserved left ventricular ejection fraction (HFpEF) still remains unclear. Hence, we examined the clinical significance of plasma neopterin, an inflammatory biomarker, in HFpEF patients. METHODS AND RESULTS In the present study, we recru...

Journal: :Frontiers in Ecology and Evolution 2022

Identifying biomarkers of age-related changes in immune system functioning that can be measured non-invasively is a significant step progressing research on immunosenescence and inflammaging free-ranging wild animal populations. In the present study, we aimed to investigate suitability two urinary compounds, neopterin suPAR, as activation inflammation rhesus macaque ( Macaca mulatta ) populatio...

Journal: :The journals of gerontology. Series A, Biological sciences and medical sciences 2010
Monique E Spencer Alka Jain Amy Matteini Brock A Beamer Nae-Yuh Wang Sean X Leng Naresh M Punjabi Jeremy D Walston Neal S Fedarko

BACKGROUND Neopterin, a GTP metabolite expressed by macrophages, is a marker of immune activation. We hypothesize that levels of this serum marker alter with donor age, reflecting increased chronic immune activation in normal aging. In addition to age, we assessed gender, race, body mass index (BMI), and percentage of body fat (%fat) as potential covariates. METHODS Serum was obtained from 42...

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

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

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