نتایج جستجو برای: low density lipoprotein cholesterol

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

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2001
H R Davis D S Compton L Hoos G Tetzloff

Ezetimibe (SCH58235) is a potent, selective, cholesterol absorption inhibitor. The objective of this study was to determine whether ezetimibe reduces plasma cholesterol and inhibits atherogenesis in apolipoprotein E knockout (apoE-/-) mice. Cholesterol absorption was inhibited by >90% at doses of ezetimibe >3 mg/kg in apoE-/- mice. Atherosclerosis and lipoprotein changes were determined in apoE...

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2000
A Tailleux M Bouly G Luc G Castro J M Caillaud N Hennuyer P Poulain J C Fruchart N Duverger C Fiévet

Studies performed in vivo have been controversial regarding the implication of human apolipoprotein (apo)A-II in the atherogenic process. Expression of human apoA-II in transgenic mice fed a chow diet leads to (1) a bimodal distribution of high density lipoprotein (HDL) size as in humans, (2) a reduction in total cholesterol concentration that is mainly due to a reduction in non-HDL cholesterol...

Background: The superiority of TG/HDL-C and LDL-C/HDL-C ratios in predicting  CVD risk is a matter of debates. Thus, the objective of this study was to compare TG/HDL-C and LDL-C to HDL-C ratios in predicting the risk of CVD events. Methods: In a population-based cross-sectional study, 567 representative participants aged 40 years or older were entered in the study in Babol, North of Iran. The...

2012
Kamal Eldin A. Abdelsalam Ikhlas K. Hassan Isam A. Sadig

AIMS The major aim of this study is to examine the role of alterations in lipid profile in women developing breast cancer. This study was carried out between May 2009 and December 2010. BACKGROUND The relationship between lipids and breast cancer is undistinguished. Until now, conflicting results have been reported on the association between lipids and risk of breast cancer development in wom...

Journal: :Journal of lipid research 1974
P J Barter

In two subjects the specific activity of esterified cholesterol in plasma lipoprotein subfractions was measured for up to 9 hr after an intravenous injection of [(3)H]mevalonic acid. It was found to be consistently higher in larger (S(f) > 100) than in smaller (S(f) 20-100) very low density lipoproteins (VLDL). Four subjects were given an intravenous injection of heparin so that the VLDL could ...

Journal: :Circulation 2012
Wenying Yang Jianzhong Xiao Zhaojun Yang Linong Ji Weiping Jia Jianping Weng Juming Lu Zhongyan Shan Jie Liu Haoming Tian Qiuhe Ji Dalong Zhu Jiapu Ge Lixiang Lin Li Chen Xiaohui Guo Zhigang Zhao Qiang Li Zhiguang Zhou Guangliang Shan Jiang He

BACKGROUND Because of rapid change in lifestyle risk factors, cardiovascular disease has become the leading cause of death in China. We sought to estimate the national levels of serum lipids and lipoproteins among the Chinese adult population. METHODS AND RESULTS We conducted a cross-sectional study in a nationally representative sample of 46 239 adults aged ≥20 years. Fasting serum total, hi...

2012
Jung-Mun Noh Seock-Hwan Lee Hyun-Woo Kim Hong-Seok Yang

BACKGROUND Smoking and obesity are known risk factors for cardiovascular diseases, while low serum levels of high density lipoprotein-cholesterol is an independent risk factor for mortality from ischemic heart diseases. This study examines changes in the serum level of high density lipoprotein-cholesterol depending on changes in the state of smoking and body mass index. METHODS A survey and b...

Journal: :Clinical chemistry 1982
J Rubiés-Prat S Masdeu A R Nubiola P Chacón C Holguera L Masana

Concentrations of apoprotein A in whole serum, and cholesterol and phospholipids concentrations in the high-density lipoprotein fraction of serum were measured after the precipitation of low-density and very-low-density lipoproteins with sodium phosphotungstate-Mg2+ in 23 patients with liver cirrhosis, 19 patients with extrahepatic biliary obstruction, and 20 healthy control subjects. Patients ...

Journal: :Arteriosclerosis, thrombosis, and vascular biology 1998
R M Siervogel W Wisemandle L M Maynard S S Guo A F Roche W C Chumlea B Towne

Few studies have examined the relationships between measures of body composition and lipid and lipoprotein levels in long-term serial data from individuals unselected for cardiovascular disease- or obesity-related variables, and none have considered such extensive serial data as used in the current study. The aim was to examine in such individuals the associations between annual changes in lipi...

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

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

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