نتایج جستجو برای: apo b

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

Journal: :The American journal of physiology 1999
Heng Wang Russell Roberson Jianhui Du John K Eshun Helen M Berschneider Dennis D Black

Biliary lipids, composed of bile acids, cholesterol, and phosphatidylcholine, are a major source of luminal lipid in the small intestine. In the present study in a newborn swine intestinal epithelial cell line (IPEC-1), taurocholate and phosphatidylcholine were found to have no effect on apolipoprotein B (apo B) secretion but did significantly increase the basolateral secretion of apo A-I. This...

Journal: :Arteriosclerosis 1988
M W Huff W C Breckenridge W L Strong B M Wolfe

The C apolipoproteins are normally transferred to high density lipoproteins (HDL) after lipolysis of very low density lipoprotein (VLDL) triglyceride. In previous studies, a loss of plasma C apolipoproteins was documented after heparin-induced lipolysis in hypertriglyceridemic subjects. The present studies were designed to determine if this decline in plasma C apolipoproteins was due to their c...

Journal: :Clinical chemistry 1995
A W Kung R W Pang I Lauder K S Lam E D Janus

Because of suggestions that thyroid hormones modulate serum lipoprotein(a) [Lp(a)] concentration, we evaluated prospectively the serial changes of serum Lp(a), measured as apolipoprotein(a) [apo(a)], and other lipoproteins in 40 subjects with hyperthyroidism treated with radioactive iodine (RAI) therapy. Hyperthyroid patients had lower (P < 0.001) concentrations of apo(a), total cholesterol (TC...

Journal: :The Biochemical journal 1992
J Wilkinson J A Higgins P H Groot E Gherardi D E Bowyer

We have investigated the intracellular distribution of apolipoprotein B (apo B) in rabbit liver by immunoblotting, radioimmunoassay (r.i.a.) and enzyme-linked immunoassay (e.l.i.s.a.). Apo B100 was detected in total microsomes, rough microsomes, smooth microsomes, trans-enriched Golgi and cis-enriched Golgi and membrane and cisternal-content subfractions prepared from these fractions. There was...

Journal: :The Biochemical journal 1998
C Ettelaie N J James J M Adam K P Nicola B R Wilbourn K R Bruckdorfer

The ability of low-density lipoprotein (LDL) to inhibit the procoagulant activity of tissue factor is mediated by a direct protein-protein interaction involving apolipoprotein (apo) B-100. A lysine-rich sequence within apo B-100 (residues 3121-3217), which we have termed lysine-rich apo B-100-derived (KRAD)-98 peptide, may be responsible for its activity. Within this region, residues 3147-3160 ...

Journal: :Arteriosclerosis and thrombosis : a journal of vascular biology 1994
H Gylling T Strandberg R Tilvis T A Miettinen

The aim of the present study was to investigate cholesterol absorption and cholesterol and bile acid synthesis and relate these values of kinetics of low-density lipoprotein (LDL) apoprotein (apo) B in 50- and 75-year-old men to find out why and by which mechanism serum cholesterol level decreases with advancing age under normal home-living conditions. The daily calorie, fat, and cholesterol in...

Journal: :Clinical chemistry 1997
L Vrga C Contacos S C Li D R Sullivan

We describe a new method for the direct measurement of LDL-apolipoprotein (apo) B by using a commercial kit that isolates LDL by immunoseparation. We evaluated immunoseparation of LDL for apo B and cholesterol measurement in 46 dyslipidemic patients with LDL-cholesterol (LDL-C) between 1.5 and 8.2 mmol/L, 11 of whom had plasma triglyceride (TG) concentrations >4.0 mmol/L. There was a reasonable...

Journal: :Clinical chemistry 1997
B G Henderson P R Wenham J P Ashby G Blundell

Familial defective apolipoprotein (apo) B-100 (FDB), a condition that may give rise to hypercholesterolemia, is caused by mutations around codon 3500 of the apo B gene. We have compared the ability of three molecular-scanning techniques, heteroduplex analysis, single-strand conformation polymorphism (SSCP) analysis, and denaturing gradient gel electrophoresis (DGGE), to detect these mutations i...

Journal: :Arteriosclerosis 1990
H Schuster G Rauh B Kormann T Hepp S Humphries C Keller G Wolfram N Zöllner

It has recently been suggested that a substitution of glutamine for arginine at residue 3500 of apolipoprotein (apo) B-100 causes familial defective apo B-100 (FDB), an autosomal, dominantly inherited disorder, which leads to increased serum cholesterol levels. From a sample of 243 patients from Munich with type IIa hyperlipoproteinemia (HL), we have identified eight individuals with the apo B-...

Journal: :The Journal of clinical investigation 1987
N Yamada D M Shames R J Havel

The kinetics of apolipoprotein (apo) B-100 in particles containing apo E (B,E particles) or lacking apo E (B particles) were studied in Watanabe heritable hyperlipidemic (WHHL) rabbits deficient in low density lipoprotein (LDL) receptors, and compared with those of normal rabbits after injection of radioiodinated very low density lipoproteins (VLDL), intermediate density lipoproteins (IDL), and...

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

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

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