نتایج جستجو برای: سطح ldl

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

Journal: :European Heart Journal 2021

Abstract Low-density lipoprotein cholesterol (LDL-C) is a proven causative factor for developing atherosclerotic cardiovascular disease. Individuals with genetic conditions associated lifelong very low LDL-C levels can be healthy. We now possess the pharmacological armamentarium (statins, ezetimibe, PCSK9 inhibitors) to reduce an unprecedented extent. Increasing numbers of patients are expected...

Journal: :Clinica e investigacion en arteriosclerosis : publicacion oficial de la Sociedad Espanola de Arteriosclerosis 2014
Montserrat Estruch Jose Luis Sánchez-Quesada Jordi Ordóñez-Llanos Sonia Benítez

INTRODUCTION In vitro ceramide-enriched LDL (CER-LDL) reproduces most of the properties of electronegative LDL (LDL(-)), a heterogeneous subfraction of LDL found in plasma. LDL(-) comprises several modifications of LDL and has an increased content in ceramide (CER). It promotes cytokine release in monocytes through CD14 and TLR4. CER-LDL also induces cytokine release in these cells but the mech...

Journal: :Stroke 2002
Ming-Lin Liu Kati Ylitalo Ilpo Nuotio Riitta Salonen Jukka T Salonen Marja-Riitta Taskinen

BACKGROUND AND PURPOSE In addition to low-density lipoprotein (LDL) cholesterol, small, dense LDL particles and oxidative modification of LDL have been linked to the pathogenesis of atherosclerosis. The present study was aimed at investigating the association between carotid artery intima-media thickness (IMT) and LDL particle size and susceptibility of LDL to oxidation in vitro in asymptomatic...

Journal: :Circulation journal : official journal of the Japanese Circulation Society 2008
Noriko Satoh Hiromichi Wada Koh Ono Hajime Yamakage Kazunori Yamada Tameo Nakano Masakazu Hattori Akira Shimatsu Hideshi Kuzuya Koji Hasegawa

BACKGROUND Small dense low-density lipoprotein (sd-LDL) is an atherogenic lipoprotein closely associated with an increased risk of cardiovascular diseases. However, a precise analysis of the actual amount of sd-LDL-cholesterol (sd-LDL-C) in patients with metabolic syndrome (MS) has not been performed. METHODS AND RESULTS Among 214 patients enrolled in the present study, 101 patients (47%) met...

Journal: : 2021

Introduction. Currently, there is no unified treatment algorithm of cardiac autonomic neuropathy (CAN) in patients with type 2 diabetes mellitus (T2DM). The aim the study was to investigate effects simvastatin (SIM) and -3 polyunsaturated fatty acids (-3 PUFAs) on blood lipid profile insulin resistance (IR) definite neuropathy. Materials methods. involved 72 T2DM CAN. Patients were divided in...

Journal: :Arteriosclerosis and thrombosis : a journal of vascular biology 1991
W J Checovich R J Aiello A D Attie

We previously described the hypercholesterolemia of pigs with defined apolipoprotein B (apo B) alleles associated with reduced binding of low density lipoprotein (LDL) to its receptor in vitro and slow clearance from the circulation in vivo. The increased plasma LDL in the hypercholesterolemic pigs was confined to a buoyant LDL subspecies. Because of this qualitative change in the LDL subspecie...

2017
Mijeong Kang Jongwoo Kim Seon Yeong Lee Kyunam Kim Junehyung Yoon Hongseok Ki

BACKGROUND Friedewald equation is the most widely used method for estimating low-density lipoprotein cholesterol (LDL-C) level. However, due to potential over- or underestimation, many studies have used a modified equation. This study aimed to compare estimates by 4 different equations to directly measured LDL-C concentrations in order to propose the most appropriate method for LDL-C estimation...

Journal: :The Journal of biological chemistry 1988
S W Lowe W J Checovich J Rapacz A D Attie

We previously identified a defect in the in vivo catabolism of low density lipoprotein (LDL) from hypercholesterolemic pigs carrying a mutant apolipoprotein B allele. In the present studies, we examined the in vitro metabolism of mutant LDL in cultured pig fibroblasts. A 3-fold higher concentration of mutant LDL (compared to control) was needed to displace 50% of control 125I-LDL binding. Mutan...

2015
Yuqi Cui Chandrakala A. Narasimhulu Lingjuan Liu Qingbin Zhang Patrick Z. Liu Xin Li Yuan Xiao Jia Zhang Hong Hao Xiaoyun Xie Guanglong He Lianqun Cui Sampath Parthasarathy Zhenguo Liu

Low-density lipoprotein (LDL) is non-atherogenic, while oxidized LDL (ox-LDL) is critical to atherosclerosis. N-acetylcysteine (NAC) has anti-atherosclerotic effect with largely unknown mechanisms. The present study aimed to determine if NAC could attenuate in vivo LDL oxidation and inhibit atherosclerosis. A single dose of human native LDL was injected intravenously into male C57BL/6 mice with...

Journal: :Journal of lipid research 2004
Po-Yuan Chang Shao-Chun Lu Ta-Chen Su San-Fang Chou Wen-Huei Huang Joel D Morrisett Chu-Huang Chen Chiau-Suong Liau Yuan-Teh Lee

Hypercholesterolemic human LDL contains oxidized subfractions that have atherogenic properties. Paradoxically, atherosclerosis incidence is low in patients with primary biliary cirrhosis (PBC), a disease characterized by marked increases in plasma LDL, including the LDL subfraction lipoprotein-X (Lp-X). To investigate the mechanisms underlying this paradox, we first examined the propensity to o...

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

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

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