نتایج جستجو برای: high density lipoprotein hdl

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

2015
Scott J. Cameron Craig N. Morrell Clare Bao AnneMarie F. Swaim Annabelle Rodriguez Charles J. Lowenstein John Calvert

High density lipoprotein has anti-inflammatory effects in addition to mediating reverse cholesterol transport. While many of the chronic anti-inflammatory effects of high density lipoprotein (HDL) are attributed to changes in cell adhesion molecules, little is known about acute signal transduction events elicited by HDL in endothelial cells. We now show that high density lipoprotein decreases e...

Journal: :dental research journal 0
rajul mehta shubha gurudath sujatha dayansoor anuradha pai k.s. ganapathy

background: the present study was undertaken to estimate and compare the levels of plasma total cholesterol (tc), low density lipoprotein (ldl), high density lipoprotein (hdl), very low density lipoprotein (vldl) and triglycerides in patients with oral precancerous lesions/conditions, oral cancer and normal subjects. materials and methods: the study comprised of 60 patients with oral precancero...

Journal: :Jurnal Profesi Medika : Jurnal Kedokteran dan Kesehatan 2019

Aisa Ghaffarzad Bahman Cheraghian Mahzad Mehrzad Sadaghiani Masoud Darabi Reza Amani,

Objective Dyslipidemia and insulin resistance (IR), occurring in most infertile women with polycystic ovarian syndrome (PCOS), increase the risk of cardiovascular disease (CVD) and type 2 diabetes. This study aimed to assess the relationships between lipoprotein ratios and IR in PCOS women. MaterialsAndMethods Thirty six infertile women with PCOS selected based on Androgen Excess Society (AES) ...

Journal: :Brazilian Journal of Implantology and Health Sciences 2023

Dyslipidemia is a disease characterized by abnormalities in blood lipid levels, mainly total cholesterol and triglycerides. Other changes include low high-density lipoprotein (HDL-C) high levels of low-density (LDL-C)

Journal: :Medical Science Journal for Advance Research 2021

The present study was aimed efficiency to evaluate the unsaturated fatty acid omega-3 in reducing side effects that resulted from administration of cyclosporine drug white rabbits. (60) males' rabbits were used this study, divided into four groups contain (15) per group and its subdivision three (5) group. first is orally administered with normal saline, second (25mg/kg) only. Third on day (500...

2014
Arash Akaberi Alireza Golshan Maryam Moojdekanloo Maryam Hashemian

BACKGROUND AND OBJECTIVES There are conflicting data on the effects of fasting in Ramadan in Muslim countries on Lipid profile. We aimed to evaluate the effect of fasting on lipid profiles and some ratios which are strong for predicting cardiovascular disease. METHODS This prospective observational study was done in Iran in 2012. Forty three persons were enrolled into the study. Their anthrop...

Journal: :Clinical chemistry 1995
H Sugiuchi Y Uji H Okabe T Irie K Uekama N Kayahara K Miyauchi

We have developed an automated method for measuring high-density lipoprotein (HDL)-cholesterol in serum without prior separation, using polyethylene glycol (PEG)-modified enzymes and sulfated alpha-cyclodextrin. When cholesterol esterase and cholesterol oxidase enzymes were modified with PEG, they showed selective catalytic activities towards lipoprotein fractions, with the reactivity increasin...

2012
Sarah Parish Jemma C. Hopewell James Otvos

Background-Low density lipoprotein (LDL) and high density lipoprotein (HDL) cholesterol are

Journal: :Journal of lipid research 1990
R S Kushwaha D L Rainwater M C Williams G S Getz H C McGill

Baboons from some families have a higher concentration of plasma high density lipoproteins (HDL) on a chow diet and accumulate large HDL (HDL1) when challenged with a high cholesterol and high saturated fat (HCHF) diet. HDL1 from high HDL1 animals contained more (1.5-fold) cholesteryl ester than HDL (HDL2 + HDL3) from high or low HDL1 animals. HDL from high HDL1 baboons had lower triglyceride c...

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

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

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