نتایج جستجو برای: for pbc

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

Journal: :Clinical chemistry 1995
P Bean M S Sutphin Y Liu R Anton T B Reynolds Y Shoenfeld J B Peter

Primary biliary cirrhosis (PBC) is one of the few nonalcohol-induced liver pathologies that causes false positives in assays of carbohydrate-deficient transferrin (CDT) for diagnosing alcohol abuse. CDT was quantified by isoelectric focusing-immunoblotting-laser densitometry (IEF-IB-LD) analysis of serum from 117 women: 57 PBC patients, 20 alcohol abusers, and 40 healthy donors. Only 5% (3 of 5...

2012
Aikaterini Mantaka Mairi Koulentaki Gregory Chlouverakis Jean Marie Enele-Melono Aikaterini Darivianaki Maria Tzardi Elias A Kouroumalis

BACKGROUND Primary biliary cirrhosis (PBC) is a disease with genetic and environmental pathogenetic background. Chemicals, infectious agents, hormone therapy, reproductive history and surgical interventions have been implicated in the induction of PBC. Familial PBC has been documented in first degree relatives (FDR). Most cohort studies are genetically heterogeneous. Our study aimed to determin...

Journal: :Hepatology 1997
W R Kim J J Poterucha R A Jorgensen K P Batts H A Homburger E R Dickson R A Krom R H Wiesner K D Lindor

Approximately 5% to 10% of patients with features otherwise consistent with primary biliary cirrhosis (PBC) lack antimitochondrial antibodies (AMA). Most of these patients have other autoantibodies, a syndrome recently named "autoimmune cholangitis." We report our experience in patients with AMA-negative PBC treated with ursodeoxycholic acid (UDCA) and/or liver transplantation (OLT). The study ...

Journal: :ESMO open 2023

Patients (pts) with germinal BRCA mutated (gBRCAm) breast cancer (BC) have an enhanced sensitivity to platinum-based chemotherapy (PBC) and PARP-inhibitors (PARPi). As reported in ovarian cancer, resistance these treatments partially overlap. In gBRCAm BC, it is unclear if prior exposure PARPi/PBC affects tumor response subsequent PBC/PARPi. We conducted a retrospective, multicentre observation...

2017
Sara L Chalifoux Peter G Konyn Gina Choi Sammy Saab

Primary biliary cholangitis (PBC) is an autoimmune liver disease characterized by progressive destruction of the intrahepatic bile ducts, leading to cholestasis. PBC is known to have both hepatic and extrahepatic manifestations. Extrahepatic manifestations are seen in up to 73% of patients with PBC, with the most common being Sjogren's syndrome, thyroid dysfunction and systemic sclerosis. It is...

Journal: :Autoimmunity reviews 2004
Carlo Selmi Pietro Invernizzi Monica Miozzo Mauro Podda M Eric Gershwin

Primary biliary cirrhosis (PBC) is an autoimmune disease of unknown etiology leading to progressive destruction of intrahepatic bile duct, with cholestasis, cirrhosis, and eventually liver failure. Epidemiological data indicate that environmental factors trigger autoimmunity in genetically susceptible individuals, although no definitive association of PBC with specific genes has been found. Fur...

Journal: :Blood 1994
M R Bishop J R Anderson J D Jackson P J Bierman E C Reed J M Vose J O Armitage P I Warkentin A Kessinger

Between June 1989 and June 1992, 144 patients participated in sequential clinical trials using peripheral blood progenitor cells (PBC) as their sole source of hematopoietic rescue following high-dose chemotherapy. All patients had received prior extensive combination chemotherapy and had marrow defects that precluded autologous bone marrow transplantation (ABMT). PBC were collected according to...

2017
Urszula Wasik Małgorzata Milkiewicz Agnieszka Kempinska-Podhorodecka Piotr Milkiewicz

In response to oxidative stress, nuclear factor (erythroid-derived 2)-like2 (Nrf2) induces expression of cytoprotective genes. The Nrf2 pathway is controlled by microRNAs and Kelch-like ECH-associated protein1 (Keap1). Nrf2 is stabilized when Keap1 is degraded through the autophagy pathway in a p62-dependent manner. The inhibition of autophagy causes protein accumulation, and Keap1 is inactivat...

Journal: :BMC Gastroenterology 2005
Pieter CJ ter Borg Durk Fekkes Jan Maarten Vrolijk Henk R van Buuren

BACKGROUND In primary biliary cirrhosis (PBC) and primary sclerosing cholangitis (PSC) fatigue is a major clinical problem. Abnormal amino acid (AA) patterns have been implicated in the development of fatigue in several non-hepatological conditions but for PBC and PSC no data are available. This study aimed to identify abnormalities in AA patterns and to define their relation with fatigue. ME...

Journal: :Journal of neurophysiology 2005
Frank P Elsen Jan-Marino Ramirez

The mammalian respiratory network reorganizes during early postnatal life. We characterized the postnatal developmental changes of calcium currents in neurons of the pre-Bötzinger complex (pBC), the presumed site for respiratory rhythm generation. The pBC contains not only respiratory rhythmic (R) but also nonrhythmic neurons (nR). Both types of neurons express low- and high-voltage-activated (...

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

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

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