نتایج جستجو برای: diethylaminoethyl cellulose

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

Journal: :Journal of bacteriology 1968
H J Somerville F P Delafield S C Rittenberg

The crystalline inclusion of Bacillus thuringiensis, dissolved in 8 m urea containing 10% 2-mercaptoethanol and dialyzed to pH 8.3 to 8.5, was compared with a fraction obtained by the same extraction procedure from spores broken by dry rupture. The two fractions behaved similarly on chromatography with Sephadex G-100 and diethylaminoethyl cellulose. The preparations behaved identically on acryl...

2015
Chang-Cheng Tian Xue-Qiang Zha Jian-Ping Luo

Dendrobium huoshanense is a precious herbal medicine in China, which exhibits a variety of restorative and therapeutic effects. This study aimed at investigating the hepatoprotective effects of a polysaccharide (DHP1A) isolated from D. huoshanense via water extraction, diethylaminoethyl (DEAE) cellulose anion exchange and size exclusion chromatography. The animal experiment indicated that the o...

2004
YOSHIYUKI OHTA

The production of ribonucleic acid (RNA)-depolymerase-forming 5'-nucleotides (5'-nuclease) was investigated with the fungus Aspergillus quercinus in media containing 68, 10, 5, 3, 1, and 0.5 mg of phosphorus per 100 ml. Yields were maximal with 5 mg of phosphorus per 100 ml. RNA-depolymerase-forming 3'-nucleosides (3'nuclease) and phosphomonoesterase were maximal in media containing 1 and 0.5 m...

2006
Jonathan Yavelow Michele Caggana Kenneth A. Beck

The legume-derived Bowman-Birk trypsin and chymotrypsin protease inhibitors (BBI) are effective anticarcinogens in vivo and in vitro. The chymotrypsin-inhibitory domain has been shown to be responsible for this anticarcinogenic action. In this study we identify hydrolytic enzymes by their ability to hydrolyze the relatively specific chymotrypsin substrate succinyl-Ala-Ala-Pro-Phe-aminomethyl co...

Journal: :Cancer research 1980
D A Scudiero

DNA repair synthesis and posttreatment colony-forming ability were measured in six human fibroblast cell strains derived from patients with the autosomal recessive disorder, ataxia telangiectasia (AT), and five cell strains from normal individuals. All 11 cell strains showed approximately equal levels of DNA repair synthesis after methyl methanesulfonate and ultraviolet light treatments assayed...

Journal: :The Journal of biological chemistry 1969
W V Brown R I Levy D S Fredrickson

The protein components of human plasma very low density lipoproteins (Sf > 20) were studied following partial and total delipidation. After the neutral lipids were extracted with heptane, the resulting phospholipid-protein complexes contained at least one immunochemical reactant different from the major apoproteins of high density and low density lipoproteins. Purification required total delipi...

Journal: :Journal of bacteriology 1964
R S BERK

Berk, Richard S. (Wayne State University, College of Medicine, Detroit, Mich.). Partial purification of the extracellular hemolysin of Pseudomonas aeruginosa. J. Bacteriol. 88:559-565. 1964.-Through a series of chemical fractionation steps, the extracellular hemolysin of Pseudomonas aeruginosa was purified 126-fold with a recovery of 49%. Hemolytic activity of crude preparations was irreversibl...

Journal: :Clinical chemistry 1989
C T Yeh J S Wei Y F Liaw

Using chromatography on diethylaminoethyl (DEAE) cellulose, we measured biliary alkaline phosphatase (BALP; EC 3.1.3.1) activities in sera from 182 patients, most with hepatobiliary disorders but some with non-hepatobiliary diseases. Relative BALP activities were extremely low in otherwise healthy carriers of hepatitis B virus (mean: 5.4 U/L) and in patients with non-hepatobiliary diseases (mea...

Journal: :Plant physiology 1993
R. Gee A. Goyal R. U. Byerrum N. E. Tolbert

Three isoforms of dihydroxyacetone phosphate reductase in extracts from Dunaliella tertiolecta have been separated by a diethylaminoethyl cellulose column chromatography with a shallow NaCl gradient. The chloroplasts contained the two major isoforms, and the third, minor form was in the cytosol. The isoforms are unstable in the absence of glycerol and they are cold labile, but they may be parti...

2017
Junwen Wu Xuefei Zhou Min Zhang Yun Yao Juanjuan Han Kehai Liu

In this study, the extraction conditions of the crude polysaccharide from Cereus sinensis were optimized by response surface methodology. The optimum extraction conditions were: a ratio of raw material to water volume of 1:80 (g/mL); an extraction temperature of 72 °C; and an extraction time of 3 h. Then, a purified polysaccharide named Cereus sinensis polysaccharide-1 (CSP-1) was obtained from...

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

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

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